Assuming they land on the same size, which one has superior quality? Should be same?
+ Reply to Thread
Results 1 to 5 of 5
-
-
If you want use Constant Quality, then never use "MB-Tree", because dark areas will encode bad.
I encode tutorial videos with x264 Constant Quality = 30 and file size be small and quality is acceptable. If tutorial video is screencast, then decrease FPS to 10 and file size be smallest. Use "CABAC" and don't use "P4x4" macroblocks. "B-Frame = 3" or "4".
If you will encode film, then use 2-pass and use "MB-Tree" and "CABAC" and don't use "P4x4" macroblocks. "B-Frame = 3" or "4". -
-
Assuming they land on the same size, which one has superior quality? Should be same?
about the settings:
we have a bunch of settings which are ment to boost detail preservation and move bit rate to details/edges:
- mb-tree
- trellis
- p4x4
we have some options which influence the bit rate distributionin general
- --qcomp influence the general bit rate distribution (cbr versus cq) and a higher qcomp value will lower the effekt of mb-tree
- using 2pass instead of using crf will also limit the redistribution of bits a bit, but for the same average bit rate the
- --aq-strength directly influences the bit rate distribution between details/edges and flat areas
- --nr will do some dct smoothing and therefore remove some details, which will lower the effect of the bit rate redistribution
-> it's always a fight between details preservation and bit rate for flat areas.
Cu Selur -
And you can use some of those lovely (if complex) encoding options in cfr mode and still encode in comparable time to 2 pass abr mode without them.
Similar Threads
-
x264 for Blu_ray: 2pass or crf?
By wiseant in forum Video ConversionReplies: 3Last Post: 2nd Jan 2012, 15:12 -
x264: 2pass curve failed to converge
By roflwaffle in forum Video ConversionReplies: 9Last Post: 16th Oct 2010, 09:11 -
X264:How do you encode in 2pass ?
By themaster1 in forum Video ConversionReplies: 9Last Post: 25th Apr 2009, 17:29 -
File sizes getting bigger with x264 2pass
By ivan_hoe in forum Video ConversionReplies: 6Last Post: 19th Apr 2009, 08:42 -
ASF to Divx, similar bitrates?
By bigMach™ in forum Video ConversionReplies: 3Last Post: 27th Aug 2008, 14:32