[FFmpeg-devel] [PATCH][RFC] ASS decoder/encoder

Reimar Döffinger Reimar.Doeffinger
Sun Aug 8 11:55:56 CEST 2010


On Sun, Aug 08, 2010 at 02:26:55AM +0200, Aur?lien Jacobs wrote:
> So third patch tries to implement this by passing extradata untouched
> from decoder to encoder through a new field in AVCodecContext.
> I'm not sure it is the best way to do this, but that's the only working
> way I found.

And how is that supposed to work if someone wants to encode data
that was not decoded first?
In theory (reality often means a compromise is better) the extradata
should be decoded by the decoder into individual fields that then
can be set via normal command-line options for the encoder.



More information about the ffmpeg-devel mailing list