2014-08-10, 13:38
For subtitles, this works:
Code:
li.setProperty('upnp:subtitle:1', 'http://server.com/video_subtitle.srt')
li.setProperty('upnp:subtitle:1', 'http://server.com/video_subtitle.srt')
(2014-08-18, 17:38)takoi Wrote: Ok, 1.4 subtitles have been merged as ListItem.setSubtitles (PR5192). For Gotham the above hack can still be used, but note that it's not forward compatible.
Doing the same for audio will afaik require some major changes first. See PR2562. After that, it should be feasible to add
Quote:creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
(2015-01-06, 14:35)jjd-uk Wrote: Not sure this note in ffmpeg 2.5 changelog
Quote:creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
means it has been added, see changelog at https://github.com/FFmpeg/FFmpeg/blob/95.../Changelog
We are now bumped to ffmpeg 2.5 in master.
(2013-02-05, 18:23)sphere Wrote: 2.4 Skin defined fonts and font sizes (thanks to bossanova808)
Some definition of standard fonts and font sizes - so that a WindowXML will at least somewhat across most skins without awful font overlaps etc. At the moment if you do a WindowXML of any complexity you basically need all the skinners to hop on board for it to be usable. If there were some standardised options:
- Very Large
- Large
- Normal
- Small
- Very Small
....always the same sized, then addons would instantly be at least usable on other skins...
(2015-01-06, 22:34)Martijn Wrote:(2015-01-06, 14:35)jjd-uk Wrote: Not sure this note in ffmpeg 2.5 changelog
Quote:creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
means it has been added, see changelog at https://github.com/FFmpeg/FFmpeg/blob/95.../Changelog
We are now bumped to ffmpeg 2.5 in master.
That's muxer, not demuxer