VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. I try to run below script but error reported:

    clip = RawSource("1280x720.yuv", width=1280, height=720, pixel_type="NV12")
    After search I found RawSource need to be install but I do not find where to download the binary and how to install it.

    Thanks
    Quote Quote  
  2. rawsourceplus for avs+

    https://github.com/chikuzen/RawSource_2.6x/releases


    Originally Posted by colibri View Post
    and how to install it.
    Most avisynth plugins are autoloading when placed in the plugins directory (a few require slightly different instructions)

    If you are running avisynth x64, you need the x64 version of the plugins (and x86 for x86)

    Or, you can explicitly load them in the script from another location with LoadPlugin("PATH\yourdll.dll")
    Last edited by poisondeathray; 24th Dec 2019 at 11:17.
    Quote Quote  
  3. Try it with a 320x240 NV12 file,

    RawSourcePlus("320x240.yuv",320,240,"NV12")

    exception happen:

    Image
    [Attachment 51203 - Click to enlarge]


    I saw the last release is 2016. Not sure if my usage is wrong or code need to be recompile!
    Quote Quote  
  4. works ok for me

    Make sure you're using matching x64 or x86 versions of everything. e.g. if you have avs+ x64 installed, use the x64 version of the plugin, use vdub2 x64

    Where is location of file ? Is it in same directory of .avs ? If not, you need to specify explicit path of the file
    Quote Quote  



Similar Threads

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