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
Original issue reported on code.google.com by
tancred...@googlemail.com
on 14 Jun 2012 at 10:11Attachments: