home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
aMPdroid
[Android] aMPdroid 0.8 - Streaming and more
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="pur_berger" data-source="post: 769282" data-attributes="member: 50701"><p><strong>AW: Re: AW: [Android] aMPdroid 0.8 - Streaming and more</strong></p><p></p><p></p><p>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. </p><p></p><p>(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)</p></blockquote><p></p><p>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</p><p></p><p>Credits go to - <a href="http://blog.visualcoding.net/2011/03/ex" target="_blank">Extracting and Converting MKV Subtitles » Visual Coding - Making programming look easy.</a> ... subtitles/ - only one or two changes needed to be made to make it run.</p><p></p><p>in the exctractor.rb at line 62 I have changed the line to </p><p></p><p>if lines<em>.include? 'subtitles'</em></p><p>[/QUOTE]</p>
[QUOTE="pur_berger, post: 769282, member: 50701"] [b]AW: Re: AW: [Android] aMPdroid 0.8 - Streaming and more[/b] 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. (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 - [url=http://blog.visualcoding.net/2011/03/ex]Extracting and Converting MKV Subtitles » Visual Coding - Making programming look easy.[/url] ... 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[i].include? 'subtitles'[/i] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
aMPdroid
[Android] aMPdroid 0.8 - Streaming and more
Contact us
RSS
Top
Bottom