23 April, 2008

Avi Frame Decode


fmpeg -i small.avi -r 25/10 -f image2 out%03d.jpg


Yes, if you input AVI is 25fps and you want one of each ten frames then use as output rate 25/10


ffmpeg -i /media/cdrom1/video_ts/vts_01_1.vob -i /media/cdrom1/video_ts/vts_01_2.vob -i /media/cdrom1/video_ts/vts_01_3.vob -vcodec mjpeg -f avi tmp.avi

Makes a motion jpeg video from the 3 unencrypted vobs

No comments: