hi all..
i want to add a audio track to .mpg file.
the present file has its own audio, i wanna set it as audio track 1 and add mine own track to dat same file as audio track 2.
sync is not problem here. and i don't want to convert the video.
just wanna add 1 more audio track so dat v can choose anyone [track 1 r 2] while playing it.
help me out..
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	
- 
	http://superuser.com/questions/508331/ffmpeg-add-two-audio-streams-to-videoCode:ffmpeg -i video.avi -i audio1.mp3 -i audio2.mp3 -map 0 -map 1 -map 2 -codec copy output 
 
 In your case something like this should work:
 btw mpg container have limit for audio tracks (AFAIR 16) - not directly your problem but perhaps someone may have similar issue in future.Code:ffmpeg -i videoaudio -i audio -map 0 -map 1 -codec copy output 
- 
	Or tmpgenc 2.5x http://www.tmpgenc.net/en/download.html - not many people knows that it is equipped with nice and unrestricted mpg muxer (license limitations apply only to MPEG-2 encoding, MPEG-1 and muxing are free, also it has very nice interactive sequence editor that allow to manually mark and modify parameters of every frame in sequence (type, quantization etc). 
Similar Threads
- 
  How to convert mkv files and keep dual/multiple Audio Tracks?By MrNathanF in forum Video ConversionReplies: 2Last Post: 19th Jan 2012, 11:34
- 
  Merge multiple audio tracks from different files into 1 video file - syncBy heinza in forum Newbie / General discussionsReplies: 2Last Post: 11th Jan 2012, 04:29
- 
  Help with MKV files with multiple audio and subtitle tracks.By razzn in forum Newbie / General discussionsReplies: 1Last Post: 13th Jul 2011, 17:59
- 
  Merging/Converting Multiple M2TS files to MKV With Multiple Audio TracksBy Nicholas S. Folsom in forum Video ConversionReplies: 1Last Post: 13th May 2011, 19:34


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote
 Visit Homepage
				Visit Homepage
			