crasus
29th March 2009, 08:45
Hey! Good morning!
I've been encoding a movie with lots of grain today to 720p and was wondering a little bit about my decisions for the settings. It should be mentioned that the source is very good - a Criterion BluRay with a classic movie, and there aren't any special effects and so on.
I want to keep the final image as close as possible to the original.
x264 core 67 r1128
deblock : -3,-3
trellis=2
I've let the me_range=16 and deadzone=21,11 to those settings.
Here's the complete command :
"K:\x264\x264.exe" --level 4.1 --pass 2 --bitrate 7774 --stats ".stats" --ref 4 --mixed-refs --no-fast-pskip --bframes 5 --b-pyramid --weightb --direct auto --deblock -3:-3 --subme 9 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --trellis 2 --b-adapt 2 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output K:\x264\G.mkv K:\x264\script2.avs
How does those settings sound? Would raising the me_range have any actual effect on the final result other than increasing the encoding time under these conditions? Considering the deblock and trellis setting, would changing the deadzone levels have any improvement?
I've been encoding a movie with lots of grain today to 720p and was wondering a little bit about my decisions for the settings. It should be mentioned that the source is very good - a Criterion BluRay with a classic movie, and there aren't any special effects and so on.
I want to keep the final image as close as possible to the original.
x264 core 67 r1128
deblock : -3,-3
trellis=2
I've let the me_range=16 and deadzone=21,11 to those settings.
Here's the complete command :
"K:\x264\x264.exe" --level 4.1 --pass 2 --bitrate 7774 --stats ".stats" --ref 4 --mixed-refs --no-fast-pskip --bframes 5 --b-pyramid --weightb --direct auto --deblock -3:-3 --subme 9 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --trellis 2 --b-adapt 2 --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output K:\x264\G.mkv K:\x264\script2.avs
How does those settings sound? Would raising the me_range have any actual effect on the final result other than increasing the encoding time under these conditions? Considering the deblock and trellis setting, would changing the deadzone levels have any improvement?