Log in

View Full Version : Deinterlacing


falconfighter
12th March 2004, 22:31
I'm having real problems deinterlacing DVD source... It's Star Trek... And that means single-pixel stars... which means a headache watching the stuff I'm getting.
First script I got to produce reasonable-quality stuff:

LoadPlugin("D:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3dg.dll")
LoadPlugin("C:\avisynth plugs\avisynth_c.dll")
LoadPlugin("C:\avisynth plugs\dgbob.dll")
LoadCPlugin("C:\avisynth plugs\smartdecimate.dll")
MPEG2Source("C:\batchripper\temp\1x03.d2v")
assumetff()
a=DGBob(order=0, thresh=60)
SmartDecimate(tel=.25, bob=a)

Does anyone have any improvements? Would it help if I served a 1000 frame MPEG source to convert off of?

scharfis_brain
12th March 2004, 22:51
do you have NTSC or PAL - Video ?

if it is PAL, you have to use restore24 to get watchable results.

and yes, a sample would be nice.


EDIT: ohhhhhhhhh
what do I see there?!?
dgbob with a threshold of 60....
That really hurts.

Please use some other bob-method, that gives much better results.
Like *advertise mode on* my bobmatcher() *advertise mode off* ;)
or for faster results the simple kernelbob.

Kika
13th March 2004, 02:18
advertise mode on* my bobmatcher() *advertise mode off*

Hey, be a bit more careful with advertising. The next step on this way is to send SPAM-Mails! :D

@falconfighter
Try scharfis Methode, it works. ;)

falconfighter
13th March 2004, 02:45
NTSC.
Example:
mpeg.webhop.net
links directly to an example video.

Where can I get KernelBob or bobmatcher?

EDIT: Added URL Tags

Yuri
14th March 2004, 23:06
Scharfis_brain's bobmatcher-the-miracle-creator is at

http://forum.doom9.org/showthread.php?s=&threadid=71510

scharfis_brain
15th March 2004, 00:49
I do not see the need for deinterlacing here, because your source-mpeg is already progressive!

falconfighter
15th March 2004, 22:06
Hmmm... I get scanlines when I encode to XviD with just a Mpeg2dec3dg.dll and MPEG2Source. Am I just screwed up?

scharfis_brain
15th March 2004, 22:34
I assume you've used DVD2AVI incorrectly.

I think you shopuld use the force-film feature.

Please read one of those (non-rare) DVD2AVI Guides