Log in

View Full Version : Cvars question


juGGaKNot
13th April 2009, 21:56
I was looking at the way a file was encoded and i found that it has some extra stuff when compared to my ripbot files like :

cqm=1 / threads=2 / direct=2 / qpmin=3 / scenecut=40 / cplxblur=20.0 / qblur=0.5 / ratetol=1.0

And mine has :

cqm=0 / threads=3 / direct=3 / qpmin=10 / scenecut=40(pre)

what do cplxblur=20.0 / qblur=0.5 / ratetol=1.0 refer to ?

Where can i read more about each cvar and what it does ?

Thnx in advance.

Cheers.

Guest
13th April 2009, 22:12
http://mewiki.project357.com/wiki/X264_Settings

juGGaKNot
13th April 2009, 22:35
http://mewiki.project357.com/wiki/X264_Settings

Thank you, i encoded a file myself and i see that those are default mp4 settings, since i use mkv thats why they don't show up.

File : cqm=1 / threads=2 / direct=2 / scenecut=40 / qpmin=3 /
My File : cqm=0 / threads=3 / direct=3 / scenecut=40(pre) / qpmin=10

So this is what i will research, thnx.

juGGaKNot
13th April 2009, 22:41
Found all that i need, please close.