Hello!
I've captured my SVHS-tapes,and want to convert them to KDVD.
Using the KDVD-720x576-Full-D1_Pal_ template with TMPGEnc.
I've been using this Script:
LoadPlugin("C:\Programfiler\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Programfiler\AviSynth 2.5\plugins\Grip.dll")
LoadPlugin("C:\Programfiler\AviSynth 2.5\plugins\STMedianFilter.dll")
LoadPlugin("C:\Programfiler\AviSynth 2.5\plugins\asharp.dll")
LoadPlugin("C:\Programfiler\AviSynth 2.5\plugins\unfilter.dll")
LoadPlugin("C:\Programfiler\AviSynth 2.5\plugins\undot.dll")
LoadPlugin("C:\programfiler\AviSynth 2.5\plugins\kerneldeint.dll")
#
####
## Main section and static filters ###
#
AviSource("G:\Captured Video\Video 1.avi",true)
ConvertToYV12
KernelBob(order=0,sharp=true,threshold=7)
AssumeFrameBased()
Undot()
asharp(1, 4)
GripCrop(720, 576, overscan=1, source_anamorphic=false, dest_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
SeparateFields()
SelectEvery(4,0,3)
Weave()
(I Know this is a DVD-source script,but I choosed to use it beacause the
Captured video was of pretty good quality.)
1. When I open the files in Gspot I get res. 720x540(1.33:1=4:3),
am I right this is NOT anamorphic film??
2. When I use the mentioned template,the default AR setting is 16:9 Display,
Is it a good idea to change it to 4:3 Display to get the right AR??or am I wrong?
3. When I open DV files in Gspot I get res.720x576(1.25:1=5:4),
how to get the correct AR from this one using TMPEGnc??
4. and I also read somewhere in this pages that DV can be Anamorpic,
any easy way to find out???
Thanks a lot!!!
--------------
Finn