1. Convert every 15th image to jpeg:
ffmpeg -i 00000.MTS -r 0.6 -f image2 out/output_%05d.jpg
2. Convert all jpegs to movie:
ffmpeg -r 10 -b 1800 -i %03d.jpg test1800.mp4
contact@x21.ch
1. Convert every 15th image to jpeg:
ffmpeg -i 00000.MTS -r 0.6 -f image2 out/output_%05d.jpg
2. Convert all jpegs to movie:
ffmpeg -r 10 -b 1800 -i %03d.jpg test1800.mp4