seoulsteve
7th March 2002, 13:58
First, I'm not too sure where to post this. I'm using GKnot, so I've decided to put it here.
I have a region 3 DVD (Buena Vista Social CLub) with DVD2AVI specs as follows:
Frame Rate: 29.97
Video Type: NTSC
Frame Type: Interlaced
The picture is much-o bad when I preview it in DVD2AVI. It's got all those black lines and everything shooting horizontally through it.
I've done about 3 hours of reading on something I don't understand (using Donald Graft's decomb filter) and my encodes are not working.
I open up my d2v, do my smart crop all, get to the save&encode window, set up my noise filters, and here's where I step into uncharted territory: hit the "edit" button to get Donald's filters going.
Here's how things look in my .avs script:
# Created with Gordian Knot
#
# http://thewef.nav.to
#
# PLUGINS
# get them from http://users.win.be/dividee
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\Decomb.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\InverseTelecine.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("C:\WINNT\System32\vobsub.dll")
#
# SOURCE
mpeg2source("D:\Buena Vista\encoding decomb\Buena Vista.d2v")
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
Telecide()
Decimte(15)
#InverseTelecine(40,10,15)
# or use
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# CROPPING
crop(8,0,704,480)
#
# DEINTERLACING
#SmartDeinterlace(2,15,true,true,true)
# or use
#VerticalReduceBy2
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
When I hit "start encoding" on the DivX4 tab, GKnot finishes making the .avi in about, oh, 1/2 of a second. What's that all about? The programs (VDub 1st pass, VDub2nd pass, etc.(I'm not doing audio, just a short 5 minute encode to test results) open and close again in less than the blink of an eye!
My Question: What am I doing wrong? :)
I have a region 3 DVD (Buena Vista Social CLub) with DVD2AVI specs as follows:
Frame Rate: 29.97
Video Type: NTSC
Frame Type: Interlaced
The picture is much-o bad when I preview it in DVD2AVI. It's got all those black lines and everything shooting horizontally through it.
I've done about 3 hours of reading on something I don't understand (using Donald Graft's decomb filter) and my encodes are not working.
I open up my d2v, do my smart crop all, get to the save&encode window, set up my noise filters, and here's where I step into uncharted territory: hit the "edit" button to get Donald's filters going.
Here's how things look in my .avs script:
# Created with Gordian Knot
#
# http://thewef.nav.to
#
# PLUGINS
# get them from http://users.win.be/dividee
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\Decomb.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\InverseTelecine.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("C:\WINNT\System32\vobsub.dll")
#
# SOURCE
mpeg2source("D:\Buena Vista\encoding decomb\Buena Vista.d2v")
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
Telecide()
Decimte(15)
#InverseTelecine(40,10,15)
# or use
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# CROPPING
crop(8,0,704,480)
#
# DEINTERLACING
#SmartDeinterlace(2,15,true,true,true)
# or use
#VerticalReduceBy2
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
When I hit "start encoding" on the DivX4 tab, GKnot finishes making the .avi in about, oh, 1/2 of a second. What's that all about? The programs (VDub 1st pass, VDub2nd pass, etc.(I'm not doing audio, just a short 5 minute encode to test results) open and close again in less than the blink of an eye!
My Question: What am I doing wrong? :)