valadaptive / ntsc-rs

Free, open-source analog TV + VHS effect. Standalone application + plugin (After Effects, Premiere, and OpenFX).
Other
355 stars 7 forks source link

Adobe Premiere support #41

Closed valadaptive closed 5 months ago

valadaptive commented 7 months ago

Currently the After Effects plugin only supports After Effects. It's possible to make it support Premiere as well, but it uses an entirely different set of APIs. In particular, allocating memory for video frames seems to be done entirely differently (and a lot less flexibly) in Premiere.

valadaptive commented 5 months ago

Done in version 0.6.0. Turned out to be easier than I expected after a recent set of refactors.