summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins')
-rw-r--r--manual/plugins/mpegplayer.tex62
1 files changed, 49 insertions, 13 deletions
diff --git a/manual/plugins/mpegplayer.tex b/manual/plugins/mpegplayer.tex
index 83e20ec0bf..8928d974cf 100644
--- a/manual/plugins/mpegplayer.tex
+++ b/manual/plugins/mpegplayer.tex
@@ -22,22 +22,58 @@ option and choose \setting{mpegplayer}.
22\end{btnmap} 22\end{btnmap}
23\end{table} 23\end{table}
24 24
25The menu has the following entries. 25When a video file is selected, the start Menu will be displayed, unless it is
26disabled via the option "start menu" (see below). In the latter case the video
27will start playing immediately - unless a resume point is found, in which case
28the resume menu is presented.
29
30Start Menu
31
32\begin{description}
33\item[Play from beginning] Resume information is discarded and the video plays
34 from the start.
35\item[Resume time (min): x.x] Resume video playback at stored resume time x.x
36 (start of the video if no resume time is found).
37\item[Set start time (min)] A preview screen is presented consisting of a
38 thumbnail preview and a progress bar where the user can select a start time
39 by 'seeking' through the video. The video playback is started by pressing
40 the select button.
41\item[Quit mpegplayer] Exit the plugin.
42\end{description}
43
44Resume Menu
45
46\begin{description}
47\item[Yes (min): x.x] Resume video playback at stored resume time x.x.
48\item[No] Play video from the beginning.
49\end{description}
50
51Main Menu
26 52
27\begin{description} 53\begin{description}
28\item[Show FPS] This option displays (once a second - if your video is 54\item[Display Options] Opens "Display Options" submenu - see below.
29 full-screen this means it will get overwritten by the video and appear to 55\item[Start Menu] (default: on) Enable/disable the start menu.
30 flash once per second) the average number of frames decoded per second, 56\item[Clear all resumes: x] Discard all x resume points.
31 the total number of frames skipped (see the Skip Frames option), the 57\item[Quit mpegplayer] Exit the plugin.
32 current time (in 100Hz ticks) and the time the current frame is due to be 58\end{description}
33 displayed. 59
34\item[Limit FPS] With this option disabled, mpegplayer will display the video 60Display Options Menu
35 as fast as it can. Useful for benchmarking. 61
36\item[Skip frames] This option causes mpegplayer to attempt to maintain 62\begin{description}
37 realtime playback by skipping the display of frames - but these frames are 63\item[Dithering] (default: off) Prevent banding effects in gradients by blending
38 still decoded. Disabling this option can cause loss of A/V sync. 64 of colours. (only available on Sansa e200, Sansa c200 and Gigabeat F/X)
65\item[Show FPS] (default: off) This option displays (once a second - if your
66 video is full-screen this means it will get overwritten by the video and
67 appear to flash once per second) the average number of frames decoded per
68 second, the total number of frames skipped (see the Skip Frames option),
69 the current time (in 100Hz ticks) and the time the current frame is due to
70 be displayed.
71\item[Limit FPS] (default: on) With this option disabled, mpegplayer will
72 display the video as fast as it can. Useful for benchmarking.
73\item[Skip frames] (default: on) This option causes mpegplayer to attempt to
74 maintain realtime playback by skipping the display of frames - but these
75 frames are still decoded. Disabling this option can cause loss of A/V sync.
39\end{description} 76\end{description}
40 77
41See this page in the Rockbox wiki for information on how to encode your videos 78See this page in the Rockbox wiki for information on how to encode your videos
42to the supported format. \wikilink{PluginMpegplayer} 79to the supported format. \wikilink{PluginMpegplayer}
43