shaka-project / shaka-streamer

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
https://shaka-project.github.io/shaka-streamer/
Apache License 2.0
199 stars 62 forks source link

Add support for extracting text from multiplexed inputs #53

Closed joeyparrish closed 4 years ago

joeyparrish commented 4 years ago

Some input files (such as mkv) can contain muxed text streams. We should be able to extract these with the transcoder.

This feature is blocked on the inclusion of https://github.com/google/shaka-packager/commit/962baf028697ae0f92d74f2b20e8990265a56824 into a Packager release.