添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
Jun 08, 2012 Jun 08, 2012

I can't believe there is not more demand for this. My web dev is asking me for over 300 video clips in both .web and .ogg - - AME does not do this.

Do you guys have this problem? Any sucess with a 3rd party plug-in of some sort. I can use Firefogg (from Firefox) but it's slow using over the web as opposed to exporting from Premiere.

Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more

I don't know if anyone is paying attention to this thread anymore, but I just put a WebM plug-in for Premiere/Media Encoder into beta.  Here are a couple download links:

http://www.fnordware.com/downloads/WebM_v0.5b2_mac.zip

http://www.fnordware.com/downloads/WebM_v0.5b2_win.zip

WebM uses Vorbis for sound, but this plug-in can't actually write a seperate Ogg file. Now that I've gotten a little familiar with the Vorbis library, maybe it wouldn't be too tough to make a Premiere plug-in.

I don't know a

... Jul 11, 2017 Jul 11, 2017
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Jun 16, 2017 Jun 16, 2017

This comment, right here, gives a good insight into why Adobe hasn't been making what they need to make.

It seems like you can't seem to do something unless the users tell you they want it.

People don't ask for features that they don't think will ever happen. Just have a core team that says, "great idea, if it's feasible put it at the top of the list." Not, "well, lets see if the community asks for it before we put too many resources into accomplishing something that will definitely be useful because they may not want it right now, even though that's only because they haven't thought about how useful this tool would be." Yes, I am very sarcastic. That's sarcasm. They would never say that much in one comment, indicating how unintelligent the beginning of their statement was in their own statement.

WebM. It makes really small file sizes for the web while keeping them looking fantastic. Don't ask the community. Just Do it!

Also, if you can manage it, make it faster. It is like 20 times slower than H.264 to encode.

Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Jun 16, 2017 Jun 16, 2017
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Nov 09, 2015 Nov 09, 2015
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Mar 22, 2018 Mar 22, 2018
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Jun 29, 2013 Jun 29, 2013

I don't know if anyone is paying attention to this thread anymore, but I just put a WebM plug-in for Premiere/Media Encoder into beta.  Here are a couple download links:

http://www.fnordware.com/downloads/WebM_v0.5b2_mac.zip

http://www.fnordware.com/downloads/WebM_v0.5b2_win.zip

WebM uses Vorbis for sound, but this plug-in can't actually write a seperate Ogg file. Now that I've gotten a little familiar with the Vorbis library, maybe it wouldn't be too tough to make a Premiere plug-in.

I don't know about Theora. Is there really demand for that?

Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Jul 01, 2013 Jul 01, 2013

I was right, it wasn't too hard to make an Ogg Vorbis plug-in for Premiere. Just took a few hours, actually. Let's call this a beta. Download here:

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

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

In fact, it was so quick I decided to add support for FLAC, as well, which is a lossless audio format by the same group. That might have been a mistake. It was much harder and in fact I never got it building properly on Windows. But for Mac users you've got FLAC support too.

Programmers, feel free to help solve the Windows issues, because this plug-in is open source. It's up here on GitHub .

Brendan

Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Jul 05, 2013 Jul 05, 2013

linking problems are usually caused by not including the right libraries. in gcc, you look at the link error symbol names, and grep those in the lib directory. grep will list the library files that have symbols. GnuWin32: Files or MKS tools (for those who need a commercial package) can be had for those who need UNIX utilities like grep.

if there were other things that caused it, I forgot them because I haven't dealt with them in a while.

for example: for mingw-w64: assuming you are in the compiler's main directory,

grep -i somefuncname mingw64\x86_64-w64-mingw32\lib\*

Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Jul 05, 2013 Jul 05, 2013

Brendan, please put on hithub in a file (and reference here) or list here the errors you are getting. I will see what I can do. my compiler is mingw-w64 (not conducive to building *nixified sources), but the same general principle works with other compilers. the symbols exist as plaintext within the binary libraries.

also, the reason why audio might range that far (to -128, etc) is because it has a bias/offset - this is why audio is sometimes normalized and the dc offset (bias) removed (it's better to get the right levels in the first place, so there is no scaling involved!).

my understanding of flac is that it can use signed 8, 16, and 24-bit PCM. so see this, install a copy of sonar and then purchase and install the mp3 encoder. and then export audio.

Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Jul 05, 2013 Jul 05, 2013
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Jul 06, 2013 Jul 06, 2013

The Ogg/FLAC plug-in is up there on GitHub. If you have Visual Studio, download the Adobe SDK and try to build. If you want use Ming, you'll have to set up your own build. The SDK examples all come with Visual Studio projects, so that's what I use.

Yeah, I support 8, 16, 24, and 32-bit (signed) audio in FLAC.

Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Jul 11, 2013 Jul 11, 2013
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Jan 08, 2014 Jan 08, 2014
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Feb 10, 2015 Feb 10, 2015

Hello Brendan, and thanks a lot for the plugins you created ! I just have slight problem...

My mac is running under OSX Yosemite 10.10.1 and I make my conversions on AME CC 2014.

I installed the plugins as advised in the Readme file, AME recognizes the new formats but as soon as I launch an export, AME quits unexpectedly....

If I remove the bundle files from MediaCore, everything goes back to normal. Any idea why ???

Thanks !
Alex.

Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Mar 19, 2015 Mar 19, 2015
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Jul 01, 2013 Jul 01, 2013
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Aug 03, 2015 Aug 03, 2015
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Oct 06, 2015 Oct 06, 2015
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Oct 16, 2015 Oct 16, 2015
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Dec 14, 2015 Dec 14, 2015
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Dec 14, 2015 Dec 14, 2015
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Dec 19, 2015 Dec 19, 2015
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Feb 17, 2016 Feb 17, 2016
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Mar 07, 2016 Mar 07, 2016

How could a format so commonly used in web be completely ignored by Adobe 4 years after the request was made?  H264 cannot be played on Firefox - you know - that browser with a large percentage of the market.  Are you really suggesting to your paying customers to go use some hokey online conversion tool still?

I'm beginning to think the feature request Adobe always points to is nothing more than a glorified black hole.

Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more Mar 09, 2016 Mar 09, 2016
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more