Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 8th April 2002, 05:02   #1  |  Link
ookzDVD
DVD Rebuilder!
 
ookzDVD's Avatar
 
Join Date: Oct 2001
Posts: 1,147
Dealing with NTSC-interlaced

Dear forum,

I have no problem ripping all my DVD which have proggresive format,
all the result is nice and smooth

But when I come with interlaced format, that makes me mad
mostly my NTSC-interlaced format I've found is from the "adult" DVD

So, ne1 here experience with the NTSC-interlaced format which
come from the "adult" DVD, which de-interlace method should I
choose to get the best result ?

Maybe some background about the source of the film before it
transfered into DVD is important. I believe the source of the
"adult" DVD is different from the "regular" DVD since the
"adult" DVD is not played in the theater

Thank you.

Last edited by ookzDVD; 8th April 2002 at 05:08.
ookzDVD is offline   Reply With Quote
Old 8th April 2002, 08:08   #2  |  Link
hakko504
Remember Rule One
 
hakko504's Avatar
 
Join Date: Oct 2001
Location: SWEDEN
Posts: 1,611
Quite frankly, when I do adult DVD's I take the quick and dirty method:
Code:
SeparateFields()
SelectEven()
BicubicResize(320,240,0,0.5)
These films are usually quite long and I use the rather small size to make sure that I can get as much as possible into one CD.

Otherwise when I'm dealing with pure interlaced video I use this script
Code:
smartDeinterlace(2,10,true,false,true)
#depending on source some noise reduction may be in order
BiCubicResize(x,y,0,0.5)
I usually put one level of noise filtering before the resize and the rest after. x&y I take from GordianKnot to get best size. The parameters for smartDeinterlace is almost standard, except the threshold 10, which I have lowered from 15 to catch as much interlacing effects as possible. Sometimes it is too low and then I raise it, but usually 10 will do just fine. I also use blend=false to force interpolation, something which I find gives a better result, as there won't be any ghosting.
__________________
/hakko

http://www.boardgamegeek.com
hakko504 is offline   Reply With Quote
Old 8th April 2002, 09:25   #3  |  Link
ookzDVD
DVD Rebuilder!
 
ookzDVD's Avatar
 
Join Date: Oct 2001
Posts: 1,147
Hi Hakko,

Thank you for your reply.

I'll try to play with your tips hope it will work fine for me.

I'm still hoping other tips and suggestion from others
ookzDVD is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:09.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.