Hi friends,
I met a problem when converting video stream into mpeg2 format with specified max bitrate in FFMPEG.
The input file has a high bitrate of about 40Mbps (resolution is 720P), what I want to archive is to get a
mpeg video of max bit rate of 9Mbps (keep same resolution)
But when I used
ffmpeg.exe -i Untitled720P.mp4 -c:v mpeg2video -c:a ac3 -r 25 -pix_fmt yuv420p -g 15 - b:v 6000000 -maxrate 9000000 -minrate 0 -bufsize 1835008 -packetsize 2048 -muxrate 10080000 -b:a 448000 -ar 48000 manual.mpg
there came out lots warnings of "buffer underflow", and the generated file has an overall bitrate of 29.7Mbps although 9000k is specified to be max.
This generated mpeg video, when played in VLC player, stopped somewhere.
So I want to know, if there's any other argument I can use to force ffmpeg to generate an output which strictly stays below the specified max bitrate? (I think it plays incorrectly because its acual bitrate exceeds what I specified)
Great thanks
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 1 of 1
			
		Similar Threads
- 
  Converting Avi to Mpg using ffmpegBy sumit_pankaj in forum Video ConversionReplies: 5Last Post: 31st May 2020, 21:42
- 
  converting for ipad using ffmpeg 0.8By richiedood in forum Video ConversionReplies: 0Last Post: 1st Jul 2011, 19:03
- 
  Converting everything to mp4 using ffmpegBy euphonic in forum Video ConversionReplies: 1Last Post: 13th May 2011, 08:53
- 
  Converting .TOD files for use in XBMC using FFMpegBy duckredbeard in forum Video ConversionReplies: 9Last Post: 6th Aug 2010, 08:42
- 
  FFMPEG AVI to FLV Converting Help!By sp0oon in forum Video ConversionReplies: 6Last Post: 20th Jan 2010, 12:48


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