How to achieve that?
+ Reply to Thread
Results 31 to 43 of 43
-
Find a video with lots of static scenes and a very busy scene and encode with variable bitrate.
2pass.avi
Bitrate Viewer graph (one second intervals):
-
Hey guys, my media player (321) is not able to play .wmv files. What codec should i install?
-
My sample video? Using what software? What settings? You really need to be clearer about what you are doing. Nobody here can read your mind. But, in general, don't expect an encoder to hit your average bitrate when encoding a very short, highly unusual, video like the one I posted. Also, don't expect tools to report statistics about such files properly either. And lastly, don't expect a second generation encoding using an AVC encoder, encoding an Xvid AVI file, to work really well.
-
Originally Posted by poisondeathray
-
vbv-maxrate is the x264 argument that sets the bitrate cap. You also have to set the vbv-bufsize. From the x264 docs:
--vbv-maxrate <integer> Max local bitrate (kbit/s) [0]
--vbv-bufsize <integer> Enable CBR and set size of the VBV buffer (kbit) [0]
I don't think Xvid4psp supports these settings. Try MeGUI. -
The cap doesn't necessarily mean you will achieve those rates, it limits the maximum rate so you don't go above a certain value. If you set --vbv-maxrate 50000 and --vbv-bufsize 50000, it doesnt mean you will achieve that instantaneous bitrate. It's an upper limit and denotes how much is allocated to the buffer, not the video. Your actual peaks might be a lot less or a lot more depending on your settings
Also you might go above briefly, because the vbv buffer is just a buffer. The model is like is a pool that data enters, and data leaves as it's decompressed for display. Locally you can get peaks above the maxrate value, as long as the pool is sufficient to buffer it. Buffered peaks are good, because devices choke on it otherwise
If you want higher bitrate peaks for some sections, this means less bitrate for other frames = lower quality. This is a balancing act. If that higher bitrate is used on an important IDR frame, it might be good, but it can also lower the quailty of other sections. Using mb-tree in newer builds will give much larger variance (higher peaks), but some sections will be much lower like fades. Also raising qcomp in older builds will have a similar effect on variance. (sections like action scenes get more allocation, and static scenes get less)
If you are using a set bitrate, always use 2pass. ABR will always give you worse quality -
K.. got it.
Can anyone provide some guides for basics of the video tuts? Like which parameter is for what .. -
Unfortunately there are no good guides. x264 is very actively developed, and a guide that is put out a month ago would already be obsolete because of new features/switches. This means if you are using a version a even a month old, some commands will be slightly different. Many of the GUI's have are no longer actively developed
This is pretty recent and well maintained to reflect new changes commited to newer build. You can dig through the history tab to see commands that relate to your specific x264 version
http://mewiki.project357.com/wiki/X264_Settings
The new presets system makes x264 much more easy to use from the command line
The basic choice of rate control is CRF vs. 2-pass. If you need a set size, use 2-pass, otherwise use CRF. It's faster, and gives similiar quality if the end result had been the same bitrate using 2-pass. Lower CRF values give you higher average bitrate, higher CRF values give you lower bitrate. -
Quite a big page !
One good thing is it has a hell lotta info... 8)
Thanks.
Similar Threads
-
Alright, what IS the big deal with variable bit rate recording?
By ministry88 in forum DVD & Blu-ray RecordersReplies: 4Last Post: 1st Jul 2009, 16:26 -
What is a good software to encode variable bit rate MP3 files?
By jbitakis in forum AudioReplies: 5Last Post: 24th Jan 2009, 14:58 -
Bit Rate
By shapper in forum Newbie / General discussionsReplies: 10Last Post: 2nd Jun 2008, 14:04 -
Bit Rate And Frame Rate
By bharathi_n_r in forum Video ConversionReplies: 2Last Post: 30th Nov 2007, 05:48 -
the right bit rate
By nojee in forum Video ConversionReplies: 5Last Post: 10th Nov 2007, 03:00