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
200 stars 64 forks source link

Add support for detecting MKV tracks #213

Open avelad opened 1 week ago

avelad commented 1 week ago

Add support for detecting MKV tracks

YAML proposal:

inputs:

  - name: test.mkv
    autodetect: True
avelad commented 1 week ago

This might help: https://stackoverflow.com/questions/9896644/getting-ffprobe-information-with-python

joeyparrish commented 1 week ago

Would that automatically create an input for every track from that file?

avelad commented 1 week ago

Would that automatically create an input for every track from that file?

Yes!