PDA

View Full Version : DGIndex + Deinterlace


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

Wilbert
1st August 2005, 20:48
Lookup in the FAQ how to load avs v2.0 plugins in avs v2.5:

http://www.avisynth.org/Section+1%3A+About+AviSynth#q1.15

neuron2
1st August 2005, 22:07
There's no need to use SmoothDeinterlace unless you specifically need to double the frame rate. Even if you do, there are native Avisynth solutions that are arguably better.

Also, be sure that you really need deinterlacing instead of IVTC.

mp3boy
2nd August 2005, 08:17
There's no need to use SmoothDeinterlace unless you specifically need to double the frame rate. Even if you do, there are native Avisynth solutions that are arguably better.

Also, be sure that you really need deinterlacing instead of IVTC.
what is that native solution?

neuron2
2nd August 2005, 14:13
what is that native solution? Here are two:

DGBob
KernelBob

There are more. Brush up on your searching skills. :)

mp3boy
2nd August 2005, 14:22
Here are two:

DGBob
KernelBob

There are more. Brush up on your searching skills. :)

I've seen these before some where but avisynth says these is no functioned named blah blah

neuron2
2nd August 2005, 14:56
I've seen these before some where but avisynth says these is no functioned named blah blah "blah blah" does not give me sufficient information to help you.

If you're trying to use DGBob, you need to download it from my web site and then place it in your Avisynth plugins directory.

mp3boy
2nd August 2005, 15:34
yeah, its working now, I thought you meant its a default plugin. anyway I dont know how to achieve the best result I tried all different modes and field order for my video... In TMPGENC I set deinterlacing to (EVEN FIELD (ANIMATION ADAPTATION) and I get the best and nicest edge on my , what number should be the equal value for that?

thanks again

neuron2
2nd August 2005, 15:39
Use the Parse D2V function in DGIndex to get the right field order. The rest is a matter of your personal tastes.