I try to run below script but error reported:
After search I found RawSource need to be install but I do not find where to download the binary and how to install it.clip = RawSource("1280x720.yuv", width=1280, height=720, pixel_type="NV12")
Thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
rawsourceplus for avs+
https://github.com/chikuzen/RawSource_2.6x/releases
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.
-
Try it with a 320x240 NV12 file,
RawSourcePlus("320x240.yuv",320,240,"NV12")
exception happen:
[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! -
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
Similar Threads
-
I found fragments, need some help to join them
By pouki in forum Video Streaming DownloadingReplies: 1Last Post: 11th Feb 2019, 16:45 -
AviSynth lsp not found
By Megafox in forum Newbie / General discussionsReplies: 2Last Post: 20th Sep 2018, 07:24 -
avisynth open failure:FFVideoSource: Video codec not found using vafe
By NightBreaker in forum Video ConversionReplies: 1Last Post: 7th May 2018, 08:26 -
AVCHDcoder JRE Not Found
By edgar_ in forum Video ConversionReplies: 6Last Post: 23rd Oct 2017, 12:43 -
XviD4PSP 5 can only be found here, Why?
By Tellurian in forum FeedbackReplies: 1Last Post: 14th Feb 2015, 09:04