PDA

View Full Version : playback problems with degrainmedian


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###################

Poutnik
15th May 2005, 06:44
It has nothing to do with filters.
It is the way you did your XviD encoding.
Maybe you used GMC, QPEL, more than 1 B frame, custom matrix with inter coefficients < 16 ....

Search for keywords: standalone, player, compatibility, profile, MTK, packed

12gage
15th May 2005, 17:51
thanks for the resonse, i followed some guide i changed the xvid setting and that what gave me problems. sorry the the ignorant queston