kimi_mo
11th September 2004, 14:25
first problem is the most important
i have vsfilter.dll
but what do i put in my avs script if my title was called
cloud.ssa
i havnt a clue and i dont want to do it in virtual dub
thanks
secondly
when i encode sometimes i end up with, like when a person runs
the outlines of the anime charecters split if you know
what i mean its weird anyone know a good filter for this thanks
alot
heres my script at the moment
please help me
and thanks alot in advance ;)
# PLUGINS
LoadPlugin("C:\avs\MPEG2Dec3.dll")
LoadPlugin("C:\avs\decomb.dll")
LoadPlugin("C:\avs\Convolution3DYV12.dll")
LoadPlugin("C:\avs\vsfilter.dll")
#
# SOURCE
mpeg2source("C:\escaflowne project\episode_03\escaflowne_03.d2v")
#
# TRIM
#
# IVCT
Telecide().Decimate(5)
#
# CROPPING
crop(0,0,720,480)
#
# DEINTERLACING
FieldDeinterlace()
#
# SUBTITLES
#
# RESIZING
BicubicResize(640,352,0.333,0.333)
#
# DENOISING
mergechroma(blur(1.3))
#
# CONVOLUTION 3D
Convolution3d(preset="animeHQ")
#
???????
pls help with these problems
i dont really have a clue on how avs dlls work
i have vsfilter.dll
but what do i put in my avs script if my title was called
cloud.ssa
i havnt a clue and i dont want to do it in virtual dub
thanks
secondly
when i encode sometimes i end up with, like when a person runs
the outlines of the anime charecters split if you know
what i mean its weird anyone know a good filter for this thanks
alot
heres my script at the moment
please help me
and thanks alot in advance ;)
# PLUGINS
LoadPlugin("C:\avs\MPEG2Dec3.dll")
LoadPlugin("C:\avs\decomb.dll")
LoadPlugin("C:\avs\Convolution3DYV12.dll")
LoadPlugin("C:\avs\vsfilter.dll")
#
# SOURCE
mpeg2source("C:\escaflowne project\episode_03\escaflowne_03.d2v")
#
# TRIM
#
# IVCT
Telecide().Decimate(5)
#
# CROPPING
crop(0,0,720,480)
#
# DEINTERLACING
FieldDeinterlace()
#
# SUBTITLES
#
# RESIZING
BicubicResize(640,352,0.333,0.333)
#
# DENOISING
mergechroma(blur(1.3))
#
# CONVOLUTION 3D
Convolution3d(preset="animeHQ")
#
???????
pls help with these problems
i dont really have a clue on how avs dlls work