The source is PAL interlaced (wings of Honneamise, mangadvd,2)
Preprocessing avisynth
Code: Select all
loadplugin("C:\Documents and Settings\victor\Desktop\dgmpgdec148\DGDecode.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
MPEG2Source("G:\wings\video\VTS_08_PGC_01_1.d2v",ipp=true,info=3)
ConvertToYV12()
Telecide(order=1,guide=0,post=4,vthresh=50)
Decimate(cycle=5,mode=2,quality=3)
ConvertToRGB32()
And the required settings for the competition are NTSC format. MPEG2, 720*480 or 704*480 (29,976 right)
Now im lost as to what script to use pre-processing or when/what to do post-processing. Am i missing something in the guides. Cause i can't get my head around it.