Irrational-Encoding-Wizardry / Vapoursynth-VFRToCFR

Vapoursynth port of VFRToCFR
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Which module to import? #3

Closed Memnarch closed 3 years ago

Memnarch commented 3 years ago

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. Calling core.std.LoadPlugin("VFRToCFRVapoursynth.dll") tells me, the plugin is already loaded

I'm confused oO Using Vapoursynth R55

Memnarch commented 3 years ago

Okay, it's in core, so I had to call: core.vfrtocfr.VFRToCFR()