Discussion:
[Flac] FLAC plug-in for Adobe Premiere
Brendan Bolles
2013-07-01 14:11:01 UTC
Permalink
Hey everyone, I've written a FLAC plug-ing for Adobe Premiere. It's actually part of the Ogg Vorbis plug-in I originally set out to write. You can see it here on GitHub:

https://github.com/fnordware/AdobeOgg


I just finished the first beta a few hours ago. You can download binary plug-ins from here:

http://www.fnordware.com/downloads/Ogg_v0.5b1_mac.zip
http://www.fnordware.com/downloads/Ogg_v0.5b1_win.zip


If you don't have Premiere, you can always download the 30-trial. If you don't have Mac or Windows, then move along. :)


The reason I wanted to post here is that I wasn't able to get FLAC working on Windows. The plug-in source should be fine, I just couldn't get it to link. The FLAC library comes with a .vcproj to build on 32-bit Windows, but I added 64-bit targets and the results wouldn't link. Premiere is x64-only these days.

If a Windows expert here would like to take a look and maybe fix the problem, I'd be much obliged.


Brendan
Martijn van Beurden
2013-07-01 14:58:43 UTC
Permalink
Post by Brendan Bolles
https://github.com/fnordware/AdobeOgg
Hi Brendan,

Nice work! I'm not an Adobe Premiere user, but for what I know it has
quite a lot of users so I'm pretty sure this will gain the FLAC format
quite a few more users.
Post by Brendan Bolles
The reason I wanted to post here is that I wasn't able to get FLAC working on Windows. The plug-in source should be fine, I just couldn't get it to link. The FLAC library comes with a .vcproj to build on 32-bit Windows, but I added 64-bit targets and the results wouldn't link. Premiere is x64-only these days.
If a Windows expert here would like to take a look and maybe fix the problem, I'd be much obliged.
I would recommend you to repost this on the flac-dev mailinglist, all
FLAC developers read that one and as far as I know only a few read this
list. See here: http://lists.xiph.org/mailman/listinfo/flac-dev If you
repost it with the details (Visual Studio version used, link error etc.)
I think there is a high chance this gets fixed.
Brendan Bolles
2013-07-01 15:08:31 UTC
Permalink
Post by Martijn van Beurden
I would recommend you to repost this on the flac-dev mailinglist, all
FLAC developers read that one and as far as I know only a few read this
list. See here: http://lists.xiph.org/mailman/listinfo/flac-dev If you
repost it with the details (Visual Studio version used, link error etc.)
I think there is a high chance this gets fixed.
Thanks for the heads-up! I'll re-post to flac-dev and vorbis-dev.


Brendan

Continue reading on narkive:
Loading...