DVBSubtitles/Teletext Descriptors of a stream (ts-file)

28 Views Asked by At

Can someone help me how to generate subtitles/teletext descriptor for according to paragraphs 6.2.41/6.2.43 (specification) , for my input ts-file?

I tried to find something suitable in mediainfo/ffprobe/ffmpeg but couldn't find anything worthwhile.

1

There are 1 best solutions below

0
On

Check FFmpeg's source code again:
https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/mpegtsenc.c

Subtitling descriptor part

And the following lines:

Teletext descriptor

These lines does what you asked.