Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 24th June 2009, 01:18   #1  |  Link
Darkkurama
Registered User
 
Join Date: Sep 2008
Posts: 21
aWarpSharp and MSharpen "damage" my video

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:

Code:
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:



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:



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
Darkkurama is offline   Reply With Quote
Old 24th June 2009, 01:59   #2  |  Link
Inspector.Gadget
Registered User
 
Join Date: May 2008
Posts: 1,618
Remake the source videos from your original discs and warpsharp in your AVS Script before adding subs.
Inspector.Gadget is offline   Reply With Quote
Old 24th June 2009, 02:19   #3  |  Link
Darkkurama
Registered User
 
Join Date: Sep 2008
Posts: 21
thanks for your response, but my original discs have those subtitles on it (hardsubs), because it's for singing a song :S

Are there any other filters that don't damage my video? or it's better not to use those filters? (because I got that result with "low range" of aWarpSharp (I'm using in one variable 0.2, and the "default is 0.5, so i'm not gaining much quality at all :S)

Thanks again
Darkkurama is offline   Reply With Quote
Old 24th June 2009, 04:38   #4  |  Link
shoopdabloop
Registered User
 
Join Date: Mar 2009
Posts: 166
there is another version of warpsharp for avisynth that is a lot better than aWarpSharp.

(just copy "warpsharp.dll" into your plugins folder)

warpsharp package (2008 ver)
http://seraphy.fam.cx/~seraphy/progr...p_20080325.rar

Last edited by shoopdabloop; 24th June 2009 at 04:49.
shoopdabloop is offline   Reply With Quote
Old 24th June 2009, 13:11   #5  |  Link
Darkkurama
Registered User
 
Join Date: Sep 2008
Posts: 21
Thanks, but can you tell me the parameters of this plugin?, the readme is in japanese :S

-edit-

It's the same as:

Code:
Defaults: WarpSharp(depth=128, blur=3, bump=128)
Parameters:

    * depth (1-400) determines the amount of warping. It directly affects how thin your lines will end up.
    * blur (any int > 0) is the number of times to blur the sharpened areas. The higher this value, the cleaner the sharpening will be (this can be very useful at higher depth levels), but at the cost of speed. 
       Normally, you do notwant to set this to 0; try it and you'll see why.
    * bump (any int > 0) is the "threshold of unevenness detection"; lowering this value will produce smoother lines, but it will also reduce the sharpening effect. Even at default levels of depth, setting this 
       above about 250 or so candistort your footage in ugly ways and is not recommended.
Found here

Can you recommend me some parameters for not getting that "effect" (the gif image of the first post) on my video?

Darkkurama

Last edited by Darkkurama; 24th June 2009 at 13:29.
Darkkurama is offline   Reply With Quote
Old 24th June 2009, 19:17   #6  |  Link
Darkkurama
Registered User
 
Join Date: Sep 2008
Posts: 21
So, basically, how do I use this new filter? T_T

-EDIT-

I've decided to use these filters:

Final= Final.Toon(strength=0.75)
Final= Final.WarpSharp(depth=76, blur=6, bump=134)

I don't get that crappy effect, and It's ok on the quality. I realized how to use that filter shoopdabloop, so thanks ^^

Last edited by Darkkurama; 24th June 2009 at 19:57.
Darkkurama is offline   Reply With Quote
Old 23rd October 2010, 12:24   #7  |  Link
Jenyok
Warm and fuzzy
 
Join Date: Apr 2010
Location: Moscow, Russia
Posts: 201
I am very sorry,
.
http://seraphy.fam.cx/~seraphy/progr...p_20080325.rar
403 Forbidden
Request : GET
Object : /~seraphy/program/WarpSharp/warpsharp_20080325.rar
.
Where can I download WarpSharp 2008 version ?
Please, put WarpSharp 2008 version to public file servers, such as "depositfiles", "rapidshare" and so on.
Thank you.

Last edited by Jenyok; 23rd October 2010 at 12:29.
Jenyok is offline   Reply With Quote
Old 23rd October 2010, 15:26   #8  |  Link
Chikuzen
typo lover
 
Chikuzen's Avatar
 
Join Date: May 2009
Posts: 595
@jenyok
http://vfrmaniac.fushizen.eu/seraphy_mirror/warpsharp/
__________________
my repositories
Chikuzen is offline   Reply With Quote
Old 23rd October 2010, 18:13   #9  |  Link
Jenyok
Warm and fuzzy
 
Join Date: Apr 2010
Location: Moscow, Russia
Posts: 201
Chikuzen

http://vfrmaniac.fushizen.eu/seraphy_mirror/warpsharp/

doesn't work.
Jenyok is offline   Reply With Quote
Old 23rd October 2010, 18:58   #10  |  Link
Chikuzen
typo lover
 
Chikuzen's Avatar
 
Join Date: May 2009
Posts: 595
hmm...ok

http://www.mediafire.com/download.php?pjx422jcm2to8k9
__________________
my repositories
Chikuzen is offline   Reply With Quote
Old 24th October 2010, 07:18   #11  |  Link
Jenyok
Warm and fuzzy
 
Join Date: Apr 2010
Location: Moscow, Russia
Posts: 201
Chikuzen

Thank you.
I normally downloaded.
Jenyok is offline   Reply With Quote
Old 30th June 2011, 00:03   #12  |  Link
Schnoodledorfer
Registered User
 
Join Date: Apr 2005
Posts: 38
Quote:
Originally Posted by Chikuzen View Post
I was able to find and download the warpsharp 2008 package thanks to this.

The links at Avisynth.org were broken. (The link for the 2003 version d/l worked.) I signed up and was able to fix the download link for the 2008 version thanks to Chikuzen's link. (The file was apparently changed from a rar file to a 7z file.)

The link to the description was also broken. It was: http://niiyan.net/?WarpSharpPackage. I don't know what else to use for a URL, so I just removed the link. If someone else has a good idea, please change it.
__________________
If you don't like the forum's search feature, use Google or Yahoo.
Include "site:forum.doom9.org" with the search words to search only these forums.
Schnoodledorfer is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:03.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.