Hello all! I would like to know how to pragmatically create video from series of images and sound clip.
Because i'm new to ffmpeg programming i don't know where to start. Any help would be appreciated. A command line version is: create video from images ./ffmpeg -r 10 -i cat_blink%4d.jpg test.mp4 add sound to video ./ffmpeg -r 10 -ar 22050 -ab 32k -s 320x480 -i lion1.wav -i test.mp4 final.mp4 Thx _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
