[vlc-devel] [PATCH v2 0/2] Enable SPU_ES muxing for avformat

Alexandre Janniaux ajanni at videolabs.io
Fri Feb 7 22:52:42 CET 2020


Hi,

This is v2 of my previous patchset of muxing subpictures
with avformat.

This patch is mainly intended to work for Matroska files,
especially during transcode from mkv to mkv, but should not
stand against muxing any other format to the same format
with avformat.

Changes from v1:

+ avoid setting muxer keys if they carry empty values
+ enable muxing for all SPU_ES as the code should already be
filtering working SPU formats.

Alexandre Janniaux (2):
  avformat: mux: handle subtitle metadata
  avformat: enable SPU_ES muxing

 modules/demux/avformat/mux.c | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

--
2.25.0


More information about the vlc-devel mailing list