[FFmpeg-devel] [PATCH v6 0/4] Initial implementation of TTML encoding/muxing

Moritz Barsnick barsnick at gmx.net
Thu Mar 4 16:43:33 EET 2021


On Thu, Mar 04, 2021 at 15:52:13 +0200, Jan Ekström wrote:
> I... just am not so sure in this case splitting the TTML writer and
> the TTML encoder from each other makes sense.

I agree. In very many cases, muxer and encoder, or demuxer and decoder
are only useful together.

Yet I have observed that commits to libavformat and libavcodec are
usually separated. Check the addition of many other such combinations.
(I think usually the codec comes first, because the muxer/demuxer uses
the codec definition.)

Moritz


More information about the ffmpeg-devel mailing list