2015-05-23

joining mov files from the dash-cam

joining mov files from drive recorder

Note to my self - to join mov files from my drive recorder use ffmpeg like so:

  1. Create a text file with the imput files like so:
    file 'REC_20150429_162028A.mov'
    file 'REC_20150429_162228A.mov'
    ...
  2. run ffmpeg:
  3. ffmpeg -f concat -i input.txt -c copy output.mp4

No comments:

Post a Comment