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


 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 
					
					
					
					
				