View Single Post
Old 11th April 2011, 04:17   #21  |  Link
fairchild
Registered User
 
Join Date: Sep 2010
Posts: 321
Hey SubJunk, tried today to use the newer InterFrame to do some realtime frame doubling today using ffdshow, and it's spitting out an error at me. Not sure how to fix it. All I did was copy the plugins you added in the dependencies into my AviSynth/plugins directory. Using the following script:

SetMTmode(2,2)
ffdshow_source()
SetMTMode(2)
InterFrame(Preset="Fast")
GetMTMode(false) > 0 ? distributor() : last

Error given is:

MSmoothFPS: unable to load library given in svp_flow_lib (InterFrame.avsi, line 87)

Edit: I google'd the error and supposedly it has to do with the new GPU acceleration that you added.
Quote:
It means your card is not supported .
SVP GPU acceleration requires OpenCL 1.1
The thing is my card is an HD 5800 series card and does have OpenCL, not sure if it has 1.1 though. Using the 11.4 preview drivers also, maybe that has something to do with it.
__________________
MPC-HC/MPC-BE, Lav Filters, MadVR
CPU: AMD Ryzen 5 1600, Video: AMD Radeon RX Vega 56 -> TCL S405 55", Audio: Audio-Technica M50S

Last edited by fairchild; 11th April 2011 at 04:20.
fairchild is offline   Reply With Quote