Add plugin keys to the manual for the Gigabeat S, plus a couple of missing ones for...
[kugel-rb.git] / manual / plugins / mpegplayer.tex
blob640e6344404b796df084b7b6eaa7dbe0617086c6
1 % $Id$ %
2 \subsection{MPEG Player}
3 The Mpeg Player is a video player plugin capable of playing back MPEG-1 and
4 MPEG-2 video streams with MPEG audio multiplexed into \fname{.mpg} files.
6 To play a video file, you just select it in the Rockbox \setting{File Browser}.
7 If your file does not have the \fname{.mpg} extension but is encoded in the
8 supported format, you will need to use the \setting{Open With...} context menu
9 option and choose \setting{mpegplayer}.
11 \begin{table}
12 \begin{btnmap}{}{}
13 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} or \ButtonPlay}
14 \opt{GIGABEAT_PAD}{\ButtonSelect{} or \ButtonA}
15 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsPlay}
16 & Pause / Resume\\
17 \ActionWpsStop & Stop\\
18 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsVolUp{} / \ActionWpsVolDown}
19 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonLeft{} or \ButtonVolDown{} /
20 \ButtonRight{} or \ButtonVolUp}
21 & Adjust volume up / down\\
22 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsSkipPrev{} / \ActionWpsSkipNext}
23 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonUp{} / \ButtonDown}
24 & Rewind / Fast Forward\\
25 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
26 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
27 \opt{IAUDIO_X5_PAD}{\ButtonRec}
28 \opt{IRIVER_H10_PAD}{\ButtonRew}
29 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
30 & Open the MPEG Player menu\\
31 \end{btnmap}
32 \end{table}
34 When a video file is selected, the start Menu will be displayed, unless it is
35 disabled via the option "start menu" (see below). In the latter case the video
36 will start playing immediately - unless a resume point is found, in which case
37 the resume menu is presented.
39 Start Menu
41 \begin{description}
42 \item[Play from beginning] Resume information is discarded and the video plays
43 from the start.
44 \item[Resume time (min): x.x] Resume video playback at stored resume time x.x
45 (start of the video if no resume time is found).
46 \item[Set start time (min)] A preview screen is presented consisting of a
47 thumbnail preview and a progress bar where the user can select a start time
48 by 'seeking' through the video. The video playback is started by pressing
49 the select button.
50 \item[Quit mpegplayer] Exit the plugin.
51 \end{description}
53 Resume Menu
55 \begin{description}
56 \item[Yes (min): x.x] Resume video playback at stored resume time x.x.
57 \item[No] Play video from the beginning.
58 \end{description}
60 Main Menu
62 \begin{description}
63 \item[Display Options] Opens "Display Options" submenu - see below.
64 \item[Start Menu] (default: on) Enable/disable the start menu.
65 \item[Clear all resumes: x] Discard all x resume points.
66 \item[Quit mpegplayer] Exit the plugin.
67 \end{description}
69 Display Options Menu
71 \begin{description}
72 \item[Dithering] (default: off) Prevent banding effects in gradients by blending
73 of colours. (only available on Sansa e200, Sansa c200 and Gigabeat F/X)
74 \item[Show FPS] (default: off) This option displays (once a second - if your
75 video is full-screen this means it will get overwritten by the video and
76 appear to flash once per second) the average number of frames decoded per
77 second, the total number of frames skipped (see the Skip Frames option),
78 the current time (in 100Hz ticks) and the time the current frame is due to
79 be displayed.
80 \item[Limit FPS] (default: on) With this option disabled, mpegplayer will
81 display the video as fast as it can. Useful for benchmarking.
82 \item[Skip frames] (default: on) This option causes mpegplayer to attempt to
83 maintain realtime playback by skipping the display of frames - but these
84 frames are still decoded. Disabling this option can cause loss of A/V sync.
85 \end{description}
87 See this page in the Rockbox wiki for information on how to encode your videos
88 to the supported format. \wikilink{PluginMpegplayer}