jmrenrav
6th January 2010, 18:36
So after about 4 to 5 weeks of tinkering and messing around with x264 and meGUI I think I have the settings I would like to use to backup my DVD library.
I’m just looking for a few users opinions or advice from people who have done this before, just to make sure I’m not making any mistakes.
Sources will be standard definition.
X264 settings:
Set the slider to “Placebo” and then modify the following…
Profile = High
Level 3.1
Automated 2 Pass
Reference Frames = 8
3 B Frames
B Pyrmaid = On
VBV Buffer = 14000
VBV Max = 17500
M.E. Range = 64
Uneven Multi Hex
program --profile high --level 3.1 --preset placebo --pass 2 --stats ".stats" --slow-firstpass --thread-input --bframes 3 --b-pyramid normal --ref 8 --vbv-bufsize 14000 --vbv-maxrate 17500 --merange 64 --me umh --output "output" "input"
I have done a good bit of encoding using this profile and I’m very satisfied with the results. I have tried CRF and was very unsatisfied with the results, some movies looked good at CRF20, while others didn’t even look good at CRF14.
I spent a good bit of time trying to figure out a “good” way to come up with a target bitrate…well based on everything I tried, I am just going to simply use a percentage of the original source video (demuxed) So for example if the movie is a avg bitrate of 6000, I will encode a half that or 40% of 6000. This makes it easier for me to figure out my target bitrate instead of running it through CRF or CQ first. I also like this method, because the file sizes are always reduced by the same %
I use “Spline36” as my resize filer, and autocrop using a mod 16 resize method. Nothing else selected on Avisynth.
Considering time is not an issue, what do you guys think?
I’m just looking for a few users opinions or advice from people who have done this before, just to make sure I’m not making any mistakes.
Sources will be standard definition.
X264 settings:
Set the slider to “Placebo” and then modify the following…
Profile = High
Level 3.1
Automated 2 Pass
Reference Frames = 8
3 B Frames
B Pyrmaid = On
VBV Buffer = 14000
VBV Max = 17500
M.E. Range = 64
Uneven Multi Hex
program --profile high --level 3.1 --preset placebo --pass 2 --stats ".stats" --slow-firstpass --thread-input --bframes 3 --b-pyramid normal --ref 8 --vbv-bufsize 14000 --vbv-maxrate 17500 --merange 64 --me umh --output "output" "input"
I have done a good bit of encoding using this profile and I’m very satisfied with the results. I have tried CRF and was very unsatisfied with the results, some movies looked good at CRF20, while others didn’t even look good at CRF14.
I spent a good bit of time trying to figure out a “good” way to come up with a target bitrate…well based on everything I tried, I am just going to simply use a percentage of the original source video (demuxed) So for example if the movie is a avg bitrate of 6000, I will encode a half that or 40% of 6000. This makes it easier for me to figure out my target bitrate instead of running it through CRF or CQ first. I also like this method, because the file sizes are always reduced by the same %
I use “Spline36” as my resize filer, and autocrop using a mod 16 resize method. Nothing else selected on Avisynth.
Considering time is not an issue, what do you guys think?