Changeset 130 for smplayer/vendor/current/docs/en
- Timestamp:
- Apr 30, 2012, 7:09:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/docs/en/faq.html
r127 r130 1 1 <!DOCTYPE html> 2 <html> 2 3 <head> 3 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> … … 98 99 h6 { 99 100 font-weight: bold; 100 color: # 404040;101 color: #202020; 101 102 } 102 103 h1 small, … … 177 178 </style> 178 179 <title>SMPlayer - Frequently Asked Questions</title> 180 </head> 179 181 <body> 180 182 … … 195 197 <li><a href="#mplayer_restart">A lot of menu options make the video to go blank for a moment. Why?</a></li> 196 198 <li><a href="#crash">SMPlayer crashed, but the audio didn't stop, why?</a></li> 197 <li><a href="#playlist_problem">When I'm playing a playlist, when a file ends SMPlayer doesn't play the next file automatically, why?</a></li>198 199 <li><a href="#mplayer_recommended">What version of MPlayer is recommended?</a></li> 199 200 <li><a href="#subtitles_border">I want the subtitles to be displayed on the black border instead of the image, how can I do it?</a></li> … … 202 203 <li><a href="#multithread">Is MPlayer multithreaded? How can I take advantage of all my CPU cores?</a></li> 203 204 <li><a href="#osdfontsize">How can I adjust the font size of the OSD (Onscreen Display)?</a></li> 204 <li><a href="#config_file">Where is the configuration file?</a></li>205 <li><a href="#config_file">Where are the configuration files?</a></li> 205 206 <li><a href="#win_multimonitors">(Windows) The video is displayed only in the 1st monitor but not in the 2nd, why?</a></li> 206 207 <li><a href="#win_aero">(Windows) Every time I play a video Aero is disabled, why?</a></li> … … 273 274 <p>Anyway if SMPlayer crashes, it's a serious bug that should be fixed. Report it.</p> 274 275 275 <h4><span id="playlist_problem">When I'm playing a playlist, when a file ends SMPlayer doesn't play the next file automatically, why?</span></h4>276 <p>Be sure you're using at least SMPlayer 0.6.5 and MPlayer SVN r28066. </p>277 278 276 <h4><span id="mplayer_recommended">What version of MPlayer is recommended?</span></h4> 279 <p>I recommend to use at least MPlayer SVN r33216 (from 2011-04-05) , although a recent version from SVN would be better for improved codec support and bugfixes. A new fork of MPlayer, MPlayer2, also works well with SMPlayer.</p>280 <p>SMPlayer will try its best to work with older versions, but some options may not work. 277 <p>I recommend to use at least MPlayer SVN r33216 (from 2011-04-05) or MPlayer2, although a recent version from SVN/git would be better for improved codec support and bugfixes.</p> 278 <p>SMPlayer will try its best to work with older versions, but some options may not work.</p> 281 279 282 280 <h4><span id="subtitles_border">I want the subtitles to be displayed on the black border instead of the image, how can I do it?</span></h4> … … 309 307 310 308 <h4><span id="osdfontsize">How can I adjust the font size of the OSD (Onscreen Display)?</span></h4> 311 <p>To adjust the font size for the OSD, which displays the time and other messages from MPlayer in the upper-left corner, under <i>Preferences -> Advanced -> Options for MPlayer</i>, in the <b>Options:</b> field, add the following: </pre>309 <p>To adjust the font size for the OSD, which displays the time and other messages from MPlayer in the upper-left corner, under <i>Preferences -> Advanced -> Options for MPlayer</i>, in the <b>Options:</b> field, add the following: 312 310 <pre>-subfont-autoscale 0 -subfont-osd-scale <i>y</i></pre> 313 311 <p></p> 314 312 <p>Where <i>y</i> is the size to your preference. The default value for <i>-subfont-osd-scale</i> is 20.</p> 315 313 316 <h4><span id="config_file">Where is the configuration file?</span></h4>317 <p> SMPlayer uses two ini files: smplayer.ini and smplayer_files.ini. Both are stored according to your OS:</p>314 <h4><span id="config_file">Where are the configuration files?</span></h4> 315 <p>The main SMPlayer configuration file is <i>smplayer.ini</i>. Depending on your configuration, individual file settings are saved in <i>smplayer_files.ini</i> (one ini file) or the subdirectory <i>file_settings</i> (multiple ini files). They are located according to your OS:</p> 318 316 <pre><b>Linux</b> $HOME/.config/smplayer 319 317 <b>Windows 2000/XP</b> C:\Documents and Settings\<your_username>\.smplayer
Note:
See TracChangeset
for help on using the changeset viewer.