I have made nearly 20 PNG screen captures. I wish to glue them into video. Could you recommend a tool?
Better if that would be smooth change from one picture to another, like tween motion in Flash.
Using actual flash is not an option. Because tool must be free and run on linux.
This worked for me:
Thanks to: http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/
Use mplayer's mencoder:
for i in *.png; do for j in `seq 1 20`; do echo $i; done; done > frames.txt
mencoder mf://@frames.txt -mf fps=5:type=png \
-audiofile audio.mp3 -oac copy \
-of lavf -ovc lavc \
-lavcopts vcodec=flv:mbd=2:v4mv:mv0:trell:cbp:last_pred=3:vbitrate=200 \
-lavfopts i_certify_that_my_video_stream_does_not_use_b_frames \
-o video.flv
png2mng.pl As you can guess from extension, it's a Perl script.
Although, the question is already answered long time ago, for future reference, it has been asked again in the past and contains a beautiful answer that helped me as well:
How can I script the creation of a movie from a set of images?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With