Clip counter manual update, language tweak and translation
[maemo-rb.git] / manual / plugins / mpegplayer.tex
blob83e20ec0bf9a9c7e6b697ac1a017642dc61bd396
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 \ActionWpsPlay & Pause/Resume\\
14 \ActionWpsStop & Stop\\
15 \ActionWpsVolUp{} / \ActionWpsVolDown & Adjust volume up / down\\
16 \opt{IRIVER_H300_PAD}{\ButtonMode}
17 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD}{\ButtonMenu}
18 \opt{IAUDIO_X5_PAD}{\ButtonRec}
19 \opt{IRIVER_H10_PAD}{\ButtonRew}
20 \opt{SANSA_E200_PAD}{\ButtonSelect}
21 & Open the MPEG Player menu\\
22 \end{btnmap}
23 \end{table}
25 The menu has the following entries.
27 \begin{description}
28 \item[Show FPS] This option displays (once a second - if your video is
29 full-screen this means it will get overwritten by the video and appear to
30 flash once per second) the average number of frames decoded per second,
31 the total number of frames skipped (see the Skip Frames option), the
32 current time (in 100Hz ticks) and the time the current frame is due to be
33 displayed.
34 \item[Limit FPS] With this option disabled, mpegplayer will display the video
35 as fast as it can. Useful for benchmarking.
36 \item[Skip frames] This option causes mpegplayer to attempt to maintain
37 realtime playback by skipping the display of frames - but these frames are
38 still decoded. Disabling this option can cause loss of A/V sync.
39 \end{description}
41 See this page in the Rockbox wiki for information on how to encode your videos
42 to the supported format. \wikilink{PluginMpegplayer}