Using ffmpeg to select and map the video and one audio stream from .ts file.
Adding gain to the audio and saving the new file.
MediaInfo lists the audio stream, but WMP, MPC, VLC can't play it.
Open the file in VirtualDub and it plays ok.???
Map information - I'm using 0:0 and 0:4
Here's the bat file I'm using:ffmpeg -i football.ts
Input #0, mpegts, from 'football.ts':
Duration: 00:00:04.59, start: 53883.156100, bitrate: 17834 kb/s
Program 2
Stream #0:0[0x21]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p
, 1280x720 [SAR 1:1 DAR 16:9], 59.94 fps, 59.94 tbr, 90k tbn, 119.88 tbc
Stream #0:1[0x24]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp
, 384 kb/s
Program 3
Stream #0:3[0x31]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p
, 704x480 [SAR 10:11 DAR 4:3], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
Stream #0:4[0x34]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 2
56 kb/s
Program 4
Stream #0:2[0x41]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p
, 704x480 [SAR 10:11 DAR 4:3], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
At least one output file must be specified
Here's the output file with the audio that refuses to play:FOR %%A IN (*.ts) DO ffmpeg -i %%A -map 0:0 -map 0:4 -vcodec copy -acodec ac3 -ab 256k -af volume=9.0 %%A-loud.ts
http://www.mediafire.com/?hcgkcika30m18gx
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		- 
	
- 
	video is not sync, but I got sound here,.. using lav filters and MPC-HC 
 (ffplay and 'mplayer -demuxer lavf' also play the file with audio)
Similar Threads
- 
  new ffmpeg - my BATs doesn't work anymore - HELP! [SOLVED]By CactusMan in forum Newbie / General discussionsReplies: 2Last Post: 1st Sep 2012, 14:24
- 
  FFMPEG - mkv to mp4 playback issuesBy emerysteele in forum Video ConversionReplies: 1Last Post: 5th Aug 2012, 17:51
- 
  ffmpeg Conversion doubtBy santhoshv in forum Newbie / General discussionsReplies: 1Last Post: 23rd Sep 2009, 07:18
- 
  ffmpeg doesn't work at allBy Paulo2009 in forum ffmpegX general discussionReplies: 27Last Post: 5th Aug 2009, 00:55
- 
  convert avi to dvd with ffmpeg doesn't work-why?By lilly333 in forum ffmpegX general discussionReplies: 21Last Post: 18th Mar 2009, 17:00


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

 Quote
 Quote Visit Homepage
				Visit Homepage