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
MediaPortal 1 Plugins
My MPlayer
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="seba" data-source="post: 338576" data-attributes="member: 19159"><p>Great work MisterD, </p><p>Just one thing is bugging me:</p><p>in the cmd line of the mplayer process options "-subfont-text-scale 3 -subfont-osd-scale 3" are specified as "?subfont-text-scale 3 ?subfont-osd-scale 3" is it just me or does anyone else have that. This is annoying because I can't set sub options correctly.</p><p></p><p>And it would be grate if you can make (add) gui/config support for ssa/ass subtitles.</p><p></p><p>I tracked down the error to this file ConfigurationManager.cs apparently:</p><p> 723 if (_subtitleSize != 5)</p><p> 724 {</p><p> 725 arguments.Append("−subfont-text-scale " + _subtitleSize + " ");</p><p> 726 arguments.Append("−subfont-osd-scale " + _subtitleSize + " ");</p><p> 727 }</p><p> dashes at line 725 and 726 are not proper dashes, when I view the file as ansi I get garbage and when I view it as utf it looks OK, my guess is that someone used different keyboard layout for those chars. I would be great if you can fix it.</p><p></p><p>Seba</p></blockquote><p></p>
[QUOTE="seba, post: 338576, member: 19159"] Great work MisterD, Just one thing is bugging me: in the cmd line of the mplayer process options "-subfont-text-scale 3 -subfont-osd-scale 3" are specified as "?subfont-text-scale 3 ?subfont-osd-scale 3" is it just me or does anyone else have that. This is annoying because I can't set sub options correctly. And it would be grate if you can make (add) gui/config support for ssa/ass subtitles. I tracked down the error to this file ConfigurationManager.cs apparently: 723 if (_subtitleSize != 5) 724 { 725 arguments.Append("−subfont-text-scale " + _subtitleSize + " "); 726 arguments.Append("−subfont-osd-scale " + _subtitleSize + " "); 727 } dashes at line 725 and 726 are not proper dashes, when I view the file as ansi I get garbage and when I view it as utf it looks OK, my guess is that someone used different keyboard layout for those chars. I would be great if you can fix it. Seba [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
My MPlayer
Contact us
RSS
Top
Bottom