Space Hopper
16th May 2009, 14:54
Hi guys.
Been a good while since ive posted anything, or been involved in the encoding scene for that matter.
Im having a problem with my megui encodes.
I've looked around, but not been able to find any info on it.
Anyway, pictures speak louder than words (snapped from media player classic 6.4.9.1).
Before encode (avs script):
http://i42.tinypic.com/e5sqx5.jpg
After encode (mp4 file):
http://i42.tinypic.com/mbr4uq.jpg
As you can see, the colors get washed out, and Im not sure why.
My avisynth script:
DGDecode_mpeg2source("D:\House Rip\HOUSE MD season1 disc1\VIDEO_TS\VTS_01_0.d2v", info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
Load_Stdcall_Plugin("D:\Encoding Tools\megui\tools\yadif\yadif.dll")
Yadif(order=0)
#crop
#resize
FluxSmoothST(7,7) # Medium Noise
__film = last
#__t0 = __film.trim(4, 1200)
__t0 = __film.trim(4, 63233)
__t0
It seems to happen with both xvid and x264.
I've tried disabling colormatrix, didnt help.
I thought it might be one of these insider-things forum dwellers knows all about. ;)
Been a good while since ive posted anything, or been involved in the encoding scene for that matter.
Im having a problem with my megui encodes.
I've looked around, but not been able to find any info on it.
Anyway, pictures speak louder than words (snapped from media player classic 6.4.9.1).
Before encode (avs script):
http://i42.tinypic.com/e5sqx5.jpg
After encode (mp4 file):
http://i42.tinypic.com/mbr4uq.jpg
As you can see, the colors get washed out, and Im not sure why.
My avisynth script:
DGDecode_mpeg2source("D:\House Rip\HOUSE MD season1 disc1\VIDEO_TS\VTS_01_0.d2v", info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
Load_Stdcall_Plugin("D:\Encoding Tools\megui\tools\yadif\yadif.dll")
Yadif(order=0)
#crop
#resize
FluxSmoothST(7,7) # Medium Noise
__film = last
#__t0 = __film.trim(4, 1200)
__t0 = __film.trim(4, 63233)
__t0
It seems to happen with both xvid and x264.
I've tried disabling colormatrix, didnt help.
I thought it might be one of these insider-things forum dwellers knows all about. ;)