VideoHelp Forum




+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 35 of 35
  1. hey budwzr - I noticed your anti-Mac agenda in a couple threads

    Many great video tools like AVISYNTH are PC only! (although some filters can run under Linux/wine). If that doesn't turn you to the dark side, I don't know what will !
    Quote Quote  
  2. Member
    Join Date
    Jul 2009
    Location
    Spain
    Search Comp PM
    Originally Posted by Cauptain View Post
    AVISource("VIDEO.avi", audio=true).AssumeFPS(30.000)
    Setmemorymax(1024)
    SetMTMode(2,7)
    PluginPath = "C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\"
    LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\mvtools2.dll")
    LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\RemoveGrainSSE3.dll")
    Import("C:\Program Files (x86)\AviSynth 2.5\plugins\InterFrame.avsi")
    ConvertToYV12()

    InterFrame(Preset="Medium",FlowPath="C:\Program Files (x86)\AviSynth 2.5\plugins\")
    SetMTMode() must be called before the first filter in a script (here AviSource()), or all calls to it will be ignored. So you are not getting any multithreading at all on this script.

    Also, note that plugins and .avsi files in the plugins folder are automatically loaded/imported, so your calls to LoadPlugin and Import() are unnecessary.

    Originally Posted by poisondeathray View Post
    Avisynth is a mess in terms of documentation & organization. Sometimes there are multiple versions of filters with the same name, but only a specific version of the .dll works !!!
    Yes, this is a real problem with some external filters, but to be fair to the developers, the documentation (and organisation) of Avisynth itself is excellent. The thing is that plugins are developed by third parties and there is no central organisation of them (although most have some documentation available via http://avisynth.org/mediawiki/External_filters). The biggest problem comes from complex plugins/functions that require other plugins/functions (that require ... ).

    Trust me, even learning the basics is well worth the time investment
    I'll second that.
    Quote Quote  
  3. Lone soldier Cauptain's Avatar
    Join Date
    Jan 2006
    Location
    Brazil
    Search Comp PM
    Originally Posted by Gavino View Post
    SetMTMode() must be called before the first filter in a script (here AviSource()), or all calls to it will be ignored. So you are not getting any multithreading at all on this script.

    Also, note that plugins and .avsi files in the plugins folder are automatically loaded/imported, so your calls to LoadPlugin and Import() are unnecessary.
    Thank you Gavino, I will make all changes.


    Claudio


    Happy New Year for all members on Videohelp!!!
    Quote Quote  
  4. Member budwzr's Avatar
    Join Date
    Apr 2007
    Location
    City Of Angels
    Search Comp PM
    OK, I'm stuck again.

    The script called "Quality" on the website says to copy and paste this:
    Image
    [Attachment 10317 - Click to enlarge]


    Then, it says your window should show this:
    Image
    [Attachment 10318 - Click to enlarge]


    And the two scripts are different.

    Anyways, it runs fine until it gets to the "Convert to YUV" function, and complains there's no parameters.

    Click image for larger version

Name:	snap043.png
Views:	269
Size:	13.2 KB
ID:	10319
    Last edited by budwzr; 1st Jan 2012 at 06:39.
    Quote Quote  
  5. Member budwzr's Avatar
    Join Date
    Apr 2007
    Location
    City Of Angels
    Search Comp PM
    OK, I got it!!!! Yeah, this works great:



    The jitter in the first half gets smoothed out real nice. This clip is crappy though, I want to try it with a 60p file and see if it can REALLY slow it down, like the GoPro video.

    Thanks!!!!!!
    Quote Quote  



Similar Threads

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