Does anyone use it?
I've found some very clever scripts here at the forum that translated well to the *.AVST - Template.
Here's DV to DVD.avst:
Telecine.avst:#ASYNTHER DV to DVD (TimeStamp)
#
# LoadPlugin("DVinfo.dll")
# LoadPlugin("ReInterpolate411.dll")
# LoadPlugin("Convolution3d.dll")
#
[file1="%f"]
Avisource(file1)
#
ReInterpolate411()# Colorspace is YUY2
#
SeparateFields()
odd=SelectOdd.Convolution3D(1,6,10,6,8,2.8,0)
evn=SelectEven.Convolution3D(1,6,10,6,8,2.8,0)
Interleave(evn,odd)
Weave()
#
# DoubleWeave.SelectOdd()# Top Field First
#
ConvertToRGB24(interlaced=true)# For TMPGEnc
# ConvertToYV12(interlaced=true)# For QuEnc
#
# FadeIn2(30)
# FadeOut2(30)
#
DVInfo(file1,"rec_time",rec_format="%m-%d-%y %I:%M:%S",500,430)
Interlace Resize.avst:#ASYNTHER Telecine (FILM to NTSC) (*.AVI)
#
# LoadPlugin("Convolution3d.dll")
# jdl-telecine.avsi - http://www.avisynth.org/stickboy/
#
[AVISource("%f")]
#
# ConvertToYUY2(interlaced=false)
#
LanczosResize(352,480)
#
Convolution3d(0,6,10,6,8,2.8,0)# movieLQ
#
JDL_Telecine# Bottom Field First
#
ConvertToRGB24(interlaced=true)# For TMPGEnc
# ConvertToYV12(interlaced=true)# For QuEnc
#ASYNTHER Interlace Resize (*.D2V)
#
LoadPlugin ("X:\PATH\DGDecode.dll")
LoadPlugin ("X:\PATH\Convolution3DYV12.dll")
# jdl-interlace.avsi - http://www.avisynth.org/stickboy/
#
mpeg2source("[%f]",cpu=6)# DGDecode Output is YV12
#
crop(0,60,-0,-60)
jdl_UnfoldFieldsVertical(flip=true)
Convolution3D(0,3,4,3,4,2.8,0)# movieHQ
LanczosResize(704,480)
jdl_FoldFieldsVertical(flip=true)
AddBorders(8,0,8,0)
#
ConvertToRGB24(interlaced=true)# For TMPGEnc
# ConvertToYUY2(interlaced=true)# For CCE
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
To Script or Not To Script, that is the Question... (Custom Videos)
By TheMcD in forum EditingReplies: 2Last Post: 21st Oct 2010, 10:11 -
Media Player Classic: Auto Zoom: Auto Fit logic
By DRP in forum Software PlayingReplies: 0Last Post: 29th Apr 2010, 08:59 -
Vdub script / tool etc - split large file into 10 min segments? (auto)
By Jynks in forum Newbie / General discussionsReplies: 0Last Post: 17th Apr 2010, 06:19 -
Help creating a virtual dub mod script just like auto gk does
By viraco in forum Video ConversionReplies: 4Last Post: 3rd Mar 2010, 09:42 -
Trying to write a simple batch script for VDubMod
By mob in forum Newbie / General discussionsReplies: 1Last Post: 17th Aug 2007, 19:39