Closed Memnarch closed 3 years ago
Hi, I installed this plugin using vsrepo install VFRToCFR
vsrepo install VFRToCFR
however, if I try to import vfrtocfr, I get an error that no module with that name exists. Calling core.std.LoadPlugin("VFRToCFRVapoursynth.dll") tells me, the plugin is already loaded
import vfrtocfr
core.std.LoadPlugin("VFRToCFRVapoursynth.dll")
I'm confused oO Using Vapoursynth R55
Okay, it's in core, so I had to call: core.vfrtocfr.VFRToCFR()
core.vfrtocfr.VFRToCFR()
Hi, I installed this plugin using
vsrepo install VFRToCFR
however, if I try to
import vfrtocfr
, I get an error that no module with that name exists. Callingcore.std.LoadPlugin("VFRToCFRVapoursynth.dll")
tells me, the plugin is already loadedI'm confused oO Using Vapoursynth R55