alfianrahmn / xuggle

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

WebM re-encoding with MediaTool API doesn't work. #299

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

IMediaReader reader = 
ToolFactory.makeReader("sintel_180p.webm"); reader.addListener(ToolFactory.makeW
riter("outputWeb.webm", reader));
while (reader.readPacket() == null)
;

What is the expected output? What do you see instead?
Expected output is a reencoded webm file. Instead:

ERROR org.ffmpeg - [libvorbis @ 2FEBA3E0] Specified sample_fmt is not supported.
WARN  com.xuggle.xuggler - Error: could not open codec 
(../../../../../../../csrc/com/xuggle/xuggler/StreamCoder.cpp:831)

What operating system and JVM version are you using.
Windows 7 x64
java.vm.version=20.6-b01
32Bit JVM

Attached relevant video files.

Original issue reported on code.google.com by tancred...@googlemail.com on 14 Jun 2012 at 10:11

Attachments:

GoogleCodeExporter commented 8 years ago
any updates on this?

Original comment by ali.rac...@gmail.com on 30 Apr 2013 at 3:58