tickled_pink
19th December 2011, 22:31
This is my first post and this forum and it's members are simply amazing! Warning, I'm a noob.
That being said here is what I feel comfortable in calling "my method". Please let me know if there is something majorly wrong with it or steps I could take to make the process more efficient.
Output: 720p mkv
Goal: Faithful reproduction of the original bluray.
MeGUI is my primary frontend.
1 - Currently I use eac3to to mux video from .m2ts to .mkv and tsmuxer to extract the audio and subtitles.
2 - Create a sample using AviSynth selectrangeevery(8000,480). 6000 if the movie is less than 2 hours. This gives me an idea of the projected bitrate and will determine what CRF to select. I find CRF 18-20 to be my sweet spot and the higher the projected bitrate the higher the CRF I select.
x264 settings:
--High@4.1 --preset slow --tune --crf 18-20
I don't feel comfortable yet making changes to Rate Control and Analysis settings. Based on the limited samples I've produced I'm happy pretty happy with the results.
AviSynth filters - I truly don't know where to begin or if I even need to. As I said earlier my goal is a faithful reproduction of the original Bluray and I'm not size restricted.
Are there inherent flaws with Bluray (VC1/AVC) or x264 that certain filters or types of filters are good at reducing?
That being said here is what I feel comfortable in calling "my method". Please let me know if there is something majorly wrong with it or steps I could take to make the process more efficient.
Output: 720p mkv
Goal: Faithful reproduction of the original bluray.
MeGUI is my primary frontend.
1 - Currently I use eac3to to mux video from .m2ts to .mkv and tsmuxer to extract the audio and subtitles.
2 - Create a sample using AviSynth selectrangeevery(8000,480). 6000 if the movie is less than 2 hours. This gives me an idea of the projected bitrate and will determine what CRF to select. I find CRF 18-20 to be my sweet spot and the higher the projected bitrate the higher the CRF I select.
x264 settings:
--High@4.1 --preset slow --tune --crf 18-20
I don't feel comfortable yet making changes to Rate Control and Analysis settings. Based on the limited samples I've produced I'm happy pretty happy with the results.
AviSynth filters - I truly don't know where to begin or if I even need to. As I said earlier my goal is a faithful reproduction of the original Bluray and I'm not size restricted.
Are there inherent flaws with Bluray (VC1/AVC) or x264 that certain filters or types of filters are good at reducing?