concat.txt
# this is a comment
file '/path/to/one.mov'
file '/path/to/two.mov'- Run command
$ ffmpeg -safe 0 -f concat -i /path/to/concat.txt -c:a copy -map 0:a dest.movconcat.txt# this is a comment
file '/path/to/one.mov'
file '/path/to/two.mov'$ ffmpeg -safe 0 -f concat -i /path/to/concat.txt -c:a copy -map 0:a dest.mov