summaryrefslogtreecommitdiff
path: root/manual/plugins/mpegplayer.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/mpegplayer.tex')
-rw-r--r--manual/plugins/mpegplayer.tex119
1 files changed, 119 insertions, 0 deletions
diff --git a/manual/plugins/mpegplayer.tex b/manual/plugins/mpegplayer.tex
new file mode 100644
index 0000000000..9fa438dabe
--- /dev/null
+++ b/manual/plugins/mpegplayer.tex
@@ -0,0 +1,119 @@
1% $Id$ %
2\subsection{MPEG Player}
3The Mpeg Player is a video player plugin capable of playing back MPEG-1 and
4MPEG-2 video streams with MPEG audio multiplexed into \fname{.mpg} files.
5
6To play a video file, you just select it in the Rockbox \setting{File Browser}.
7If your file does not have the \fname{.mpg} extension but is encoded in the
8supported format, you will need to use the \setting{Open With...} context menu
9option and choose \setting{mpegplayer}.
10
11\begin{btnmap}
12 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} or \ButtonPlay}
13 \opt{GIGABEAT_PAD}{\ButtonSelect{} or \ButtonA}
14 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsPlay}
15 \opt{HAVEREMOTEKEYMAP}{& }
16 & Pause / Resume\\
17 \ActionWpsStop
18 \opt{HAVEREMOTEKEYMAP}{& }
19 & Stop\\
20 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsVolUp{} / \ActionWpsVolDown}
21 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonLeft{} or \ButtonVolDown{} /
22 \ButtonRight{} or \ButtonVolUp}
23 \opt{HAVEREMOTEKEYMAP}{& }
24 & Adjust volume up / down\\
25 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{%
26 \ActionWpsSkipPrev{} / \ActionWpsSkipNext}
27 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonUp{} / \ButtonDown}
28 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft{} / \ButtonRight}
29 \opt{HAVEREMOTEKEYMAP}{& }
30 & Rewind / Fast Forward\\
31 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
32 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
33 {\ButtonMenu}
34 \opt{IAUDIO_X5_PAD}{\ButtonRec}
35 \opt{IRIVER_H10_PAD}{\ButtonRew}
36 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
37 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect}
38 \opt{HAVEREMOTEKEYMAP}{& }
39 & Open the MPEG Player menu\\
40\end{btnmap}
41
42When a video file is selected, the Start Menu will be displayed, unless it is
43disabled via the \setting{Resume Options} (see below). In the latter case the video
44will start playing immediately.
45
46Start Menu
47
48\begin{description}
49\item[Play from beginning] Resume information is discarded and the video plays
50 from the start.
51\item[Resume at: mm:ss] Resume video playback at stored resume time mm:ss
52 (start of the video if no resume time is found).
53\item[Set start time] A preview screen is presented consisting of a
54 thumbnail preview and a progress bar where the user can select a start time
55 by `seeking' through the video. The video playback is started by pressing
56 the select button.
57\item[Settings] Open \setting{Settings} submenu -- see below.
58\item[Quit mpegplayer] Exit the plugin.
59\end{description}
60
61Main Menu
62
63\begin{description}
64\item[Settings] Open \setting{Settings} submenu -- see below.
65\item[Resume playback] Return to playback screen.
66\item[Quit mpegplayer] Exit the plugin.
67\end{description}
68
69Settings Menu
70
71\begin{description}
72\item[Display Options] Open \setting{Display Options} submenu -- see below.
73\item[Audio Options] Open \setting{Audio Options} submenu -- see below.
74\item[Resume Options] (default: Start menu) Enable/disable the start menu.
75\item[Play Mode] (default: Single) Set to \setting{All} to play multiple
76 \fname{.mpg} files in the directory continuously.
77\item[Clear all resumes: x] Discard all x resume points.
78\end{description}
79
80Display Options Menu
81
82\begin{description}
83\item[Dithering] (default: off) Prevent banding effects in gradients by blending
84 of colours. (only available on Sansa e200, Sansa c200 and Gigabeat F/X)
85\item[Display FPS] (default: off) This option displays (once a second -- if your
86 video is full-screen this means it will get overwritten by the video and
87 appear to flash once per second) the average number of frames decoded per
88 second, the total number of frames skipped (see the Skip Frames option),
89 the current time (in 100~Hz ticks) and the time the current frame is due to
90 be displayed.
91\item[Limit FPS] (default: on) With this option disabled, mpegplayer will
92 display the video as fast as it can. Useful for benchmarking.
93\item[Skip frames] (default: on) This option causes mpegplayer to attempt to
94 maintain realtime playback by skipping the display of frames -- but these
95 frames are still decoded. Disabling this option can cause loss of A/V sync.
96\opt{backlight_brightness}{
97 \item[Backlight Brightness] (default: Use setting) Choose brightness to use
98 during video playback. Set to \setting{Use setting} to use the Brightness
99 setting.
100}
101\end{description}
102
103Audio Options Menu
104
105\begin{description}
106\item[Tone Controls] (default: force off) Use the bass and treble control
107 settings or force them off.
108\item[Channel Modes] (default: force off) Use the channel configuration setting
109 or force Stereo mode.
110\item[Crossfeed] (default: force off) Use the Crossfeed setting or force
111 crossfeed off.
112\item[Equalizer] (default: force off) Use the Equalizer setting or force the
113 equalizer off.
114\item[Dithering] (default: force off) Use the Dithering setting or force
115 audio dithering off.
116\end{description}
117
118See this page in the Rockbox wiki for information on how to encode your videos
119to the supported format. \wikilink{PluginMpegplayer}