joining mov files from drive recorder
Note to my self - to join mov files from my drive recorder use ffmpeg like so:- Create a text file with the imput files like so:
file 'REC_20150429_162028A.mov'
file 'REC_20150429_162228A.mov'
... - run ffmpeg:
ffmpeg -f concat -i input.txt -c copy output.mp4
No comments:
Post a Comment