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
On 01-07-13 16:11, Brendan Bolles wrote:> 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/AdobeOggHi 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.> 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.
On Jul 1, 2013, at 7:58 AM, Martijn van Beurden wrote:> 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