VideoHelp Forum




Results 1 to 2 of 2
  1. Member
    Join Date
    Aug 2010
    Location
    Brazil
    Search Comp PM
    Hi guys,

    I'm new to FFMPEG and by reading the manual I couldn't find a way to generate a movie from images with audio.

    I'm using the command:
    ffmpeg −f image2 −i foo−%03d.jpeg −r 12 −s WxH foo.avi

    This generates my movies but how can I add sound to it also?

    Best regards,
    Caio

  2. Explorer Case's Avatar
    Join Date
    Feb 2004
    Location
    Middle Earth
    Search Comp PM
    You could use a second step to add audio:
    ffmpeg -i video.avi -vcodec copy -i audio.mp3 -acodec copy final.avi

    On a side note: this forum was created for users of the GUI app "ffmpegX for MacOSX", not command line ffmpeg.




Similar Threads

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