Added over 4 years ago

FFMpeg Image Sequence

I searched in vain but i couldn’t find the exact command i needed to create an image sequence but i did get this to work.

ffmpeg -i SOURCE_FILE -r 1 -f image2 -s 320×240 DESTINATION_FILE_%04d.png

-r (represents the frame rate: so if you want more images just increase this number)
%04d ( i reckon this bit is important as it auto names the sequence of images, the number bit, ‘04′, represents how big the number should be. for example ‘%03d’ would create an image sequence looking like image001.png,image002.png)

i did however find lots of google results that explain how to put together an image sequence into a movie

Update:

Command to put it all back together

ffmpeg -r 30 -b 300k -i IMAGE_FILES_%04d.png test.flv

Posted by at 12:03 pm 0 Comments

Have your say

Name

Login with Facebook

Email
Comment

Next: My apologies on the silence

Previous: New Australian online media portal launched - And we built it!