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
Results 1 to 2 of 2
-
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
-
Creating video from images WITH audio
By boyer in forum Video ConversionReplies: 13Last Post: 3rd Mar 2012, 02:01 -
Creating Animated Menu images
By DesertAvenger in forum Authoring (DVD)Replies: 4Last Post: 15th Sep 2009, 23:30 -
converting bunch of images with sound to video
By dsikorsky in forum Video ConversionReplies: 0Last Post: 10th Aug 2009, 15:34 -
flash images -- Howto: copy-to-clipboard, and also creating them ?
By vhelp in forum Video Streaming DownloadingReplies: 12Last Post: 30th Mar 2008, 21:11 -
Creating chapters from multiple video files in Sony DVD architect
By MTy in forum Authoring (DVD)Replies: 5Last Post: 18th Oct 2007, 12:22