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

« back to all changes in this revision

Viewing changes to Not_so_obvious_things.txt

  • 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
NOTE: This document is a little bit outdated, but still it could be useful.
 
2
 
 
3
---------------------------------------------------------------------------
 
4
 
1
5
Not so obvious things
2
6
 
3
7
There's still no manual or help in smplayer.
4
8
 
5
9
So I think I should explain some things that are not so obvious.
6
10
 
7
 
[list]
8
 
 
9
 
[*] Stop button. Pressing the Stop button once stops the video. If you
 
11
* Stop button. Pressing the Stop button once stops the video. If you
10
12
press Play, the video will resume at the same point. But if you press
11
13
Stop twice the time position is reset to 0, so Play will start the video
12
14
from the beginning.
13
15
 
14
 
[*]The pause button. The first time you click on it, the video is
 
16
* The pause button. The first time you click on it, the video is
15
17
paused. The following times it will step to the next frame. This
16
18
behavior only occurs with the pause button, not with the pause option in
17
19
the menu.
18
20
 
19
 
[*]Double clicking in the video window toggles fullscreen.
20
 
 
21
 
[*]The Esc key can be used to exit from fullscreen mode.
22
 
 
23
 
[*]The O key switches OSD modes (the same way mplayer does)
24
 
 
25
 
[*]The option Open->URL doesn't check if you really typed a URL. What
 
21
* Double clicking in the video window toggles fullscreen.
 
22
 
 
23
* The Esc key can be used to exit from fullscreen mode.
 
24
 
 
25
* The O key switches OSD modes (the same way mplayer does)
 
26
 
 
27
* The option Open->URL doesn't check if you really typed a URL. What
26
28
you type is passed to mplayer. So you may use this option to play not
27
29
supported yet media, for instance TV channels, VCD, or anything
28
30
supported by mplayer.
29
31
 
30
 
[*]You can use the mouse wheel to go forward or backward.
 
32
* You can use the mouse wheel to go forward or backward.
31
33
 
32
 
[*]If you want to make a screenshot of smplayer, with a video playing
 
34
* If you want to make a screenshot of smplayer, with a video playing
33
35
(for example to show it to your friends so they can see how wonderful
34
36
smplayer is ;) ) you have to select "x11" as video driver. Otherwise
35
37
you'll get a blue window instead of video. In Windows you have to select
36
38
"directx:noaccel", which does not appears in the combo, you have to type
37
39
it.
38
40
 
39
 
[*]Probably you'll have noticed that when you select some options the
 
41
* Probably you'll have noticed that when you select some options the
40
42
video window goes black for a moment and then resumes. This is because
41
43
smplayer has to stop mplayer and start it again (with new options) and
42
44
cannot be avoided.
43
45
 
44
 
[*]If you play a DVD you'll see that smplayer won't save the settings
 
46
* If you play a DVD you'll see that smplayer won't save the settings
45
47
(audio, subtitles and so on), so if you play it again later you will
46
48
have to select your desired options again. Some time ago, smplayer did
47
49
save the settings for DVDs but I removed it. Reasons: resuming playback
49
51
actual current time) and the disc had to be read twice, one for
50
52
identifying it and other for starting playback. That could be very slow.
51
53
 
52
 
[*]If your locale is set to spanish (es_ES) smplayer will display the
 
54
* If your locale is set to spanish (es_ES) smplayer will display the
53
55
messages in Spanish. smplayer can be translated to other languages
54
56
easily.
55
57
 
56
 
[*]Deinterlace. mplayer has a lot of deinterlace filters. I have chosen
57
 
3 for smplayer: [list]
 
58
* Deinterlace. mplayer has a lot of deinterlace filters. I have chosen 3
 
59
for smplayer: 
58
60
 
59
 
 [*]Lowpass5 (pp=l5). Works well most of the time, even with divx videos
 
61
 * Lowpass5 (pp=l5). Works well most of the time, even with divx videos
60
62
 which have been bad deinterlaced. But this filter produces some "ghost"
61
63
 effect in movement scenes.
62
64
 
63
 
 [*]Yadif. It seems it works very well with mpeg files at full
 
65
 * Yadif. It seems it works very well with mpeg files at full
64
66
 resolution. No ghosting, but some times the movement is not smooth. The
65
67
 bad part is that uses a lot of CPU.
66
68
 
67
 
 [*]Linear Blend (pp=lb). Produces a lot of ghosting and blurs the
68
 
 image.[/list]
69
 
 
70
 
[*]Video filters:[list]
71
 
 
72
 
 [*]Autodetect phase.  Most movies and TV series (in PAL world) are not
 
69
 * Linear Blend (pp=lb). Produces a lot of ghosting and blurs the
 
70
 image.
 
71
 
 
72
* Video filters:
 
73
 
 
74
 * Autodetect phase.  Most movies and TV series (in PAL world) are not
73
75
 interlaced but progressive. But maybe in the computer they may seem
74
76
 interlaced (this happens to me sometimes with my dvd recorder). It
75
77
 seems that those videos have a field changed or shifted or something
76
78
 like that. "Autodetect phase" fixes it (-vf phase=A).
77
79
 
78
 
 [*] Denoise. This filter removes noise from the image, making it
 
80
 * Denoise. This filter removes noise from the image, making it
79
81
 cleaner. But it could also remove a lot of details...
80
82
 
81
 
 [*] Deblock. If the blocks of a video are very noticeable this filter
 
83
 * Deblock. If the blocks of a video are very noticeable this filter
82
84
 could help a little bit.
83
85
 
84
 
 [*] Dering. Actually I don't know what this filter does...
 
86
 * Dering. Actually I don't know what this filter does...
85
87
 
86
 
 [*] Add noise. Add a little bit of noise to the image. Can be useful to
 
88
 * Add noise. Add a little bit of noise to the image. Can be useful to
87
89
 "cover" the blocks with noise or after a denoise, so the image doesn't
88
90
 look so extremely clean.
89
91
 
90
 
[/list]
91
 
[/list]