AW: Re: AW: [Android] aMPdroid 0.8 - Streaming and more
(If anyone doesn't have received an answer from DieBagger or me yet, please post your question again as tracking questions in such a topic is a bit messy)[/QUOTE]
Seesm to be an real issue - I'm happy that MP is able toplay the Subtitles as it should (using SAF). When it comes to extracting I use this routine
Credits go to - Extracting and Converting MKV Subtitles » Visual Coding - Making programming look easy. ... subtitles/ - only one or two changes needed to be made to make it run.
in the exctractor.rb at line 62 I have changed the line to
if lines.include? 'subtitles'
Like DieBagger said, subtitles are really awful. FFmpeg is unable to extract integrated subtitles, so that's probably not going to happen anytime soon. For MKVs we can extract them with mkvextract, but I'm not really fond of the idea to add another external dependency; and it takes quite some time (which results in not having subtitles the first 3 minutes or having to wait before a stream starts). As for external subtitles, we might adding that, but as there are also a lot of subtitles format we can only support a subset of them. SRT is the most common as far as I know, so we'll start with that.When I do the same with your application I don't see them - is this related to the feature request to handle srt subtitles or is this something the transcoding is not able to handle (at themoment?). Would be great to have this (I beleive asking for subtitles out of mkv's in teh Android player is to much too ask for)
(If anyone doesn't have received an answer from DieBagger or me yet, please post your question again as tracking questions in such a topic is a bit messy)[/QUOTE]
Seesm to be an real issue - I'm happy that MP is able toplay the Subtitles as it should (using SAF). When it comes to extracting I use this routine
Credits go to - Extracting and Converting MKV Subtitles » Visual Coding - Making programming look easy. ... subtitles/ - only one or two changes needed to be made to make it run.
in the exctractor.rb at line 62 I have changed the line to
if lines.include? 'subtitles'
Austria