Penguin
Annotated edit history of plaympeg(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 PLAYMPEG
2 !!!PLAYMPEG
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 plaympeg - MPEG audio (MP3) and video (MPEG-1) player
14 !!SYNOPSIS
15
16
17 __plaympeg__ [[''options''] ''file
18 ...''
19 !!DESCRIPTION
20
21
22 ''plaympeg'' is an MPEG audio and video player that uses
23 the SDL MPEG Player Library. It can play back MPEG audio
24 (layer 1, 2 and 3), MPEG video (MPEG-1) and MPEG system
25 (audio and video combined) files. MPEG-2 video files (as
26 found on DVDs) are not supported.
27
28
29 The video player works best on a 16 bit color depth X11
30 display, it works on other color depths with reduced speed
31 as well. You'll need a CPU with 300 MHz or more to play back
32 an MPEG system stream with 25 frames per secons (fps) at
33 full speed.
34 !!OPTIONS
35
36
37 __--help__
38
39
40 Show short usage information
41
42
43 __--noaudio__
44
45
46 Don't play the audio stream (if available)
47
48
49 __--novideo__
50
51
52 Don't play the video stream (if available)
53
54
55 __--fullscreen__
56
57
58 Play the MPEG video stream in fullscreen mode
59
60
61 __-2, --double__
62
63
64 Play the MPEG video stream at double size
65
66
67 __-l, --loop__
68
69
70 Play the stream (audio or video) over and over
71 again
72
73
74 __-v N, --volume N__
75
76
77 Set the volume of the audio stream to N% (N in the range of
78 0 to 100)
79
80
81 __-s S, --scale S__
82
83
84 Play the MPEG video stream at S size
85 !!SEE ALSO
86
87
88 SMPEG home page at
89 http://www.lokigames.com/development/smpeg.php3
90 !!AUTHOR
91
92
93 The SDL MPEG Player Library was written by Karl Robillard
94 and Sam Lantinga of Loki Entertainment Software. Please
95 report any bugs and/or fixes to
96 smpeg@lokigames.com.
97
98
99 This manual page was written by Stefan Gybas
100 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.