[FFmpeg-devel] [PATCH 0/4] mpegts: multiple languages per stream and audio_type

Anssi Hannula anssi.hannula
Sat Feb 12 19:24:37 CET 2011


Hi all!

Here's my old mpegts patchset redone against current git master.

Two patches add handling of audio_type <=> st->disposition mapping.
The other two add handling of language tags of dual mono tracks (found
on some DVB channels), using metadata format as follows:
language=nor+fin
channel0/language=nor
channel1/language=fin

Comments welcome.

Anssi Hannula (4):
      mpegts: set st->disposition according to ISO 639 language descriptor
      mpegts: add channel specific languages into metadata
      mpegtsenc: set audio_type according to st->disposition
      mpegtsenc: handle audio channel specific language metadata

---
 libavformat/mpegts.c    |   33 +++++++++++++++++++++++++++++++++
 libavformat/mpegtsenc.c |   36 +++++++++++++++++++++++++++++++++++-
 2 files changed, 68 insertions(+), 1 deletions(-)

-- 
Anssi Hannula




More information about the ffmpeg-devel mailing list