~ubuntu-branches/debian/sid/smplayer/sid

« back to all changes in this revision

Viewing changes to docs/en/faq.html

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2008-01-31 13:44:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080131134453-nc4dwsn5pkiw5s9h
Tags: 0.6.0~rc1-1
* New upstream release.
* debian/control:
  - Build-depend on CDBS.
  - Updated upstream homepage.
* debian/copyright:
  - Updated download address.
* debian/rules:
  - Migrated to CDBS.
  - Tweaked get-orig-source to work with release candidates.
* debian/docs:
  - Removed Translations.txt, upstream removed it from the tarball.
  - Added Release_notes.txt.
* debian/manpages, debian/smplayer.1:
  - Deleted, manpage merged upstream.
* debian/smplayer.install:
  - Install usr/share/man.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<html>
 
3
<head>
 
4
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
 
5
<title>SMPlayer FAQ</title>
 
6
</head>
 
7
 
 
8
<body>
 
9
<h1>SMPlayer - Frequently Asked Questions</h1>
 
10
 
 
11
<ol>
 
12
<li><a href="#smplayer_mplayer">Sometimes I read SMPlayer, others MPlayer, what are 
 
13
they? are they the same?</a></li>
 
14
<li><a href="#dvd_menus">DVD menus, where are they?</a></li>
 
15
<li><a href="#output_drivers">Output drivers (directx, xv, x11, gl, alsa, oss...) 
 
16
what are they? Which one is the best?</a></li>
 
17
<li><a href="#nvidia_problems">I have a NVidia card and gl/gl2 doesn't work, 
 
18
why?</a></li>
 
19
<li><a href="#screenshot">I try to make a screenshot but the option 
 
20
is disabled, why?</a></li>
 
21
<li><a href="#audio_track">I try to change the audio track but it doesn't work, 
 
22
the audio remains the same. I have to stop the video and play it again to 
 
23
actually change audio. Why?</a></li>
 
24
<li><a href="#shortcuts">How can I change the key shortcuts?</a></li>
 
25
<li><a href="#qt">I've read something about Qt, what's that?</a></li>
 
26
<li><a href="#codecs">With some video formats I only get audio, but not 
 
27
video. Why? Do I need some codecs?</a></li>
 
28
<li><a href="#open_quit">What's the difference between Open -> Close and 
 
29
Open -> Quit? Do they do the same?</a></li>
 
30
<li><a href="#audio_cd">How can I play an audio CD?</a></li>
 
31
<li><a href="#bookmark">Where is the bookmark?</a></li>
 
32
<li><a href="#mplayer_errors">I try to play a file but nothing happens. 
 
33
Why?</a></li>
 
34
<li><a href="#preferences_delay">When I open the preferences dialog for first 
 
35
time it takes some secs to show, why?</a></li>
 
36
<li><a href="#audio_equalizer">There's a video equalizer, but why isn't there 
 
37
an audio equalizer?</a></li>
 
38
<li><a href="#tv">Are you going to add support for TV?</a></li>
 
39
<li><a href="#mplayer_restart">A lot of menu options make the video to go blank 
 
40
for a moment. Why?</a></li>
 
41
<li><a href="#crash">SMPlayer crashed, but the audio didn't stop, why?</a></li>
 
42
<li><a href="#playlist_problem">When I'm playing a playlist, when a file ends 
 
43
SMPlayer doesn't play the next file automatically, why?</a></li>
 
44
<li><a href="#mplayer_recommended">What version of MPlayer is recommended?</a></li>
 
45
<li><a href="#subtitles_border">I want the subtitles to be displayed on the black 
 
46
border instead of the image, how can I do it?</a></li>
 
47
<li><a href="#expand_filter">I want the subtitles to be displayed on the black 
 
48
border for ALL videos, is it possible?</a></li>
 
49
<li><a href="#monitors">(Windows) The video is displayed only in the 1st 
 
50
monitor but not in the 2nd, why?</a></li>
 
51
<li><a href="#volume_loud">The volume is too loud at the beginning of the 
 
52
videos, how can this be fixed?</a></li>
 
53
<li><a href="#vista">(Windows) I'm using Windows Vista and every time 
 
54
I play a video Aero is disabled, why?</a></li>
 
55
</ol>
 
56
 
 
57
<hr>
 
58
 
 
59
<ol>
 
60
<li><a name="smplayer_mplayer"></a>
 
61
<b>Sometimes I read SMPlayer, others MPlayer, what are they? are they
 
62
the same?</b>
 
63
<p>
 
64
No, they are two different applications. MPlayer is a multimedia player
 
65
developed initially for linux and then ported to other OS. It's very
 
66
good, it plays almost every everything, and it has for instance a lot of
 
67
filters and so on. But most users may find it hard to use it.
 
68
<p>
 
69
Fortunately MPlayer can work together with another application (the
 
70
video window can be embedded in the other application GUI, it obeys
 
71
commands sent by the application).
 
72
So SMPlayer is just a front-end which uses MPlayer to actually play the
 
73
videos.
 
74
<p>
 
75
SMPlayer is the window you see, the menus, the preferences dialog...
 
76
(along with other things you don't see, like functions to control
 
77
MPlayer). But SMPlayer knows nothing about playing files. It doesn't
 
78
even know what a codec is.
 
79
MPlayer on the other hand, opens the files, decodes them, displays the
 
80
video and plays the audio. Subtitles are also read, parsed and displayed
 
81
on screen by MPlayer.
 
82
</li>
 
83
 
 
84
<li><a name="dvd_menus"></a>
 
85
<b>DVD menus, where are they?</b>
 
86
<p>
 
87
Currently MPlayer doesn't support DVD menus... 
 
88
Well, in fact it does if compiled with dvdnav support. The last time I
 
89
tested it, it didn't work quite well. 
 
90
 
 
91
Anyway, even there are no DVD menus, you can still select your desired
 
92
title, chapter, audio track, subtitles... in the SMPlayer menus.
 
93
</li>
 
94
 
 
95
<li><a name="output_drivers"></a>
 
96
<b>Output drivers (directx, xv, x11, gl, alsa, oss...) what are they?
 
97
Which one is the best?</b>
 
98
<p>
 
99
MPlayer has several output drivers, for video and sound. SMPlayer allows
 
100
you to select the one you want among all of them (<i>Preferences -> General</i>).
 
101
<p>
 
102
For video it's recommended that you use xv (linux) or directx (windows).
 
103
They use hardware acceleration and give the best performance.
 
104
 
 
105
The inconvenience about directx for Windows Vista users is that it
 
106
disables Aero. 
 
107
<p>
 
108
x11 and directx:noaccel are drivers without hardware acceleration. They
 
109
give the worst performance. Moreover directx:noaccel gives a bad quality
 
110
in fullscreen mode.
 
111
<p>
 
112
gl and gl2 will use 3D acceleration from the graphic card. They will
 
113
give better performance than directx:noaccel and x11 but no so much as
 
114
directx or xv. gl/gl2 can be useful for Windows Vista users.
 
115
<p>
 
116
For sound, you should usually use oss or alsa in linux. I don't like esd
 
117
or arts, they use to use more CPU.
 
118
<p>
 
119
In windows the sound drivers are dsound and win32. I read that dsound
 
120
can cause sometimes audio-video sync problems. If you notice that
 
121
problem try win32 instead.
 
122
<p>
 
123
Other drivers allows you to save the video as image files or write the
 
124
sound to the disk. These drivers are not officially supported by
 
125
SMPlayer. Use them only if you know what you're doing.
 
126
</li>
 
127
 
 
128
<li><a name="nvidia_problems"></a>
 
129
<b>I have a NVidia card and gl/gl2 doesn't work, why?</b>
 
130
<p>
 
131
It seems to be a problem with the NVidia cards or their drivers on
 
132
Windows. gl/gl2 does work when using the real MPlayer window, but not
 
133
when the video is embedded in another application. There's no known fix.
 
134
The only thing you can do is either use directx instead of gl/gl2 or
 
135
check the option to use the MPlayer window in <i>Preferences -> Advanced</i>.
 
136
</li>
 
137
 
 
138
<li><a name="screenshot"></a>
 
139
<b>I try to make a screenshot but the option is disabled, why?</b>
 
140
<p>
 
141
You didn't choose a folder for storing the screenshots. Do it in
 
142
<i>Preferences -> General</i>, and the screenshot option will be enabled.
 
143
</li>
 
144
 
 
145
<li><a name="audio_track"></a>
 
146
<b>I try to change the audio track but it doesn't work, the audio
 
147
remains the same. I have to stop the video and play it again to actually
 
148
change audio. Why?</b>
 
149
<p>
 
150
With some formats (ike mp4 or ogm), MPlayer can't change the audio track
 
151
at runtime. By unchecking the option "Fast audio track switching" you'll
 
152
be able to change the audio in those formats.
 
153
</li>
 
154
 
 
155
<li><a name="shortcuts"></a>
 
156
<b>How can I change the key shortcuts?</b>
 
157
<p>
 
158
<i>Preferences -> Keyboard and mouse</i>. You'll be able to change most key shortcuts.
 
159
</li>
 
160
 
 
161
<li><a name="qt"></a>
 
162
<b>I've read something about Qt, what's that?</b>
 
163
<p>
 
164
SMPlayer is being developed by using Qt, which is a C++ library that
 
165
allows cross-platform development. The same source code can be compiled
 
166
on Windows, Linux and Mac OS.  
 
167
More info: 
 
168
<a href="http://trolltech.com/products/qt">http://trolltech.com/products/qt</a>
 
169
</li>
 
170
 
 
171
<li><a name="codecs"></a>
 
172
<b>With some video formats I only get audio, but not video. Why? Do
 
173
I need some codecs?</b>
 
174
<p>
 
175
MPlayer can player most common formats "out of the box". But for codecs
 
176
that haven't been yet implemented natively, it's necessary to install a
 
177
package with binary codecs. You can get it from the
 
178
<a href="http://www.mplayerhq.hu/design7/dload.html">MPlayer download
 
179
page</a>.
 
180
<p> 
 
181
On Windows, install the codecs in the mplayer/codecs subdirectory.
 
182
On linux distros the package may be available as a regular package,
 
183
maybe with the name of w32codecs or something like that.
 
184
</li>
 
185
 
 
186
<li><a name="open_quit"></a>
 
187
<b>What's the difference between <i>Open -> Close</i> and <i>Open -> Quit</i>? 
 
188
Do they do the same?</b>
 
189
<p>
 
190
If the option "Show icon in system tray" (in menu Options) is not
 
191
checked, then yes, the two options do the same: quit the application.
 
192
<p>
 
193
But if that option is enabled, then <i>Open -> Close</i> will just hide the
 
194
application (and stop the current file), but SMPlayer is still running.
 
195
<i>Open -> Quit</i> really quits the application, no matter if the system tray
 
196
icon is enabled or not.
 
197
</li>
 
198
 
 
199
<li><a name="audio_cd"></a>
 
200
<b>How can I play an audio CD?</b>
 
201
<p>
 
202
Support for audio CDs was added in version 0.5.18.
 
203
<p>
 
204
Under Windows it's not possible to play audio CDs yet.
 
205
</li>
 
206
 
 
207
<li><a name="bookmark"></a>
 
208
<b>Where is the bookmark?</b>
 
209
<p>
 
210
Not implemented yet.
 
211
</li>
 
212
 
 
213
<li><a name="mplayer_errors"></a>
 
214
<b>I try to play a file but nothing happens. Why?</b>
 
215
<p>
 
216
Probably MPlayer couldn't play the file. Open the mplayer log
 
217
(<i>Options -> View logs -> MPlayer</i>), you'll probably find an error message in
 
218
the latest lines.
 
219
<p>
 
220
On Windows is quite common that some MPlayer builds fail because they
 
221
have been compiled with no support for some feature that SMPlayer tries
 
222
to use. The error message could give you a clue. If it complains about
 
223
cache, try disabling the cache in <i>Preferences -> Performance</i>. If it
 
224
complains about fontconfig try to use a ttf font instead of a system
 
225
font.
 
226
</li>
 
227
 
 
228
<li><a name="preferences_delay"></a>
 
229
<b>When I open the preferences dialog for first time it takes some
 
230
secs to show, why?</b>
 
231
<p>
 
232
In that moment SMPlayer calls MPlayer to get some info from it (the
 
233
output drivers, for instance). It happens the same with <i>Options -> View
 
234
info and properties</i>.
 
235
</li>
 
236
 
 
237
<li><a name="audio_equalizer"></a>
 
238
<b>There's a video equalizer, but why isn't there an audio equalizer?</b>
 
239
<p>
 
240
The video equalizer was easy to do because MPlayer has slave commands to
 
241
change brightness, contrast and so on at runtime. But I'm afraid it
 
242
doesn't have similar commands for audio, so this can't be done. 
 
243
</li>
 
244
 
 
245
<li><a name="tv"></a>
 
246
<b>Are you going to add support for TV?</b>
 
247
<p>
 
248
That would be nice, but TV support is not planned for now. Currently 
 
249
I don't have a TV card, so I can't implement it.
 
250
</li>
 
251
 
 
252
<li><a name="mplayer_restart"></a>
 
253
<b>A lot of menu options make the video to go blank for a moment.
 
254
Why?</b>
 
255
<p>
 
256
Some options require to stop the MPlayer process and start it again with
 
257
new parameters. That's why playing interrupts for a moment.
 
258
</li>
 
259
 
 
260
<li><a name="crash"></a>
 
261
<b>SMPlayer crashed, but the audio didn't stop, why?</b>
 
262
<p>
 
263
SMPlayer crashed, but MPlayer is still running. Kill the MPlayer process
 
264
in the task manager.
 
265
<p>
 
266
Anyway if SMPlayer crashes, it's a serious bug that should be fixed.
 
267
Report it.
 
268
</li>
 
269
 
 
270
<li><a name="playlist_problem"></a>
 
271
<b>When I'm playing a playlist, when a file ends SMPlayer doesn't
 
272
play the next file automatically, why?</b>
 
273
<p>
 
274
Probably your MPlayer is translated into another language. SMPlayer
 
275
looks for some English texts in the output of MPlayer. In this case it
 
276
looks for "Exiting... (End of file)". As MPlayer displays the messages
 
277
in another language SMPlayer fails and won't work properly.
 
278
Unfortunately the language of MPlayer can't be changed without
 
279
recompiling it. But recents versions of SMPlayer allow to change the
 
280
messages that it should look for (<i>Preferences -> Advanced -> MPlayer
 
281
language</i>).
 
282
</li>
 
283
 
 
284
<li><a name="mplayer_recommended"></a>
 
285
<b>What version of MPlayer is recommended?</b>
 
286
<p>
 
287
SMPlayer can work with MPlayer 1.0rc1 (it hasn't been tested with
 
288
older releases). Anyway that version is very old and it's not recommended at all.
 
289
A lot of new things and improvements have been added since then.
 
290
For instance changing audio in avi files or seeking in flv or ogm files
 
291
don't work with that version.
 
292
<p>
 
293
You should use at least MPlayer 1.0rc2, although some new interesting features 
 
294
have been added after its release. I recommend to use at least 
 
295
MPlayer SVN r25843 (from 2008-01-23).
 
296
<p>
 
297
In the <a href="http://www.mplayerhq.hu/design7/dload.html">MPlayer
 
298
download page</a> you can get a svn tar.bz2 ready to compile. And
 
299
compiling it is very easy (in linux, I mean...)
 
300
</li>
 
301
 
 
302
<li><a name="subtitles_border"></a>
 
303
<b>I want the subtitles to be displayed on the black border instead
 
304
of the image, how can I do it?</b>
 
305
<p>
 
306
<i>Video filters -> Add black borders</i>
 
307
</li>
 
308
 
 
309
<li><a name="expand_filter"></a>
 
310
<b>I want the subtitles to be displayed on the black border for ALL 
 
311
videos, is it possible?</b>
 
312
<p>
 
313
Currently the only way is to add a video filter like  
 
314
<b>expand=:::::4/3</b> in <i>Preferences -> Advanced -> Options for MPlayer</i>.
 
315
</li>
 
316
 
 
317
<li><a name="monitors"></a>
 
318
<b>(Windows) The video is displayed only in the 1st monitor but not in the
 
319
2nd, why?</b>
 
320
<p>
 
321
When you use <i>directx</i> as video driver (<i>Preferences -> General</i>) 
 
322
the video can only be displayed on one monitor. If you use instead 
 
323
<i>directx:noaccel</i>, <i>gl</i> or <i>gl2</i> the video will be displayed
 
324
in any monitor (users of nvidia cards, please 
 
325
<a href="#nvidia_problems">read this</a>).
 
326
<p>
 
327
Anyway if you prefer to use <i>directx</i> is still possible but you have
 
328
to add the <i>-adapter</i> option in <i>Preferences -> Advanced -> Options
 
329
for MPlayer</i> (<i>Options</i> field). <b>-adapter 1</b> will display the
 
330
video on the 1st monitor, <b>-adapter 2</b> will display it on the 2nd 
 
331
monitor, and so on (I think).
 
332
</li>
 
333
 
 
334
<li><a name="volume_loud"></a>
 
335
<b>The volume is too loud at the beginning of the videos, how can this
 
336
be fixed?</b>
 
337
<p>
 
338
Check the option <i>Change volume just before playing</i> in 
 
339
<i>Preferences -> General -> Audio</i>.
 
340
<p>
 
341
This option requires a MPlayer build which is patched to add a new option 
 
342
(<i>-volume</i>) for it. The build included in the package for Windows has
 
343
this patch applied. The patch can be found 
 
344
<a href="http://smplayer.svn.sourceforge.net/viewvc/*checkout*/smplayer/mplayer-builds/patches/startupvol.diff?revision=467">here</a>.
 
345
</li>
 
346
 
 
347
<li><a name="vista"></a>
 
348
<b>(Windows) I'm using Windows Vista and every time I play a video Aero
 
349
is disabled, why?</b>
 
350
<p>
 
351
This happens when you're using <i>directx</i> as video driver 
 
352
(<i>Preferences -> General</i>). You can change it to <i>gl</i> or <i>gl2</i>
 
353
(users of nvidia cards, please <a href="#nvidia_problems">read this</a>).
 
354
</li>
 
355
 
 
356
</ol>
 
357
 
 
358
</body>
 
359
</html>