x264 project

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
nalina
New Cone
New Cone
Posts: 6
Joined: 19 Dec 2009 05:57

x264 project

Postby nalina » 06 Jan 2010 05:28

Can anyone tell me what is the significance on x264 quality if the value of param->rc.i_lookahead is changed from 40 to 0??
or what is the effect of this change on x264?

Lotesdelere
Cone Master
Cone Master
Posts: 9894
Joined: 08 Sep 2006 04:39
Location: Europe

Re: x264 project

Postby Lotesdelere » 06 Jan 2010 11:39

http://mewiki.project357.com/wiki/X264_ ... -lookahead

rc-lookahead
Default: 40

Sets the number of frames to use for mb-tree ratecontrol and vbv-lookahead. The maximum allowed value is 250.

For the mb-tree portion of this, increasing the frame count generates better results but is also slower. The maximum buffer value used by mb-tree is the MIN( rc-lookahead, keyint )

For the vbv-lookahead portion of this, increasing the frame count generates better stability and accuracy when using vbv. The maximum value used by vbv-lookahead is:
MIN(rc-lookahead, MAX(keyint, MAX(vbv-maxrate, bitrate) / vbv-bufsize * fps))

On a sidenote, the higher the value of rc-lookahead the higher the use of RAM so be carefull especially with systems running 2 GB of RAM.

nalina
New Cone
New Cone
Posts: 6
Joined: 19 Dec 2009 05:57

Re: x264 project

Postby nalina » 20 Jan 2010 04:48

Hi I have one more question on x264..does it support slices in a frame?
Please note I am not talking about threads.

ILEoo
Developer
Developer
Posts: 91
Joined: 05 Nov 2008 16:29

Re: x264 project

Postby ILEoo » 20 Jan 2010 12:47

Yes it does support slices if you use enough new version of x264


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 15 guests