digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   AFter converting dvd into kvcd, result is still interlaced? (http://www.digitalfaq.com/archives/encode/14120-after-converting-dvd.html)

WOWIEGURL 02-14-2006 09:18 PM

AFter converting dvd into kvcd, result is still interlaced?
 
Hi..

I was converting a dvd into kvcd and found the output is still interlaced.I put that deinterlacing .dll into the plugin but it still won't work. Can someone help me? I've deinterlaced other dvds before without problems but this one is a nightmare.

kwag 02-14-2006 09:20 PM

What DVD are you trying to convert :?:
If it's a regular movie, you had to check 'Force FILM" when doing DVD2AVI/DGIndex.

-kwag

Dialhot 02-15-2006 04:26 AM

And just putting a dll "into the plugin" NEVER HAD ANY EFFECT !

(Karl, do not lose your time...).

WOWIEGURL 02-15-2006 05:33 AM

for your information dialhot I had the .dll included in my script. and I used the dvd 2 kvcd script someone had here. as for the other information I'll have to go back to see what kind fo dvd it is.. been a while since I did the dvd.. got too frustrated and left it.

Dialhot 02-15-2006 05:36 AM

Let me know. KVCD ? Mpeg1 hug ? And this is the first time you have this ?

Dialhot 02-15-2006 07:50 AM

MPEG1 is always interlaced.

danpos 02-15-2006 08:16 AM

Quote:

Originally Posted by Dialhot
MPEG1 is always interlaced.

I'm quite sure that this is a typo: MPEG1 is always progressive.

See ya,

Dialhot 02-15-2006 08:26 AM

Typed too fast. I wanted to type "never..."

:oops: :oops: :oops:

WOWIEGURL 02-16-2006 12:42 AM

I did check forced film and it says ntsc - interlaced.23.976fps
- the lines only show when there is motion.

leakkernelDeint is in the avisynth plugin folder

Mpeg2Source("M:\1.d2v").textsub("M:\ 01.srt")
leakKernelDeint(order=0,sharp=true,threshold=7)
undot()
asharp(1, 4)
GripCrop(352,240,overscan=1,source_anamorphic=fals e)
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))


#
#

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

ColorMatrix(mode="rec.709->rec.601")
GripBorders()

#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

Dialhot 02-16-2006 04:34 AM

A movie can't be interlaced and 23.976. It is either 23.976p (p for progressive) or 29.970i (interlaced). The interlaced can be pulled-down or true interlace.

Nevertheless :
Quote:

Originally Posted by WOWIEGURL
leakKernelDeint(order=0,sharp=true,threshold=7)

Majority of movies are TFF so use order=1.


All times are GMT -5. The time now is 03:31 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.