Closed GoogleCodeExporter closed 9 years ago
I believe this is caused by a bug in the
IContainerFormat.establishOutputCodecId method. The method calls
ICodec.findEncodingCodec(inputCodecId) and I think it should call
ICodec.findDecodingCodec(inputCodecId). My guess is that this is only an
issue for codecs that ffmpeg can decode but not encode.
I created a patch and attached below. The patch is tested against a similar
situation as defined above, but not exact, and passed.
Original comment by millermi...@gmail.com
on 25 Jan 2011 at 7:16
Attachments:
Fixed in r1063
Original comment by art.cla...@gmail.com
on 29 Jan 2011 at 10:32
Original issue reported on code.google.com by
silv...@gmail.com
on 21 Oct 2010 at 2:38Attachments: