NatronGitHub / openfx-vegas

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Makefile 100.0%