Okay, so let's have a look at the settings I generally use. First this is what the --preset values mean...
- medium: default settings:
(--b-adapt: 1 --direct spatial --me hex --rc-lookahead 40 --ref 3 --subme 7)
- slow:
--b-adapt 2 --direct auto --me umh --rc-lookahead 50 --ref 5 --subme 8
- slower:
--b-adapt 2 --direct auto --me umh --partitions all --rc-lookahead 60 --ref 8 --subme 9 --trellis 2
Those are probably the ones you want to look at for the most part. Note that of course blu-ray compatibility (/L4.1) is limited to 4 reference frames for 1080p and 5 for 720p (not 9, although it is a legal value for L4.1 it's not for BD), and the default partitions setting (so setting --ref above "5" or --partitions to "all" has no effect).
Here are my usual settings:
- medium: default settings:
(--b-adapt: 1 --direct spatial --me hex --rc-lookahead 40 --ref 3 --subme 7)
- slow:
--b-adapt 2 --direct auto --me umh --rc-lookahead 50 --ref 5 --subme 8
- slower:
--b-adapt 2 --direct auto --me umh --partitions all --rc-lookahead 60 --ref 8 --subme 9 --trellis 2
Those are probably the ones you want to look at for the most part. Note that of course blu-ray compatibility (/L4.1) is limited to 4 reference frames for 1080p and 5 for 720p (not 9, although it is a legal value for L4.1 it's not for BD), and the default partitions setting (so setting --ref above "5" or --partitions to "all" has no effect).
Here are my usual settings:
Code:
--tune film --profile high --level 4.1 --bluray-compat --threads 8 --keyint 230 --open-gop --b-adapt 2 --b-bias 3 --slices 4 --vbv-bufsize 14000 --vbv-maxrate 14000 --aq-strength 1.5 --me umh --ref 4