MKVCrazy
13th April 2009, 21:20
hi guys. I was messing around with megui last night and wanted to test how low I could go with the bitrate and still get similar result to the source and it was really low and still similar result as expected but however I had a problem. There was slightly color change in the output of the re encoded version. It got darker or more saturated. I have no idea how to fix it but I think avisynth can edit the color a bit to match the source's color.
Here are the two pics, CAP1 (reconverted) and CAP2(source). I want to match CAP1 to CAP2's color.
CAP1 (x264)
http://i40.tinypic.com/157c29w.jpg
my .avs
AVISource("C:\Users\Encodings\Desktop\Sample\coa-echelon-sample.avi", audio=false)
loadplugin("C:\Program Files\AviSynth 2.5\plugins\FFT3DFilter.dll")
fft3dfilter(sigma=1.5, bt=5, bw=30, bh=30, ow=8, oh=8, sharpen=0.6, ncpu=2, measure=true, wintype=2)
LanczosResize(480,272) # Lanczos (Sharp)
__film = last
__t0 = __film.trim(0,50)
__t0
CAP2 (XviD)
http://i40.tinypic.com/2i0z0xv.jpg
Thank you,
MKVCrazy
Here are the two pics, CAP1 (reconverted) and CAP2(source). I want to match CAP1 to CAP2's color.
CAP1 (x264)
http://i40.tinypic.com/157c29w.jpg
my .avs
AVISource("C:\Users\Encodings\Desktop\Sample\coa-echelon-sample.avi", audio=false)
loadplugin("C:\Program Files\AviSynth 2.5\plugins\FFT3DFilter.dll")
fft3dfilter(sigma=1.5, bt=5, bw=30, bh=30, ow=8, oh=8, sharpen=0.6, ncpu=2, measure=true, wintype=2)
LanczosResize(480,272) # Lanczos (Sharp)
__film = last
__t0 = __film.trim(0,50)
__t0
CAP2 (XviD)
http://i40.tinypic.com/2i0z0xv.jpg
Thank you,
MKVCrazy