voc / plugin.video.media-ccc-de

Kodi plugin for https://media.ccc.de/
Other
43 stars 4 forks source link

Support for multiple video tracks #21

Closed derpeter closed 5 years ago

derpeter commented 5 years ago

At 34c3 we released video with a second video track which includes only the slides. For legacy support we also release a slide only mp4. It would be nice to be able to use either of this ways to to watch only the slides. Multitrack video would be preferred

TobiX commented 5 years ago

Multitrack video is already selected by default in the plugin: The user can change the video stream on the fly by going to: "Settings" - "Video settings" - "Video stream"

PS: It would be super nice if the streams had names in their metadata which Kodi would display (currently both streams are named "Undetermined")

derpeter commented 5 years ago

@a-tze ^^ sounds like a job for the postencoding worker or the recording script

a-tze commented 5 years ago

@derpeter currently the streams have (hopefully) correct disposition information. not sure if mp4 supports names per stream.

derpeter commented 5 years ago

IIRR at last december there was at least no support in ffmpeg for that, but i need to check.

a-tze commented 5 years ago

If it's an attribute that FFmpeg supports then it is a five minute change to use it!

derpeter commented 5 years ago

hehe yes that was my assumption and i hoped you already know the option ;-)

TobiX commented 5 years ago

-metadata:s:v:0 title="Video" -metadata:s:v:1 title="Slides" works for VLC (but not for Kodi or mpv)