alfianrahmn / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

WEBM Support #258

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Including Webm (vp8) support for transcoding

Original issue reported on code.google.com by tbarn...@gmail.com on 2 Jan 2011 at 2:45

GoogleCodeExporter commented 8 years ago
I added Webm support (compiling latest libvpx lib by hand, and adding 
--enable-libvpx to xuggle-ffmpeg options), then compile and install xuggler 
following the easy build way.

It "works" on latest tip of the tree version. video works good but I'm facing 
some problems with vorbis audio, there's a audio stream with correct parameters 
(bitrate, sample rate etc...) but I got no sound output, I'm still working on 
it, I saw that Art has been working on some vorbis issues recently, maybe 
they're related.

Original comment by jlo...@gmail.com on 30 Jun 2011 at 8:51

GoogleCodeExporter commented 8 years ago
Hi Folks, 

I solved the problem with the vorbis audio coding, I changed from "vorbis" to 
"libvorbis" and now seems to work correctly! 

If you need further instructions let me know!

Original comment by jlo...@gmail.com on 30 Jun 2011 at 11:07

GoogleCodeExporter commented 8 years ago
Hi!
Is easy to create installers with that patch for Windows, Linux and Mac?

This WebM support is great. Thanks for your contribution.

Original comment by juangon@gmail.com on 10 Nov 2011 at 10:21

GoogleCodeExporter commented 8 years ago
Hi! 

I sent my patches to the xuggler users group, 
http://groups.google.com/group/xuggler-users/browse_thread/thread/e52934f441a2cd
b7

Take a look, there are instructions about how to build Xuggler with Libvpx 
support on the README file, I only tried on Linux so I cannot guarantee it 
works on Windows or Mac sorry!

Original comment by jlo...@gmail.com on 10 Nov 2011 at 7:52

GoogleCodeExporter commented 8 years ago
Added to 5.3.  Did not use submitted patch.

Original comment by art.cla...@gmail.com on 7 Apr 2012 at 5:38