VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Jan 2007
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  
  2. Member
    Join Date
    Jan 2007
    Location
    United States
    Search Comp PM
    Thanks for the reponse, but I need to automate the process, so I need to use FFMPEG or other command line tool that I can wrap in a script.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!