Thunderbolt8
23rd November 2011, 22:43
I did some high bitrate encode of samples of a blu-ray with the same command line for 8-bit and 10-bit, and despite filesize and bitrate specified are the same in both cases, the quants for the 10-bit encode are way worse, 25-26 compared to 15-16 in case of the 8-bit encode (and it also looks like that during playback). arent the quants / the final PQ supposed to be a little bit better when encoding in 10-bit instead of 8-bit?
how can this be possible?
script: (source is 1080i60 and cannot be deinterlaced during playback with the usual freeware software, so I decided to encode to 23.976fps with dropping those other frames)
LoadCPlugin("G:\ffms2.dll")
ffvideosource("G:\00009.mkv")
LoadPlugin("G:\TIVTC.dll")
tfm(pp=0).tdecimate()
SelectRangeEvery(20000, 100)
cmd line
x264 --preset veryslow --tune grain --pass 1 --bitrate 45000 --stats "G:\00009.stats" --deblock -3:-3 --open-gop --bframes 8 --ref 6 --merange 32 --me esa --subme 10 --colorprim bt709 --transfer bt709 --colormatrix bt709 --output NUL "G:\00009.avs"
x264 --preset placebo --tune grain --pass 2 --bitrate 45000 --stats "G:\00009.stats" --deblock -3:-3 --open-gop --bframes 8 --ref 6 --merange 32 --me esa --subme 10 --colorprim bt709 --transfer bt709 --colormatrix bt709 --output "G:\test.264" "G:\00009.avs"
how can this be possible?
script: (source is 1080i60 and cannot be deinterlaced during playback with the usual freeware software, so I decided to encode to 23.976fps with dropping those other frames)
LoadCPlugin("G:\ffms2.dll")
ffvideosource("G:\00009.mkv")
LoadPlugin("G:\TIVTC.dll")
tfm(pp=0).tdecimate()
SelectRangeEvery(20000, 100)
cmd line
x264 --preset veryslow --tune grain --pass 1 --bitrate 45000 --stats "G:\00009.stats" --deblock -3:-3 --open-gop --bframes 8 --ref 6 --merange 32 --me esa --subme 10 --colorprim bt709 --transfer bt709 --colormatrix bt709 --output NUL "G:\00009.avs"
x264 --preset placebo --tune grain --pass 2 --bitrate 45000 --stats "G:\00009.stats" --deblock -3:-3 --open-gop --bframes 8 --ref 6 --merange 32 --me esa --subme 10 --colorprim bt709 --transfer bt709 --colormatrix bt709 --output "G:\test.264" "G:\00009.avs"