mp3boy
1st August 2005, 20:19
hi guys
I'm trying to convert DVD to Xvid,
I've ripped the dvd and used dgindex to make d2v (version 1.4) and I could load the avs by this code:
LoadPlugin("F:\Softwares\DGMpgDec (1.40)\DGDecode.dll")
MPEG2Source("@.d2v")
audio=WAVSource("audio.wav")
AudioDub(audio)
but the video is deinterlaced and I need to deinterlace however the smoothdeinterlace is not detected by AviSynth 2.5 so I downgrade to 2.08 and my DGindex is now not detect, and I even when I load avi file and apply Smooth deinterlace the player who actually play avs file will crash, any idea how to fix the issue? I need to get some decent deinterlacing like ffdshow or tmpgenc, virtualdub default deinterlacing sucks.
thanks
I'm trying to convert DVD to Xvid,
I've ripped the dvd and used dgindex to make d2v (version 1.4) and I could load the avs by this code:
LoadPlugin("F:\Softwares\DGMpgDec (1.40)\DGDecode.dll")
MPEG2Source("@.d2v")
audio=WAVSource("audio.wav")
AudioDub(audio)
but the video is deinterlaced and I need to deinterlace however the smoothdeinterlace is not detected by AviSynth 2.5 so I downgrade to 2.08 and my DGindex is now not detect, and I even when I load avi file and apply Smooth deinterlace the player who actually play avs file will crash, any idea how to fix the issue? I need to get some decent deinterlacing like ffdshow or tmpgenc, virtualdub default deinterlacing sucks.
thanks