Log in

View Full Version : how can i extract all frames of an mp4 to a png sequence


ikwiata
10th December 2010, 21:53
thanks

manono
11th December 2010, 02:56
VDub Mod (and probably VDub), File->Save Image Sequence.

Selur
11th December 2010, 18:48
ffmpeg -i INPUTFILE -r SAMPLERATE -f image2 images%05d.pngi.e. ffmpeg -i "MyFile.mp4" -r 35 -f image2 images%05d.png
should also do the job,...

ikwiata
16th December 2010, 06:45
thanks so much
ffmpeg worked great