Darkkurama
24th June 2009, 02:18
Hi, I've got an issue with these filters, the only ones that I use for improving the image quality of my videos. When I use these filters:
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\aWarpSharp.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\MSharpen.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\VSFilter.dll")
Video1 = DirectshowSource("C:\2009.avi",fps=23.976,convertfps=true, audio=false)
Video2 = DirectshowSource("C:\p2008.avi", fps=23.976,convertfps=true, audio=false)
Final = Video1 + Video2
Final= Final.Textsub("C:\Prev_c1.ass")
Final= Final.Textsub("C:\subs.ass")
Final= Final.MSharpen(9,15,true,false,false)
Final= Final.aWarpSharp (12,2,0.3,2)
return Final
A "karaoke" or subtitles that my video have kind of "change" their stroke size, getting an irregular and non static subtitle (It's important to note that these "subtitles" were in the video, I didn't add those subtitles to the video), an example:
http://img13.imageshack.us/img13/9852/exampled.jpg
Those subtitles with aWarpSharp and MSarpen (I think it's more the aWarpSharp filter, but i'm not sure) kind of "change" their size , and this is the results:
http://img32.imageshack.us/img32/5340/96801261.gif
In the upcoming subtitles, this "effect" gets worst :S
My question is: Are there any other "image improving" filters that don't do that on my subtitles?
Thanks you :)
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\aWarpSharp.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\MSharpen.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\VSFilter.dll")
Video1 = DirectshowSource("C:\2009.avi",fps=23.976,convertfps=true, audio=false)
Video2 = DirectshowSource("C:\p2008.avi", fps=23.976,convertfps=true, audio=false)
Final = Video1 + Video2
Final= Final.Textsub("C:\Prev_c1.ass")
Final= Final.Textsub("C:\subs.ass")
Final= Final.MSharpen(9,15,true,false,false)
Final= Final.aWarpSharp (12,2,0.3,2)
return Final
A "karaoke" or subtitles that my video have kind of "change" their stroke size, getting an irregular and non static subtitle (It's important to note that these "subtitles" were in the video, I didn't add those subtitles to the video), an example:
http://img13.imageshack.us/img13/9852/exampled.jpg
Those subtitles with aWarpSharp and MSarpen (I think it's more the aWarpSharp filter, but i'm not sure) kind of "change" their size , and this is the results:
http://img32.imageshack.us/img32/5340/96801261.gif
In the upcoming subtitles, this "effect" gets worst :S
My question is: Are there any other "image improving" filters that don't do that on my subtitles?
Thanks you :)