[FFmpeg-devel] [PATCH 1/4] lavf: matroska subtitle muxer

Ridley Combs rcombs at rcombs.me
Thu May 28 11:29:57 EEST 2020



> On May 28, 2020, at 03:26, Nicolas George <george at nsup.org> wrote:
> 
> rcombs (12020-05-28):
>> ---
>> configure                 |  1 +
>> libavformat/allformats.c  |  1 +
>> libavformat/matroskaenc.c | 30 ++++++++++++++++++++++++++++++
>> libavformat/version.h     |  2 +-
>> 4 files changed, 33 insertions(+), 1 deletion(-)
> 
> Was this not rejected two months ago as doing nothing useful?

Dunno; I added it because an output file named .mks wasn't autoselecting the matroska muxer, and it seemed like if we're going to have an mka muxer (rather than just an additional extension on the main one) we might as well have an mks muxer as well. If we don't think it's useful, it might make sense to get rid of the mka muxer as well and just add all the extensions (including mk3d) to the mkv one; I don't feel strongly either way.

> 
> Regards,
> 
> -- 
>  Nicolas George
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-devel mailing list