PDA

View Full Version : please help me with a couple of avs probs thx


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

manono
11th September 2004, 14:44
Load the VSFilter, and then:

TextSub("C:\Path To\cloud.ssa")

I didn't understand the second question. Sorry. Maybe someone else does.

scharfis_brain
11th September 2004, 14:47
splitted outlines on moving object = ghosting or blending ?

kimi_mo
11th September 2004, 14:55
cool, thanks alot
that works great
:P
and what i mean in the 2nd question is
when i encode...
the black outlines of moving charecters always move and split
and shake and stuff
any one know how i can stop it
thanks very much for the help
:P

DigitalDeviant
11th September 2004, 18:07
Just a thought, but I think you need to IVTC instead of just deinterlacing. Instead of FieldDeinterlace() try Telicide().Decimate(). That is the simplest IVTC, there are better, more complicated methods and I'm sure if you search this forum you'll find a lot of examples.

Also I noticed you resize to 640,352. The Escaflowne TV series was a 4:3 aspect ratio so 640,480 would be better.

kimi_mo
11th September 2004, 18:40
yes thanks for that :P
great help
and that was an accident that i set it to widescreen
i just noticed my self when i looked at a preveiw
:P
thanks again