PDA

View Full Version : changing video length


peeco
26th August 2010, 20:55
converting tiffs to quicktime movie (v210) in ffmpeg.
600 frames @ 23.98:

ffmpeg -i image.%04d.tif -vcodec v210 -r 23.98 test3.mov

the mov should be 25 seconds long but the result mov is only 24 secs!

any ideas?

also is it possible to export RGB 8bit raw libquicktime 1.0.3 format from ffmpeg?
do I need to install a libquicktime codec into ffmpeg?
if so; where can I get the codec from