[FFmpeg-devel] [PATCH] support for ordered chapters/segment linking in Matroska

John B jbfaad
Tue Aug 12 15:49:30 CEST 2008


On Mon, Aug 11, 2008 at 6:58 AM, Anton Khirnov <wyskas at gmail.com> wrote:
> As for samples, you can try [BSS] Kurenai, eps 6+ or [Formula] Shugo
> Chara, eps 14+.

Ahh, I see. These people used different settings (different bitrate)
for Vorbis audio, which indeed results in garbled output. I did not
expect that to work in DirectShow either, but it does, albeit barely
(a lot of Vorbis decoder filters did output garbage or hung). It also
makes remuxing impossible (if you force it, the resulting file will
have garbled segments with any decoder), which is kind of a
deal-breaker for ffmpeg I guess.

I'm not sure what would be a solution here.

Keep in mind that different CodecPrivate does not necessarily mean
corrupted output: in the particular case of Vorbis CodecPrivate tends
to vary even if the same settings are used, but it's still possible to
mix the streams without problems. I'd say for now a warning is enough.




More information about the ffmpeg-devel mailing list