`shell
ffmpeg -f concat -safe 0 -i <(echo "file '/path/to/v1.mkv'"; echo "file '/path/to/v2.mkv'") -c:copy merged.mp4
