karasu
13th June 2008, 09:13
I'm using MeGui with the latest updates. I have a problem of loss of contrast and saturation.
Here's my avisynth script :
# Set DAR in encoder to 2431 : 1000. The following line is for automatic signalling
global MeGUI_darx = 2431
global MeGUI_dary = 1000
DGDecode_mpeg2source("C:\VIDEO_TS\VTS_01_1.d2v",info=3)
ColorMatrix(hints=true)
crop( 0, 72, 0, -72)
loadplugin("C:\Program Files\AviSynth 2.5\plugins\FFT3DFilter\fft3dfilter.dll")
FFT3DFilter(bt=-1, sharpen=0.7)
This is what I get when I play the avs in mpc : image 1 (http://gloomydream.net/bazar/encode/avs.png)
And the encoded output : image 2 (http://gloomydream.net/bazar/encode/result.png)
And my settings :
--crf 22 --ref 5 --mixed-refs --no-fast-pskip --bframes 16 --b-pyramid --b-rdo --bime --weightb --direct auto --nf --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --me umh --merange 64 --threads auto --thread-input --progress --no-psnr --output "output" "input" --aq-mode 1 --aq-strength 1 --fgo 5
What is the cause of the contrast and saturation loss?
Thank you.
Here's my avisynth script :
# Set DAR in encoder to 2431 : 1000. The following line is for automatic signalling
global MeGUI_darx = 2431
global MeGUI_dary = 1000
DGDecode_mpeg2source("C:\VIDEO_TS\VTS_01_1.d2v",info=3)
ColorMatrix(hints=true)
crop( 0, 72, 0, -72)
loadplugin("C:\Program Files\AviSynth 2.5\plugins\FFT3DFilter\fft3dfilter.dll")
FFT3DFilter(bt=-1, sharpen=0.7)
This is what I get when I play the avs in mpc : image 1 (http://gloomydream.net/bazar/encode/avs.png)
And the encoded output : image 2 (http://gloomydream.net/bazar/encode/result.png)
And my settings :
--crf 22 --ref 5 --mixed-refs --no-fast-pskip --bframes 16 --b-pyramid --b-rdo --bime --weightb --direct auto --nf --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --me umh --merange 64 --threads auto --thread-input --progress --no-psnr --output "output" "input" --aq-mode 1 --aq-strength 1 --fgo 5
What is the cause of the contrast and saturation loss?
Thank you.