VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Member
    Join Date
    Jan 2003
    Location
    Toronto,Canada
    Search Comp PM
    Are they're any websites that have custom .avs scripts to try out? Besides the few here and on a couple of other sites. I'm just now getting the hang of AviSynth. But before I get into more complex scripting I'd like to experiment a little more. Customs are a great way to go.
    Quote Quote  
  2. Hi-

    I'm not real sure if I understand, but AviSynth.org has a page of custom scripts useful for different situations:

    http://www.avisynth.org/ShareFunctions

    One of Didee's, Limited Sharpen, is the absolute best at sharpening up "dull" sources. If you can get it going, and put up with its very slow encoding speed, then you'll be ready for just about anything AviSynth related. His YLevels function is great for lightening up dark DVDs, without messing up the whites. If you have some video fieldblended from a bad PAL2NTSC or NTSC2PAL conversion, then you might try Restore24 or CRestore. Restore24 is also difficult to get going. Everything on that page is a function.

    If you want to play with different filters, then you can get most of them here:

    http://www.avisynth.org/warpenterprises/

    There are quite a few links on the main page that you might want to visit:

    http://www.avisynth.org/

    And, of course, Doom9 is the home of most of the developers,.It has 2 forums devoted to it, and you'll find a ton of scripts suggested for different purposes:

    http://forum.doom9.org/
    Quote Quote  
  3. Member
    Join Date
    Jan 2003
    Location
    Toronto,Canada
    Search Comp PM
    Originally Posted by manono
    Hi-

    I'm not real sure if I understand, but AviSynth.org has a page of custom scripts useful for different situations:
    Thanks for the links.

    I was looking for custom scripts for various capture/encoding methods. But nothing too specific, just looking to learn to create more complex scripts from scratch.

    But since we're on the topic of specific scripts, I'm trying to get this one to load. It gives me an error regarding a resize limit in CCE. Like I said I'm new at it.


    # -= AviSynth v2.5.6.0 script
    LoadPlugin("Convolution3d.dll")
    LoadPlugin("TweakColor.dll")
    LoadPlugin(Denoise3dHQ.dll")
    AVISource("C:\Documents and Settings\ROBERT\My Documents\MyFile")
    Convolution3d (matrix=1, ythresh=8, cthresh=16, t_ythresh=8, t_cthresh=8, influence=2.8, debug=0)
    TweakColor()
    Denoise3dHQ()
    SeparateFields()
    Converttoyuy2(interlaced=true)
    odd=SelectOdd.Convolution3D (0, 32, 128, 16, 64, 10, 0)
    evn=SelectEven.Convolution3D (0, 32, 128, 16, 64, 10, 0)
    Interleave(evn,odd)
    Weave()
    LanczosResize(720,560,4,0,632,480)
    AddBorders(0,8,0,8)
    #Trim(0,106571).FadeOut(150)
    ConvertToYUY2(interlaced=true)
    Quote Quote  
  4. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Is the source PAL ? If the source is NTSC then CCE may be having an issue with NTSC framerates and PAL resolution.
    Read my blog here.
    Quote Quote  
  5. Member
    Join Date
    Jan 2003
    Location
    Toronto,Canada
    Search Comp PM
    No,the source is PAL,no NTSC conversion. It was something to do with the seperate fields and the weave. I deleted those lines, and replaced the first Convolution3d line with the second and third and it works.
    Quote Quote  
  6. Hi-

    It's always a good idea to test out complex scripts first in VDub(Mod) as it will return a specific error message, whereas CCE will usually just reject it with that not very helpful resize message.

    You already converted to YUY2 once. You don't need it a second time. Unless one of the earlier filters requires it (Convolution3D? Don't think so.), it's better to put it at the very end.

    I'm not sure why you're separating the fields, as AVIs are usually progressive. Maybe you have an interlaced uncompressed source. If it is interlaced, then running Convolution 3D once before you separate the fields isn't such a good idea as it has a spatial component, and if the source is interlaced, you don't run a spatial smoother on an interlaced source without first separating the fields. If Denoise3D also has a spatial component (the 3D implies it does), then the same applies.

    This link is to a thread that has some good tips about something similar:

    http://forum.doom9.org/showthread.php?t=71151&highlight=Interlaced+resize+Convolution3D
    Quote Quote  



Similar Threads

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