Could you list the TOP most important parms for x264 ? >> FORUM
forum

forum



SearchSearch   Users   Registration   Entrance
Today: 21.07.2026 - 16:54:34
Pages:  1  

Could you list the TOP most important parms for x264 ?

MessageAuthor

Thank you. Can I assume the first ones are the most important ?




Rook

registered user


Statistics:
Messages: 2,518
Registration: 06.18.2001
19.04.22 - 12:16:43
Message # 1
RE: Could you list the TOP most important parms for x264 ?

If your goal is to improve quality at the cost of everything else (encoding time and bitrate), then I would use CRF, a custom CQM (such as *.mp4 guy's HRM matrix or the Prestige matrix, both of which can be found here) with AQ and avoid trellis. These are the settings I use: Code:


---------------------------------
http://soundcloud.com/dj_daywalker

nickmpower

registered user


Statistics:
Messages: 60
Registration: 03.22.2003
19.04.22 - 12:24:55
Message # 2
RE: Could you list the TOP most important parms for x264 ?

Here's a test I did a few days ago on 40,000 frames of a DVD movie (denoised with FFT3Dfilter). The "base" setting was --ref 16, --subme 7, --no-fast-pskip, --me umh, and so forth. To be exact: --trellis 2 --merange 64 --subme 7 --bframes 16 --ref 16 --no-fast-pskip --b-pyramid --partitions all --aq-strength 0.5 --8x8dct --me hex --bime --b-rdo --mixed-refs --direct auto --progress --weightb --threads 2 --thread-input --pass 2 --bitrate 1000 --deblock 0:0 Here is the loss in quality, respectively, for each of these changes: --ref 12 0.07% --ref 6 0.15% --ref 2 3.07% --ref 1 7.01% --trellis 1 3.12% --subme 6 1.48% --no-fast-pskip removed 1.43% --merange 32 -0.01% --merange 16 0.11% --me hex 1.70% High --ref values are quite literally useless on non-animated material. --trellis 2 proves to be pretty useful, and --subme 7 proves to be relatively ineffective: half as useful as --trellis 2 and about the same as --no-fast-pskip. --me umh also seems to be similar, but it halves encoding speed. --merange seems to be totally useless on most standard-def material.




igor700

registered user


Statistics:
Messages: 875
Registration: 04.26.2003
19.04.22 - 12:33:55
Message # 3
RE: Could you list the TOP most important parms for x264 ?

Sagittaire measures it in % of bitrate at same PSNR, which is an OK way to do it. Dark Shikari uses his own formula based on SSIM ( 1/(1-SSIM) ), but it doesn't mean much as such.




realw5

registered user


Statistics:
Messages: 160
Registration: 06.26.2003
19.04.22 - 12:42:44
Message # 4
RE: Could you list the TOP most important parms for x264 ?
SansAmp PSA-1/Can I record dry, then send through this? : Previous topicNext topic: Advice for a VSTi sampler working fine in Reaper ?
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants