I have a single mp3 file and a set of images (001.jpg, 002.jpg, etc). I'd like to combine the images into a video with the mp3 as the soundtrack.
I'd like to use FFMPEG. I have it working with this command:
ffmpeg -loop_input -i %03d.jpg -r 1:5 -i audio30.mp3 -vcodec libx264 video2.mp4 -shortest
this will create a video file with each image displayed for 5 seconds, with a frame rate of 1.
What I'd like to do is have certain images appear for varying lengths of time instead of 5 seconds each. So, for example,
001.jpg displays for 8 secs
002.jpg then appears and displays for 5 secs
etc...
Is this possible?
Thanks.
+ Reply to Thread
Results 1 to 3 of 3
Similar Threads
-
How to combine more than one video files when uploads them?
By coody in forum Video Streaming DownloadingReplies: 2Last Post: 2nd Nov 2010, 12:30 -
Do anyone know how to combine video clips into one video File ?
By blkwht240 in forum Newbie / General discussionsReplies: 11Last Post: 7th Feb 2010, 13:57 -
How to create an .avi file with only images and mp3?
By RZ_29 in forum Newbie / General discussionsReplies: 1Last Post: 1st Mar 2009, 11:47 -
looking for tutorial on how to make video for youtube using mp3 and images
By method in forum Newbie / General discussionsReplies: 3Last Post: 24th Jul 2007, 08:15