12gage
15th May 2005, 04:18
i recently tried degrainmedian filter when encoding to XviD, the results were perfect, but when i tried to play in my standalone DivX dvd player it would read. is this a common problem with this filter? Here's my script in case i set something wrong.
#################BEGIN#################
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\Undot.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\degrainmedian.dll")
mpeg2source("C:\Documents and Settings\Owner\Desktop\The.Test.d2v", idct=0)
Lanczos4Resize(576,416)
undot()
converttoYV12()
DeGrainMedian(limitY=5,limitUV=10,mode=3)
undot()
###############END###################
#################BEGIN#################
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\Undot.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\degrainmedian.dll")
mpeg2source("C:\Documents and Settings\Owner\Desktop\The.Test.d2v", idct=0)
Lanczos4Resize(576,416)
undot()
converttoYV12()
DeGrainMedian(limitY=5,limitUV=10,mode=3)
undot()
###############END###################