VideoHelp Forum




+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 56 of 56
  1. Originally Posted by LeoHenrique View Post
    The lines are too thin for my tastes
    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
    Quote Quote  
  2. How I can explore the deen? (parameters etc)
    Quote Quote  
  3. Originally Posted by LeoHenrique View Post
    How I can explore the deen? (parameters etc)
    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
    Image Attached Thumbnails Click image for larger version

Name:	1.jpg
Views:	284
Size:	13.9 KB
ID:	8124  

    Quote Quote  
  4. I used "Deen("mode="a2d", rad=4, thrY=7, thrUV=9, min=0.5)"

    Deen (j/k) Then I got it.

    Click image for larger version

Name:	3300.png
Views:	462
Size:	8.3 KB
ID:	8125
    Quote Quote  
  5. the quotations are in the wrong place
    Deen(mode="a2d", rad=4, thrY=7, thrUV=9, min=0.5)
    Quote Quote  
  6. 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)
    Quote Quote  
  7. I can't remember, send your .dll, please.
    Quote Quote  
  8. 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.)
    http://www.aquilinestudios.org/avsfilters/spatial.html#deen


    I can't find an official site , this one is hosting the newer version, so I will upload it below
    http://avisynth.org/warpenterprises/
    Image Attached Files
    Quote Quote  
  9. Click image for larger version

Name:	14992.png
Views:	498
Size:	548.3 KB
ID:	8127

    I can spot some interlacing here and some other frames as well.
    Quote Quote  
  10. 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
    Quote Quote  
  11. Yes, It is a screnshot from the episode, not from the frames above
    Quote Quote  
  12. Well, then post a sample that has a problem, not a sample that doesn't have the problem
    Quote Quote  
  13. I need go by today, sorry cuting it in the middle.

    Thanks for you helps I'll came here by (local) tomorrow.
    Quote Quote  
  14. I think the very first one (in compressed video) has a interlace issue in the Usagi's (blonde haired'girl) Mouth.
    Quote Quote  
  15. Originally Posted by LeoHenrique View Post
    I think the very first one (in compressed video) has a interlace issue in the Usagi's (blonde haired'girl) Mouth.

    Doesn't help

    You need unprocessed sample with intact fields
    Quote Quote  
  16. 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?
    Quote Quote  
  17. 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
    Quote Quote  
  18. Click image for larger version

Name:	25170.jpg
Views:	505
Size:	431.4 KB
ID:	8303Click image for larger version

Name:	28797.jpg
Views:	464
Size:	504.7 KB
ID:	8304

    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.
    Quote Quote  
  19. 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
    Quote Quote  
  20. Besides that The script could be improved?
    Where I can get a nice encoding guide?
    Quote Quote  
  21. Originally Posted by LeoHenrique View Post
    Besides that The script could be improved?

    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?
    search some anime forums , there should be some guides there
    Quote Quote  
  22. Sharpen() is going to enhance noise. You want to remove noise before sharpening.
    Quote Quote  
  23. 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.
    Quote Quote  
  24. Video Restorer lordsmurf's Avatar
    Join Date
    Jun 2003
    Location
    dFAQ.us/lordsmurf
    Search Comp PM
    Originally Posted by poisondeathray View Post
    search some anime forums , there should be some guides there
    Most anime sites I've seen have some horrible misinformation.
    Many of the guides truly butcher the quality of the videos, too. So be aware of that.
    Want my help? Ask here! (not via PM!)
    FAQs: Best Blank DiscsBest TBCsBest VCRs for captureRestore VHS
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!