remove the awarpsharp2, or use a lower depth value
when someone suggests something , it's only meant as a possible starting place. You should always explore the settings and adjust until you get something you like - everyone has different opinions/tastes and quality is subjective
+ Reply to Thread
Results 31 to 56 of 56
-
-
Most filters have INSTRUCTIONS and DOCUMENTATION that describe the settings, but unfortunately deen does not (not officially anyways)
You can read a brief description here
http://www.aquilinestudios.org/avsfilters/spatial.html#deen
EDIT: whoops jagabo beat me to it...
There are other filters described there, but most of them are very old, and not used very often these days
I suggest you use avspmod, push f5 for preview . It also lists the settings when you are typing for some functions (see screenshot). You can compare different filters or script versions in multiple tabs (push number keys to flip between them quickly) , and you can programs sliders (so it's like a GUI), and use macros -
-
the quotations are in the wrong place
Deen(mode="a2d", rad=4, thrY=7, thrUV=9, min=0.5) -
it's working for me
make sure it's exaclty like that, no weird spaces or characters. Copy & paste it.
what version of deen.dll ? IIRC there are a few floating around and some of the earlier versions didn't have all the modes available
If you still get error message, post your exact script (copy & paste it back here, verbatim) -
The one I am using is actually an older version with the different modes available as explained on that page
MarcFD's page and the AVISynth Filter Collection both contain only the most recent version, which does not have these modes.)
I can't find an official site , this one is hosting the newer version, so I will upload it below
http://avisynth.org/warpenterprises/ -
I haven't looked at any of your videos closely yet ; is that screenshot from a video you posted? If so , which one ?
If you haven't posted it, then post an unprocessed sample that contains the problem
Also post your current avs script -
Well, then post a sample that has a problem, not a sample that doesn't have the problem
-
I need go by today, sorry cuting it in the middle.
Thanks for you helps I'll came here by (local) tomorrow. -
I think the very first one (in compressed video) has a interlace issue in the Usagi's (blonde haired'girl) Mouth.
-
-
Interlaced issues corrected, but I can't AwarpSharp2() only I AwarpSharp() I want to warp the lines a bit but not so, it has parameters too?
-
There are 2 versions of awarpsharp. You probably need them both because the original awarpsharp is a prerequisite for some other filters and functions
What I do is leave the original awarpsharp in the plugins folder (so it's autoloading), and use LoadPlugin for awarpsharp2 in a separate folder (I place it in a subfolder within the plugins folder)
awarpsharp2 can be found here
http://forum.doom9.org/showthread.php?t=147285
In general, "depth" is the parameter you want alter to control the strength of thinning the lines, but there are other settings as well.
For awarpsharp2, the default depth is 16, so try something lower , maybe 8 or 6. Again, avspmod really helps here for quick preview and adjustments
*Both awarpsharps have instructions, make sure you read them, and the settings and values are different between the two -
I don't know if I'am alowed to bump it sorry if not.
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\Plugins\DGDecode.dll")
MPEG2Source("C:\Documents and Settings\User\Desktop\Episódio 1.d2v", cpu=6)
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\Plugins\TIVTC.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\Plugins\Deen.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\Plugins\nnedi3.dll")
LoadPlugin("C:\Arquivos de programas\AviSynth 2.5\Plugins\aWarpSharp_2\aWarpSharp.dll")
TFM()
Tweak(-1.7,1.28,-15,1.03)
Levels(26,1.064,224,0,250)
ColorYUV(gain_y=5.5, off_y=4.5, gamma_y=5.5, cont_y=7, gain_u=-7, off_u=-3, gamma_u=2, cont_u=-4, gain_v=-3,off_v=-3, gamma_v=-8, cont_v=8)
Deen(mode="a3d", rad=2, thrY=9, thrUV=10, min=0.5, scd=10)
nnedi3_rpow2(rfactor=2,cshift="spline64resize", fwidth=960, fheight=720)
aWarpSharp2(75,18,1,14,4)
Sharpen(0.6)
In some instances it looks noised like in the attachment, I also added some color "corrections" cause the fansub wants it. -
If you feel some frames are still "noisy", apply a stronger filter to those sections. This applies for any filter - You don't have to use the same filters for the entire episode.
e.g use trim() to divide up into segments -
Besides that The script could be improved?
Where I can get a nice encoding guide? -
It depends on your definiton of "improved" . This is all subjective. I might do things differently. Some people like sharp, some people like smooth. Some people like red, some like blue .... you get the idea. The adjustments you make are subjective and different people might prefer different things
Where I can get a nice encoding guide? -
Sharpen() is going to enhance noise. You want to remove noise before sharpening.
-
There is a better sharpening filter?
http://www.youtube.com/watch?v=AnWr1bCHDus
I like a smoothing like it.Last edited by LeoHenrique; 21st Aug 2011 at 12:43.
-
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS
Similar Threads
-
Anime encoding help
By carasy in forum Video ConversionReplies: 3Last Post: 28th Nov 2010, 18:07 -
Dealing with Anime DVDs
By tehslax in forum Newbie / General discussionsReplies: 4Last Post: 28th Nov 2010, 15:06 -
Anime Aspect Ratio
By Alexstarfire in forum Newbie / General discussionsReplies: 2Last Post: 10th Jul 2010, 02:06 -
Encoding anime
By prnoct90 in forum Video ConversionReplies: 3Last Post: 25th Nov 2009, 05:38 -
Anime DVD to X264 with Staxrip - is it worth using the 'anime' setting?
By Emanef in forum DVD RippingReplies: 2Last Post: 8th Nov 2008, 15:31