kimi_mo
14th September 2004, 13:25
hey,
i have my avs script and i started encoding and it looked good on the
preview in virtualdub but when the finished one came out it looked
pretty rubbish :)
you can see how it looked below
it was kind of dotty and not clear and the colours were a bit weird
so please can you hel me with a good filter and help me with the
proccess of it so i can get my avs script to encode with a nice
video quality,
my script used to be really long with about 20 filters and 3 avs
scripts attached,
but the problem with that was it just simply took too long
the quality was good but seriously,
it took me longer than 24 hours to encode a 23 minute episode
so im looking to shorten the script so it works as good but in faster
time,
the script im using now works in about 2 hours
so if i could just add a couple of filters to stop my problem it
would be great.
as i cant wait 24 hours to finish
because im not allowed to keep my computer on over night
so please help me thank you very much :)
Heres the problems with my video:
http://cloud369.t35.com/ALLEN_SCHAZAR_NOT_CLEAR.JPG
It would really like it to look like this
Which o print screened from my dvd:-
http://cloud369.t35.com/p/ALLEN_SCHAZAR_CLEAR.JPG
sometimes it gets alot worse than that(1st picture)
and it is pretty poor,
so id be gratefull for someone to help me here
thanks,
Script i used for the first bad qual video:-
#
# PLUGINS
LoadPlugin("C:\avs\MPEG2Dec3.dll")
LoadPlugin("C:\avs\decomb.dll")
LoadPlugin("C:\avs\Convolution3DYV12.dll")
LoadPlugin("C:\avs\VSFilter.dll")
LoadPlugin("C:\avs\RemoveDirt.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,464,0.333,0.333)
#
# DENOISING
mergechroma(blur(1.3))
#
# CONVOLUTION 3D
Convolution3d(preset="animeHQ")
#
TextSub("C:\cloud.ssa")
#
removedirt(mthreshold=4*255,athreshold=18,soscillation=10,doscillation=255,dist=2,tolerance=12,show=0)
#
function cleaning(video)
{
firstpass=RemoveDirt(video)
cleaned=RemoveDirt(video, neighbour=firstpass)
return cleaned
}
----------------------------------------------------------------
Please Help Me!!
thanks very much for your time
;)
i have my avs script and i started encoding and it looked good on the
preview in virtualdub but when the finished one came out it looked
pretty rubbish :)
you can see how it looked below
it was kind of dotty and not clear and the colours were a bit weird
so please can you hel me with a good filter and help me with the
proccess of it so i can get my avs script to encode with a nice
video quality,
my script used to be really long with about 20 filters and 3 avs
scripts attached,
but the problem with that was it just simply took too long
the quality was good but seriously,
it took me longer than 24 hours to encode a 23 minute episode
so im looking to shorten the script so it works as good but in faster
time,
the script im using now works in about 2 hours
so if i could just add a couple of filters to stop my problem it
would be great.
as i cant wait 24 hours to finish
because im not allowed to keep my computer on over night
so please help me thank you very much :)
Heres the problems with my video:
http://cloud369.t35.com/ALLEN_SCHAZAR_NOT_CLEAR.JPG
It would really like it to look like this
Which o print screened from my dvd:-
http://cloud369.t35.com/p/ALLEN_SCHAZAR_CLEAR.JPG
sometimes it gets alot worse than that(1st picture)
and it is pretty poor,
so id be gratefull for someone to help me here
thanks,
Script i used for the first bad qual video:-
#
# PLUGINS
LoadPlugin("C:\avs\MPEG2Dec3.dll")
LoadPlugin("C:\avs\decomb.dll")
LoadPlugin("C:\avs\Convolution3DYV12.dll")
LoadPlugin("C:\avs\VSFilter.dll")
LoadPlugin("C:\avs\RemoveDirt.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,464,0.333,0.333)
#
# DENOISING
mergechroma(blur(1.3))
#
# CONVOLUTION 3D
Convolution3d(preset="animeHQ")
#
TextSub("C:\cloud.ssa")
#
removedirt(mthreshold=4*255,athreshold=18,soscillation=10,doscillation=255,dist=2,tolerance=12,show=0)
#
function cleaning(video)
{
firstpass=RemoveDirt(video)
cleaned=RemoveDirt(video, neighbour=firstpass)
return cleaned
}
----------------------------------------------------------------
Please Help Me!!
thanks very much for your time
;)