View Single Post
Old 4th January 2010, 12:29   #4  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
You would only use 2-Pass mode to hit a target (average bitrate). For quality-based encoding, you should use 1-Pass CRF mode.

Once you have found the highest possible CRF value that still gives acceptable quality for your eyes (I recommend you start at ~20), you can use that CRF value for all future encodes.

And if you need to limit the "local" bitrate (usually only needed for hardware decoders) you can use CRF+VBV. Note that VBV needs both, a BufSize and a MaxRate.
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote