fengalin / media-toc

Build a table of contents from a media file or split a media file into chapters
MIT License
73 stars 3 forks source link

Export to MKV: subtitles are not included in resulting file #116

Closed fengalin closed 5 years ago

fengalin commented 6 years ago

While exporting the chapters to a mkv container, subtitles are not included in the resulting file. It seems there is a bug with parsebin.

fengalin commented 6 years ago

parsebin seems to react differently from decodebin3 with regard to subtitles. Subtitle streams seem to be identified, however, they don't show up in the pad_added callback.

fengalin commented 5 years ago

Now they show up, but it hangs the export. See #136