Skip to content

Sample OFX plugins from the Sony Vegas SDK, ported to OSX and Linux

Notifications You must be signed in to change notification settings

NatronGitHub/openfx-vegas

Repository files navigation

OpenFX-Vegas Build Status Coverage Status Bitdeli Badge

Sample OFX plugins from the Sony Vegas SDK, ported to OSX and Linux

These plugins were adapted to compile and work on Linux and OSX.

The Sony Vegas SDK has to be downloaded separately, due to its license, download "Video Plug-In Development Kit (OFX)" from here. The file, named video_plugin_kit_OFX.zip, should be put in this directory.

To compile the debug version of these plugins, type "make BITS=32" for the 32-bits version, or "make BITS=64" for the 64-bits version.

To compile the release version, type "make BITS=32 DEBUGFLAG=-O3" for the 32-bits version, or "make BITS=64 DEBUGFLAG=-O3" for the 64-bits version .

About

Sample OFX plugins from the Sony Vegas SDK, ported to OSX and Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published