VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Hi guys, I am new to this forum. To make the story short, I just need a way (command-line based) to create a video from a list of images (5-10 images) and a mp3 file. I've tried ffmpeg and it's not working well for me...
    The most essential thing is to keep the same audio quality.

    I've also started a thread yesterday on super-user forum: http://superuser.com/questions/669034/how-to-create-video-from-images-and-audio-file

    Do you guys have any suggestions ?
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Did you try the example the user posted?

    Code:
    ffmpeg -i img%01d.jpg -i "03 eminem - when I'm Gone.mp3" -c:v libx264 -pix_fmt yuv420p -c:a copy -shortest output.mp4
    Quote Quote  
  3. Yep. It creates the file, but I can't play it.
    Quote Quote  
  4. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    How big is the file?

    Try just with one image and see if it works. Maybe must all images be same size.
    Quote Quote  



Similar Threads

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