Mercurial > mplayer.hg
annotate DOCS/en/documentation.html @ 10481:1911eb291dfb
sync with libavcodec (sh4 optim)
author | alex |
---|---|
date | Sun, 27 Jul 2003 21:24:33 +0000 |
parents | 930938e00cee |
children | b2616a04791a |
rev | line source |
---|---|
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1612 | 2 <HTML> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4928
diff
changeset
|
3 |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4928
diff
changeset
|
4 <HEAD> |
6882
f3f87f6bf5cf
Added a uniform title: something - MPlayer - The Movie Player for Linux.
diego
parents:
6878
diff
changeset
|
5 <TITLE>Documentation - MPlayer - The Movie Player for Linux</TITLE> |
9506
6c6ea2b4cfdb
default.css path fixed (it needs to be moved on CVS server!!)
gabucino
parents:
9493
diff
changeset
|
6 <LINK REL="stylesheet" TYPE="text/css" HREF="../default.css"> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
7 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4928
diff
changeset
|
8 </HEAD> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4928
diff
changeset
|
9 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
10 <BODY> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
11 |
7047 | 12 <H1 ALIGN="center">MPlayer - The Movie Player for LINUX</H1> |
13 | |
8807 | 14 <H2 ALIGN="center">© 2000-2003 Arpad Gereoffy (A'rpi/ESP-team)<BR> |
7047 | 15 <A HREF="http://www.mplayerhq.hu">http://www.mplayerhq.hu</A></H2> |
16 | |
17 <P ALIGN="center">[ English ] | |
9471 | 18 <A HREF="../hu/documentation.html">[ Hungarian ]</A> |
19 <A HREF="../de/documentation.html">[ German ]</A> | |
20 <A HREF="../fr/documentation.html">[ French ]</A> | |
21 <A HREF="../pl/documentation.html">[ Polish ]</A> | |
22 <A HREF="../it/documentation.html">[ Italian ]</A> | |
23 <A HREF="../zh/documentation.html">[ Chinese ]</A></P> | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
24 |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
25 <HR> |
1682 | 26 |
7047 | 27 <H2>Table of Contents</H2> |
1612 | 28 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
29 <HR> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
30 |
2277
22452cfc3a55
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
gabucino
parents:
2257
diff
changeset
|
31 <UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
32 <LI><A HREF="#reading">0. How to read this documentation</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
33 <LI><A HREF="#introduction">1. Introduction</A> |
2277
22452cfc3a55
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
gabucino
parents:
2257
diff
changeset
|
34 <UL> |
7054 | 35 <LI><A HREF="#history">1.1 History</A></LI> |
36 <LI><A HREF="#installation">1.2 Installation</A></LI> | |
37 <LI><A HREF="#gui">1.3 What about the GUI?</A></LI> | |
7138 | 38 <LI><A HREF="#subtitles_osd">1.4 Subtitles and OSD</A> |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
39 <UL> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
40 <LI><A HREF="#mpsub">1.4.1 MPlayer's own subtitle format (MPsub)</A></LI> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
41 <LI><A HREF="#install_osd">1.4.2 Installing OSD and subtitles</A></LI> |
8243
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
42 <LI><A HREF="#menu">1.4.3 OSD Menu</A></LI> |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
43 </UL> |
7138 | 44 </LI> |
7054 | 45 <LI><A HREF="#rtc">1.5 RTC</A></LI> |
2745 | 46 </UL> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
47 </LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
48 <LI><A HREF="#features">2. Features</A> |
2277
22452cfc3a55
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
gabucino
parents:
2257
diff
changeset
|
49 <UL> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
50 <LI><A HREF="formats.html">2.1 Supported formats</A> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
51 <UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
52 <LI><A HREF="formats.html#video_formats">2.1.1 Video formats</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
53 <UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
54 <LI><A HREF="formats.html#mpeg">2.1.1.1 MPEG files</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
55 <LI><A HREF="formats.html#avi">2.1.1.2 AVI files</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
56 <LI><A HREF="formats.html#asf">2.1.1.3 ASF/WMV files</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
57 <LI><A HREF="formats.html#mov">2.1.1.4 QuickTime/MOV files</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
58 <LI><A HREF="formats.html#vivo">2.1.1.5 VIVO files</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
59 <LI><A HREF="formats.html#fli">2.1.1.6 FLI files</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
60 <LI><A HREF="formats.html#real">2.1.1.7 RealMedia (RM) files</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
61 <LI><A HREF="formats.html#nuppelvideo">2.1.1.8 NuppelVideo files</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
62 <LI><A HREF="formats.html#yuv4mpeg">2.1.1.9 yuv4mpeg files</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
63 <LI><A HREF="formats.html#film">2.1.1.10 FILM files</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
64 <LI><A HREF="formats.html#roq">2.1.1.11 RoQ files</A></LI> |
7787
05e518badc1b
doc fixes part 1 (more will come when i find the time to read the rest)
attila
parents:
7700
diff
changeset
|
65 <LI><A HREF="formats.html#ogg">2.1.1.12 OGG/OGM files</A></LI> |
7992 | 66 <LI><A HREF="formats.html#sdp">2.1.1.13 SDP files</A></LI> |
8177 | 67 <LI><A HREF="formats.html#pva">2.1.1.14 PVA files</A></LI> |
9129
6ecc0b5c08cb
libgif/libungif based demuxer support for libmpdemux.
arpi
parents:
9120
diff
changeset
|
68 <LI><A HREF="formats.html#gif">2.1.1.15 GIF files</A></LI> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
69 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
70 </LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
71 <LI><A HREF="formats.html#audio_formats">2.1.2 Audio formats</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
72 <UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
73 <LI><A HREF="formats.html#mp3">2.1.2.1 MP3 files</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
74 <LI><A HREF="formats.html#wav">2.1.2.2 WAV files</A></LI> |
7942
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
75 <LI><A HREF="formats.html#ogg_vorbis">2.1.2.3 OGG/OGM files (Vorbis)</A></LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
76 <LI><A HREF="formats.html#wma">2.1.2.4 WMA/ASF files</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
77 <LI><A HREF="formats.html#mp4">2.1.2.5 MP4 files</A></LI> |
8177 | 78 <LI><A HREF="formats.html#cdda">2.1.2.6 CD audio</A></LI> |
8831
e35d561f002e
XMMS plugin support, ARM section updated, some whitespace for the IRIX
diego
parents:
8827
diff
changeset
|
79 <LI><A HREF="formats.html#xmms">2.1.2.7 XMMS</A></LI> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
80 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
81 </LI> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
82 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
83 </LI> |
6981 | 84 <LI><A HREF="codecs.html">2.2 Supported codecs</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
85 <UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
86 <LI><A HREF="codecs.html#video_codecs">2.2.1 Video codecs</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
87 <UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
88 <LI><A HREF="codecs.html#divx">2.2.1.1 DivX4/DivX5</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
89 <LI><A HREF="codecs.html#libavcodec">2.2.1.2 FFmpeg DivX/libavcodec</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
90 <LI><A HREF="codecs.html#xanim">2.2.1.3 XAnim codecs</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
91 <LI><A HREF="codecs.html#vivo_video">2.2.1.4 VIVO video</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
92 <LI><A HREF="codecs.html#mpeg">2.2.1.5 MPEG 1/2 video</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
93 <LI><A HREF="codecs.html#ms_video1">2.2.1.6 MS Video1</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
94 <LI><A HREF="codecs.html#cinepak">2.2.1.7 Cinepak CVID</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
95 <LI><A HREF="codecs.html#realvideo">2.2.1.8 RealVideo</A></LI> |
9718
198a1413f0ad
Updated XviD CVS instructions by Dmitry Baryshkov <lumag@qnc.ru>.
diego
parents:
9644
diff
changeset
|
96 <LI><A HREF="codecs.html#xvid">2.2.1.9 XviD</A></LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
97 <LI><A HREF="codecs.html#sorenson">2.2.1.10 Sorenson</A></LI> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
98 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
99 </LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
100 <LI><A HREF="codecs.html#audio_codecs">2.2.2 Audio codecs</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
101 <UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
102 <LI><A HREF="codecs.html#software_ac3">2.2.2.1 Software AC3 decoding</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
103 <LI><A HREF="codecs.html#hardware_ac3">2.2.2.2 Hardware AC3 decoding</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
104 <LI><A HREF="codecs.html#libmad">2.2.2.3 libmad support</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
105 <LI><A HREF="codecs.html#vivo_audio">2.2.2.4 VIVO audio</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
106 <LI><A HREF="codecs.html#realaudio">2.2.2.5 RealAudio</A></LI> |
8337 | 107 <LI><A HREF="codecs.html#qdesign">2.2.2.6 QDesign codecs</A></LI> |
8441 | 108 <LI><A HREF="codecs.html#qclp">2.2.2.7 Qualcomm codec</A></LI> |
9778 | 109 <LI><A HREF="codecs.html#aac">2.2.2.8 AAC codec</A></LI> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
110 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
111 </LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
112 <LI><A HREF="codecs.html#importing">2.2.3 Win32 codec importing HOWTO</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
113 <UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
114 <LI><A HREF="codecs.html#importing_vfw">2.2.3.1 VFW codecs</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
115 <LI><A HREF="codecs.html#importing_directshow">2.2.3.2 DirectShow codecs</A></LI> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
116 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
117 </LI> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
118 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
119 </LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
120 <LI><A HREF="#output">2.3 Output devices</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
121 <UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
122 <LI><A HREF="video.html">2.3.1 Video output devices</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
123 <UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
124 <LI><A HREF="video.html#mtrr">2.3.1.1 Setting up MTRR</A></LI> |
8330 | 125 <LI><A HREF="video.html#normal">2.3.1.2 Video outputs for traditional video cards</A> |
126 <UL> | |
127 <LI><A HREF="video.html#xv">2.3.1.2.1 Xv</A> | |
128 <UL> | |
129 <LI><A HREF="video.html#xv_3dfx">2.3.1.2.1.1 3dfx cards</A></LI> | |
130 <LI><A HREF="video.html#xv_s3">2.3.1.2.1.2 S3 cards</A></LI> | |
131 <LI><A HREF="video.html#xv_nvidia">2.3.1.2.1.3 nVidia cards</A></LI> | |
132 <LI><A HREF="video.html#xv_ati">2.3.1.2.1.4 ATI cards</A></LI> | |
133 <LI><A HREF="video.html#xv_neomagic">2.3.1.2.1.5 NeoMagic cards</A></LI> | |
134 <LI><A HREF="video.html#xv_trident">2.3.1.2.1.6 Trident cards</A></LI> | |
9241
537ff3f9961d
VIDIX and PowerVR updates, based on a patch by Alex.
diego
parents:
9232
diff
changeset
|
135 <LI><A HREF="video.html#xv_powervr">2.3.1.2.1.7 Kyro/PowerVR cards</A></LI> |
8330 | 136 </UL> |
137 </LI> | |
8999 | 138 <LI><A HREF="video.html#dga">2.3.1.2.2 DGA</A></LI> |
8330 | 139 <LI><A HREF="video.html#sdl">2.3.1.2.3 SDL</A></LI> |
140 <LI><A HREF="video.html#svgalib">2.3.1.2.4 SVGAlib</A></LI> | |
141 <LI><A HREF="video.html#fbdev">2.3.1.2.5 Framebuffer output (FBdev)</A></LI> | |
142 <LI><A HREF="video.html#mga_vid">2.3.1.2.6 Matrox framebuffer (mga_vid)</A></LI> | |
143 <LI><A HREF="video.html#tdfxfb">2.3.1.2.7 3dfx YUV support (tdfxfb)</A></LI> | |
144 <LI><A HREF="video.html#opengl">2.3.1.2.8 OpenGL output</A></LI> | |
145 <LI><A HREF="video.html#aalib">2.3.1.2.9 AAlib - text mode displaying</A></LI> | |
146 <LI><A HREF="video.html#vesa">2.3.1.2.10 VESA - output to VESA BIOS</A></LI> | |
147 <LI><A HREF="video.html#x11">2.3.1.2.11 X11</A></LI> | |
9241
537ff3f9961d
VIDIX and PowerVR updates, based on a patch by Alex.
diego
parents:
9232
diff
changeset
|
148 <LI><A HREF="video.html#vidix">2.3.1.2.12 VIDIX</A> |
537ff3f9961d
VIDIX and PowerVR updates, based on a patch by Alex.
diego
parents:
9232
diff
changeset
|
149 <UL> |
537ff3f9961d
VIDIX and PowerVR updates, based on a patch by Alex.
diego
parents:
9232
diff
changeset
|
150 <LI><A HREF="video.html#vidix_ati"> 2.3.1.2.12.1 ATI cards</A></LI> |
537ff3f9961d
VIDIX and PowerVR updates, based on a patch by Alex.
diego
parents:
9232
diff
changeset
|
151 <LI><A HREF="video.html#vidix_matrox"> 2.3.1.2.12.2 Matrox cards</A></LI> |
537ff3f9961d
VIDIX and PowerVR updates, based on a patch by Alex.
diego
parents:
9232
diff
changeset
|
152 <LI><A HREF="video.html#vidix_trident"> 2.3.1.2.12.3 Trident cards</A></LI> |
537ff3f9961d
VIDIX and PowerVR updates, based on a patch by Alex.
diego
parents:
9232
diff
changeset
|
153 <LI><A HREF="video.html#vidix_3dlabs"> 2.3.1.2.12.4 3DLabs cards</A></LI> |
537ff3f9961d
VIDIX and PowerVR updates, based on a patch by Alex.
diego
parents:
9232
diff
changeset
|
154 </UL> |
537ff3f9961d
VIDIX and PowerVR updates, based on a patch by Alex.
diego
parents:
9232
diff
changeset
|
155 </LI> |
8330 | 156 <LI><A HREF="video.html#directfb">2.3.1.2.13 DirectFB</A></LI> |
157 <LI><A HREF="video.html#dfbmga">2.3.1.2.14 DirectFB/Matrox (dfbmga)</A></LI> | |
158 </UL> | |
159 </LI> | |
160 <LI><A HREF="video.html#mpegdec">2.3.1.3 MPEG decoders</A> | |
161 <UL> | |
162 <LI><A HREF="video.html#dvb">2.3.1.3.1 DVB</A></LI> | |
163 <LI><A HREF="video.html#dxr2">2.3.1.3.2 DXR2</A></LI> | |
164 <LI><A HREF="video.html#dxr3">2.3.1.3.3 DXR3/Hollywood+</A></LI> | |
165 </UL> | |
166 </LI> | |
167 <LI><A HREF="video.html#other">2.3.1.4 Other visualization hardware</A> | |
168 <UL> | |
169 <LI><A HREF="video.html#zr">2.3.1.4.1 Zoran JPEG decoders</A></LI> | |
170 <LI><A HREF="video.html#blinken">2.3.1.4.2 Blinkenlights</A></LI> | |
171 </UL> | |
172 </LI> | |
8177 | 173 <LI><A HREF="video.html#tv-out">2.3.1.5 TV-out support</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
174 <UL> |
8177 | 175 <LI><A HREF="video.html#tv-out_matrox">2.3.1.5.1 Matrox G400 cards</A></LI> |
176 <LI><A HREF="video.html#tv-out_matrox_g450">2.3.1.5.2 Matrox G450/G550 cards</A></LI> | |
177 <LI><A HREF="video.html#tv-out_ati">2.3.1.5.3 ATI cards</A></LI> | |
178 <LI><A HREF="video.html#tv-out_voodoo">2.3.1.5.4 Voodoo 3</A></LI> | |
8260 | 179 <LI><A HREF="video.html#tv-out_nvidia">2.3.1.5.5 nVidia</A></LI> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
180 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
181 </LI> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
182 </UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
183 <LI><A HREF="sound.html">2.3.2 Audio output devices</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
184 <UL> |
8750
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
185 <LI><A HREF="sound.html#sync">2.3.2.1 Audio/Video synchronisation</A></LI> |
8177 | 186 <LI><A HREF="sound.html#experiences">2.3.2.2 Sound card experiences, recommendations</A></LI> |
8750
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
187 <LI><A HREF="sound.html#af">2.3.2.3 Audio filters</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
188 <UL> |
8750
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
189 <LI><A HREF="sound.html#af_resample">2.3.2.3.1 Up/Downsampling</A></LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
190 <LI><A HREF="sound.html#af_channels">2.3.2.3.2 Changing the number of channels</A></LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
191 <LI><A HREF="sound.html#af_format">2.3.2.3.3 Sample format converter</A></LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
192 <LI><A HREF="sound.html#af_delay">2.3.2.3.4 Delay</A></LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
193 <LI><A HREF="sound.html#af_volume">2.3.2.3.5 Software volume control</A></LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
194 <LI><A HREF="sound.html#af_equalizer">2.3.2.3.6 Equalizer</A></LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
195 <LI><A HREF="sound.html#af_panning">2.3.2.3.7 Panning filter</A></LI> |
8891
5b73c925436e
Further libaf documentation by Anders with some more updates by me.
diego
parents:
8851
diff
changeset
|
196 <LI><A HREF="sound.html#af_sub">2.3.2.3.8 Sub-woofer</A></LI> |
5b73c925436e
Further libaf documentation by Anders with some more updates by me.
diego
parents:
8851
diff
changeset
|
197 <LI><A HREF="sound.html#af_surround">2.3.2.3.9 Surround-sound decoder</A></LI> |
8750
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
198 </UL> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
199 </LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
200 <LI><A HREF="sound.html#plugins">2.3.2.4 Audio plugins (deprecated)</A> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
201 <UL> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
202 <LI><A HREF="sound.html#resample">2.3.2.4.1 Up/Downsampling</A></LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
203 <LI><A HREF="sound.html#surround_decoding">2.3.2.4.2 Surround Sound decoding</A></LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
204 <LI><A HREF="sound.html#format">2.3.2.4.3 Sample format converter</A></LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
205 <LI><A HREF="sound.html#delay">2.3.2.4.4 Delay</A></LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
206 <LI><A HREF="sound.html#volume">2.3.2.4.5 Software volume control</A></LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
207 <LI><A HREF="sound.html#extrastereo">2.3.2.4.6 Extrastereo</A></LI> |
f6323ff433aa
New audio filter documentation by Anders Johannsson with some structural
diego
parents:
8704
diff
changeset
|
208 <LI><A HREF="sound.html#normalizer">2.3.2.4.7 Volume Normalizer</A></LI> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
209 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
210 </LI> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
211 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
212 </LI> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
213 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
214 </LI> |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
215 <LI><A HREF="#tv">2.4 TV input</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
216 <UL> |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
217 <LI><A HREF="#tv_compilation">2.4.1 Compilation</A></LI> |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
218 <LI><A HREF="#tv_tips">2.4.2 Usage tips</A></LI> |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
219 <LI><A HREF="#tv_examples">2.4.3 Examples</A></LI> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
220 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
221 </LI> |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
222 <LI><A HREF="#edl">2.5 Edit Decision Lists (EDL)</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
223 <UL> |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
224 <LI><A HREF="#edl_using">2.5.1 Using an EDL file</A></LI> |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
225 <LI><A HREF="#edl_making">2.5.2 Making an EDL file</A></LI> |
8551
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
226 </UL> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
227 </LI> |
2277
22452cfc3a55
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
gabucino
parents:
2257
diff
changeset
|
228 </UL> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
229 </LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
230 <LI><A HREF="#usage">3. Usage</A> |
2277
22452cfc3a55
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
gabucino
parents:
2257
diff
changeset
|
231 <UL> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
232 <LI><A HREF="#command_line">3.1 Command line</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
233 <LI><A HREF="#control">3.2 Control</A> |
5850 | 234 <UL> |
7792
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
235 <LI><A HREF="#controls_configuration">3.2.1 Controls configuration</A> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
236 <UL> |
7792
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
237 <LI><A HREF="#key_names">3.2.1.1 Key names</A></LI> |
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
238 <LI><A HREF="#commands">3.2.1.2 Commands</A></LI> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
239 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
240 </LI> |
7792
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
241 <LI><A HREF="#lirc">3.2.2 Control from LIRC</A></LI> |
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
242 <LI><A HREF="#slave">3.2.3 Slave mode</A></LI> |
5850 | 243 </UL> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
244 </LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
245 <LI><A HREF="#streaming">3.3 Streaming from network or pipes</A></LI> |
2277
22452cfc3a55
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
gabucino
parents:
2257
diff
changeset
|
246 </UL> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
247 </LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
248 <LI><A HREF="cd-dvd.html">4. CD/DVD section</A> |
2277
22452cfc3a55
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
gabucino
parents:
2257
diff
changeset
|
249 <UL> |
6907 | 250 <LI><A HREF="cd-dvd.html#drives">4.1 CD/DVD drives</A></LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
251 <LI><A HREF="cd-dvd.html#dvd">4.2 DVD playback</A></LI> |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
252 <LI><A HREF="cd-dvd.html#vcd">4.3 VCD playback</A></LI> |
2277
22452cfc3a55
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
gabucino
parents:
2257
diff
changeset
|
253 </UL> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
254 </LI> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
255 <LI><A HREF="faq.html">5. FAQ section</A> |
2277
22452cfc3a55
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
gabucino
parents:
2257
diff
changeset
|
256 <UL> |
10345
48a3e4daabeb
New subsection development, removed some obsolete entries, moved others
diego
parents:
10276
diff
changeset
|
257 <LI><A HREF="faq.html#development">5.1 Development</A></LI> |
48a3e4daabeb
New subsection development, removed some obsolete entries, moved others
diego
parents:
10276
diff
changeset
|
258 <LI><A HREF="faq.html#compilation">5.2 Compilation</A></LI> |
48a3e4daabeb
New subsection development, removed some obsolete entries, moved others
diego
parents:
10276
diff
changeset
|
259 <LI><A HREF="faq.html#general">5.3 General questions</A></LI> |
48a3e4daabeb
New subsection development, removed some obsolete entries, moved others
diego
parents:
10276
diff
changeset
|
260 <LI><A HREF="faq.html#playback">5.4 Playback problems</A></LI> |
48a3e4daabeb
New subsection development, removed some obsolete entries, moved others
diego
parents:
10276
diff
changeset
|
261 <LI><A HREF="faq.html#driver">5.5 Video/audio driver problems (vo/ao)</A></LI> |
48a3e4daabeb
New subsection development, removed some obsolete entries, moved others
diego
parents:
10276
diff
changeset
|
262 <LI><A HREF="faq.html#dvd">5.6 DVD playback</A></LI> |
48a3e4daabeb
New subsection development, removed some obsolete entries, moved others
diego
parents:
10276
diff
changeset
|
263 <LI><A HREF="faq.html#features">5.7 Feature requests</A></LI> |
48a3e4daabeb
New subsection development, removed some obsolete entries, moved others
diego
parents:
10276
diff
changeset
|
264 <LI><A HREF="faq.html#encoding">5.8 Encoding</A></LI> |
2277
22452cfc3a55
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
gabucino
parents:
2257
diff
changeset
|
265 </UL> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
266 </LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
267 <LI><A HREF="#ports">6. Ports</A> |
2277
22452cfc3a55
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
gabucino
parents:
2257
diff
changeset
|
268 <UL> |
8636
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
269 <LI><A HREF="#linux">6.1 Linux</A> |
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
270 <UL> |
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
271 <LI><A HREF="#debian">6.1.1 Debian packaging</A></LI> |
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
272 <LI><A HREF="#rpm">6.1.2 RPM packaging</A></LI> |
8847
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
273 <LI><A HREF="#arm">6.1.3 ARM</A></LI> |
8636
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
274 </UL> |
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
275 </LI> |
8330 | 276 <LI><A HREF="#bsd">6.2 *BSD</A> |
7942
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
277 <UL> |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
278 <LI><A HREF="#freebsd">6.2.1 FreeBSD</A></LI> |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
279 <LI><A HREF="#openbsd">6.2.2 OpenBSD</A></LI> |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
280 </UL> |
8330 | 281 </LI> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
282 <LI><A HREF="#solaris">6.3 Solaris</A></LI> |
8847
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
283 <LI><A HREF="#sgi">6.4 Silicon Graphics / Irix</A></LI> |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
284 <LI><A HREF="#qnx">6.5 QNX</A></LI> |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
285 <LI><A HREF="#cygwin">6.6 Cygwin</A></LI> |
2277
22452cfc3a55
YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
gabucino
parents:
2257
diff
changeset
|
286 </UL> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
287 </LI> |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
288 <LI><A HREF="encoding.html">7. Encoding with MEncoder</A> |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
289 <UL> |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
290 <LI><A HREF="encoding.html#2pass">7.1 Encoding 2 or 3-pass MPEG-4 ("DIVX")</A></LI> |
9138
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
291 <LI><A HREF="encoding.html#mpeg">7.2 Encoding to MPEG format</A></LI> |
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
292 <LI><A HREF="encoding.html#rescaling">7.3 Rescaling movies</A></LI> |
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
293 <LI><A HREF="encoding.html#copying">7.4 Stream copying</A></LI> |
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
294 <LI><A HREF="encoding.html#fixing">7.5 Fixing AVIs with broken index</A></LI> |
9232 | 295 <UL> |
296 <LI><A HREF="encoding.html#appending">7.5.1 Appending multiple AVI files</A></LI> | |
297 </UL> | |
9138
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
298 <LI><A HREF="encoding.html#libavcodec">7.6 Encoding with the libavcodec codec family</A></LI> |
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
299 <LI><A HREF="encoding.html#image_files">7.7 Encoding from multiple input image files (JPEGs or PNGs)</A></LI> |
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
300 <LI><A HREF="encoding.html#vobsub">7.8 Extracting DVD subtitles to a Vobsub file</A></LI> |
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
301 <LI><A HREF="encoding.html#aspect">7.9 Preserving aspect ratio</A></LI> |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
302 </UL> |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
303 </LI> |
7365
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
304 <LI><A HREF="#mailing_lists">Appendix A - Mailing lists</A></LI> |
9138
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
305 <LI><A HREF="bugreports.html">Appendix B - How to report bugs</A></LI> |
7365
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
306 <LI><A HREF="#known_bugs">Appendix C - Known bugs</A></LI> |
9137
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
307 <LI><A HREF="skin.html">Appendix D - MPlayer skin format</A> |
9061
b840039be057
Skin file added to TOC and renumbered, one sentence reworded.
diego
parents:
9054
diff
changeset
|
308 <UL> |
9137
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
309 <LI><A HREF="skin.html#overview">D.1 Overview</A> |
9061
b840039be057
Skin file added to TOC and renumbered, one sentence reworded.
diego
parents:
9054
diff
changeset
|
310 <UL> |
9137
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
311 <LI><A HREF="skin.html#directories">D.1.1 Directories</A></LI> |
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
312 <LI><A HREF="skin.html#images">D.1.2 Images</A></LI> |
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
313 <LI><A HREF="skin.html#components">D.1.3 Skin components</A></LI> |
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
314 <LI><A HREF="skin.html#files">D.1.4 Files</A></LI> |
9061
b840039be057
Skin file added to TOC and renumbered, one sentence reworded.
diego
parents:
9054
diff
changeset
|
315 </UL> |
b840039be057
Skin file added to TOC and renumbered, one sentence reworded.
diego
parents:
9054
diff
changeset
|
316 </LI> |
9137
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
317 <LI><A HREF="skin.html#skinfile">D.2 The skin file</A> |
9061
b840039be057
Skin file added to TOC and renumbered, one sentence reworded.
diego
parents:
9054
diff
changeset
|
318 <UL> |
9137
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
319 <LI><A HREF="skin.html#mainwindow">D.2.1 Main window and playbar</A></LI> |
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
320 <LI><A HREF="skin.html#subwindow">D.2.2 Subwindow</A></LI> |
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
321 <LI><A HREF="skin.html#skinmenu">D.2.3 Skin menu</A></LI> |
9061
b840039be057
Skin file added to TOC and renumbered, one sentence reworded.
diego
parents:
9054
diff
changeset
|
322 </UL> |
b840039be057
Skin file added to TOC and renumbered, one sentence reworded.
diego
parents:
9054
diff
changeset
|
323 </LI> |
9137
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
324 <LI><A HREF="skin.html#fonts">D.3 Fonts</A> |
9061
b840039be057
Skin file added to TOC and renumbered, one sentence reworded.
diego
parents:
9054
diff
changeset
|
325 <UL> |
9137
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
326 <LI><A HREF="skin.html#symbols">D.3.1 Symbols</A></LI> |
9061
b840039be057
Skin file added to TOC and renumbered, one sentence reworded.
diego
parents:
9054
diff
changeset
|
327 </UL> |
b840039be057
Skin file added to TOC and renumbered, one sentence reworded.
diego
parents:
9054
diff
changeset
|
328 </LI> |
9137
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
329 <LI><A HREF="skin.html#guimessages">D.4 GUI messages</A></LI> |
9061
b840039be057
Skin file added to TOC and renumbered, one sentence reworded.
diego
parents:
9054
diff
changeset
|
330 </UL> |
b840039be057
Skin file added to TOC and renumbered, one sentence reworded.
diego
parents:
9054
diff
changeset
|
331 </LI> |
7365
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
332 <LI><A HREF="users_against_developers.html">Appendix E - Developer Cries</A> |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
333 <UL> |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
334 <LI><A HREF="users_against_developers.html#gcc">E.1 GCC 2.96</A></LI> |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
335 <LI><A HREF="users_against_developers.html#binary">E.2 Binary distribution</A></LI> |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
336 <LI><A HREF="users_against_developers.html#nvidia">E.3 nVidia</A></LI> |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
337 <LI><A HREF="users_against_developers.html#barr">E.4 Joe Barr</A></LI> |
7363
8acd8cb8fd52
Small HTML fix by Andras Mohari <mayday@varoshaza.nagyatad.hu>.
diego
parents:
7323
diff
changeset
|
338 </UL> |
8acd8cb8fd52
Small HTML fix by Andras Mohari <mayday@varoshaza.nagyatad.hu>.
diego
parents:
7323
diff
changeset
|
339 </LI> |
9387 | 340 <LI><A HREF="../tech/patches.txt">Appendix F - How to send patches</A></LI> |
3937 | 341 </UL> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
342 |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
343 <HR> |
1612 | 344 |
6974 | 345 |
346 | |
7047 | 347 <H1><A NAME="reading">0. How to read this documentation</A></H1> |
3984 | 348 |
349 <P>If you are a first-time installer: be sure to read everything from here to | |
350 the end of the Installation section, and follow the links you will find. If | |
7015
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6998
diff
changeset
|
351 you have any other questions, return to the Table of Contents and |
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6998
diff
changeset
|
352 search for the topic, read the <A HREF="faq.html">FAQ</A>, or try grepping |
10459 | 353 through the files. Most questions should be answered somewhere here and the |
354 rest has probably already been asked on our | |
355 <A HREF="#mailing_lists">mailing lists</A>. Check the | |
356 <A HREF="http://www.mplayerhq.hu/cgi-bin/htsearch">archives</A>, there is a | |
10460 | 357 lot of valuable information to be found there. And for another good advice, |
358 let me quote Chris Phillips from the | |
359 <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A> | |
360 mailing list:</P> | |
3984 | 361 |
10460 | 362 <BLOCKQUOTE> |
363 I said a while ago that there is such a difference between a newbie and | |
364 a dumbass. No matter what you actually know about a system (linux, cars, | |
365 girls :D) you should ALWAYS be able to take a step back and be objective, | |
366 otherwise, you're just dumb IMHO. A girl i live with assumed the vacuum | |
367 cleaner was broken because it didn't suck things up. never thought to change | |
368 the bag, becasue she'd never done it before... now that's just stupid, not a | |
369 case of simply not knowing what to do... Simply not being that familiar with | |
370 your surroundings is no excuse for a) laziness and b) ignorance. So many | |
371 people seem to see the word "error" and then stop... few seem to actually | |
372 read the words on the OTHER side of the colon. | |
373 </BLOCKQUOTE> | |
3984 | 374 |
6974 | 375 |
7047 | 376 <H1><A NAME="introduction">1. Introduction</A></H1> |
377 | |
378 | |
7814 | 379 <P>MPlayer is a movie player for LINUX (runs on many other Unices, and |
6974 | 380 <B>non-x86</B> CPUs, see the <A HREF="#ports">ports section</A>). It plays most |
8125 | 381 MPEG, VOB, AVI, OGG/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, |
10130 | 382 FILM, RoQ, PVA, Matroska files, supported by many native, XAnim, RealPlayer, and |
6974 | 383 Win32 DLL codecs. You can watch <B>VideoCD</B>, <B>SVCD</B>, <B>DVD</B>, |
10130 | 384 <B>3ivx</B>, <B>RealMedia</B>, <B>Sorenson</B>, <B>Theora</B> and <B>DivX</B> |
385 movies too (and you don't need the avifile | |
7814 | 386 library at all!). Another big feature of MPlayer is the wide range of |
6974 | 387 supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, |
7787
05e518badc1b
doc fixes part 1 (more will come when i find the time to read the rest)
attila
parents:
7700
diff
changeset
|
388 AAlib, DirectFB, but you can also use GGI and SDL (and this way all their |
05e518badc1b
doc fixes part 1 (more will come when i find the time to read the rest)
attila
parents:
7700
diff
changeset
|
389 drivers) and some lowlevel card-specific drivers (for Matrox, 3Dfx and Radeon, |
6974 | 390 Mach64, Permedia3) too! Most |
391 of them supports software or hardware scaling, so you can enjoy movies in | |
7814 | 392 fullscreen. MPlayer supports displaying through some hardware MPEG |
6974 | 393 decoder boards, such as the <B><A HREF="video.html#dvb">DVB</A></B> and |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
394 <B><A HREF="video.html#dxr3">DXR3/Hollywood+</A></B>. And what about the nice big antialiased |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
395 shaded subtitles (<B>10 supported types</B>) with European/ISO 8859-1,2 |
6974 | 396 (Hungarian, English, Czech, etc), Cyrillic, Korean fonts, and the onscreen |
397 display (OSD)?</P> | |
1612 | 398 |
6583 | 399 <P>The player is rock solid playing damaged MPEG files (useful for some VCDs), |
6974 | 400 and it plays bad AVI files which are unplayable with the famous |
401 windows media player. Even AVI files without index chunk are playable, and | |
402 you can temporarily rebuild their indexes with the <CODE>-idx</CODE> option, or | |
7814 | 403 permanently with MEncoder, thus enabling seeking! |
6974 | 404 As you see, stability and quality are the most important things, |
405 but the speed is also amazing.</P> | |
1612 | 406 |
8133
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
407 <P>MEncoder (MPlayer's Movie Encoder) is a simple movie encoder, |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
408 designed to encode MPlayer-playable movies |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
409 (<B>AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET/PVA</B>) to other |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
410 MPlayer-playable formats (see below). It can encode with various codecs, like |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
411 <B>DivX4</B> (1 or 2 passes), libavcodec, |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
412 <B>PCM</B>/<B>MP3</B>/<B>VBR MP3</B> audio. Also has powerful plugin system |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
413 for video manipulation.</P> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
414 |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
415 <H4>MEncoder features</H4> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
416 |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
417 <UL> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
418 <LI>encoding from the wide range of fileformats and decoders of MPlayer</LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
419 <LI>encoding to all the codecs of ffmpeg's |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
420 <A HREF="codecs.html#libavcodec">libavcodec</A></LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
421 <LI>video encoding from <B>V4L compatible TV tuners</B></LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
422 <LI>encoding/multiplexing to interleaved AVI files with proper index</LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
423 <LI>creating files from external audio stream</LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
424 <LI>1, 2 or 3 pass encoding</LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
425 <LI><B>VBR</B> MP3 audio - <B>IMPORTANT NOTE:</B> VBR MP3 audio doesn't |
9230 | 426 always play nicely on Windows players!</LI> |
8133
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
427 <LI>PCM audio</LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
428 <LI>stream copying</LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
429 <LI>input A/V synchronizing (PTS-based, can be disabled with -mc 0 option)</LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
430 <LI>FPS correction with <CODE>-ofps</CODE> option (useful when encoding |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
431 29.97fps VOB to 24fps AVI)</LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
432 <LI>using our very powerful plugin system (crop, expand, flip, postprocess, |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
433 rotate, scale, rgb/yuv conversion)</LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
434 <LI>can encode DVD/VOBsub <B>AND</B> text subtitles into the output file</LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
435 <LI>can rip DVD subtitles to Vobsub format</LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
436 </UL> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
437 |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
438 <H4>Planned features</H4> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
439 |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
440 <UL> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
441 <LI>even wider variety of available en/decoding formats/codecs |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
442 (creating VOB files with DivX4/Indeo5/VIVO streams :)</LI> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
443 </UL> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
444 |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
445 <P>MPlayer and MEncoder can be distributed under the terms of the GNU General |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
446 Public License Version 2.</P> |
630360b15089
Redundant compilation section removed, MEncoder features section moved to
diego
parents:
8125
diff
changeset
|
447 |
4680 | 448 |
7054 | 449 <H2><A NAME="history">1.1 History</A></H2> |
1612 | 450 |
10208
56aa5a5ea2ca
some clarifications (Diego pls check for the spelling errors ;)
alex
parents:
10190
diff
changeset
|
451 <P><I>"This began a year ago... |
56aa5a5ea2ca
some clarifications (Diego pls check for the spelling errors ;)
alex
parents:
10190
diff
changeset
|
452 I have tried lots of players under linux (mtv,xmps,dvdview,livid/oms,videolan, |
6974 | 453 xine,xanim,avifile,xmmp) but they all have some problem. Mostly with special |
454 files or with audio/video sync. Most of them is unable to play both MPEG1, | |
455 MPEG2 and AVI (DivX) files. Many players have image quality or speed problems | |
10208
56aa5a5ea2ca
some clarifications (Diego pls check for the spelling errors ;)
alex
parents:
10190
diff
changeset
|
456 too. So I've decided to write/modify one..."</I> A'rpi, 2001</P> |
1612 | 457 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
458 <UL> |
6974 | 459 <LI><B>mpg12play v0.1-v0.3:</B> Sep 22-25, 2000<BR> |
1612 | 460 The first try, hacked together in a half hour! |
461 I've used libmpeg3 from www.heroinewarrior.com up to the version 0.3, | |
4090 | 462 but there were image quality and speed problems with it.</LI> |
6974 | 463 <LI><B>mpg12play v0.5-v0.87:</B> Sep 28-Oct 20, 2000<BR> |
1612 | 464 Mpeg codec replaced with DVDview by Dirk Farin, it was a great stuff, |
10208
56aa5a5ea2ca
some clarifications (Diego pls check for the spelling errors ;)
alex
parents:
10190
diff
changeset
|
465 but it was slow and was written in C++ (A'rpi hates C++!)</LI> |
6974 | 466 <LI><B>mpg12play v0.9-v0.95pre5:</B> Oct 21-Nov 2, 2000<BR> |
6981 | 467 Mpeg codec was libmpeg2 (mpeg2dec) by Aaron Holtzman & Michel Lespinasse. |
1612 | 468 It's great, optimized very fast C code with perfect image quality and |
4090 | 469 100% MPEG standard conformance.</LI> |
8177 | 470 <LI><B>MPlayer v0.01:</B> Nov 11, 2000<BR> |
8402 | 471 The first MPlayer.</LI> |
6974 | 472 <LI><B>MPlayer v0.3-v0.9:</B> Nov 18-Dec 4, 2000<BR> |
5105 | 473 It was a pack of two programs: mpg12play v0.95pre6 and my new simple AVI |
4090 | 474 player 'avip' based on avifile's Win32 DLL loader.</LI> |
6974 | 475 <LI><B>MPlayer v0.10:</B> Jan 1, 2001<BR> |
4090 | 476 The MPEG and AVI player in a single binary!</LI> |
6974 | 477 <LI><B>MPlayer v0.11pre series:</B><BR> |
1612 | 478 Some new developers joined and from 0.11 the mplayer project is a team-work! |
4090 | 479 Added .ASF file support, and OpenDivX (see www.projectmayo.com) en/decoding.</LI> |
6974 | 480 <LI><B>MPlayer v0.17a "The IdegCounter"</B> Apr 27, 2001<BR> |
1612 | 481 The release version of the 0.11pre after 4 months of heavy development! |
482 Try it, and be amazed! Thousands of new features added... and of course | |
4090 | 483 old code was improved too, bugs removed etc.</LI> |
6974 | 484 <LI><B>MPlayer 0.18 "The BugCounter"</B> Jul 9, 2001<BR> |
1612 | 485 2 months since 0.17 and here's a new release.. Completed ASF support, |
486 more subtitle formats, introduced libao (similar to libvo but to audio), | |
6868
f6e17d2b448e
The rectangle of the rectangle plugin is not necessarily white.
diego
parents:
6849
diff
changeset
|
487 even more stable than ever, and so on. It's a MUST!</LI> |
6974 | 488 <LI><B>MPlayer 0.50 "The Faszom(C)ounter"</B> Oct 8, 2001<BR> |
2002 | 489 Hmm. Release again. Tons of new features, beta GUI version, bugs fixed, |
490 new vo and ao drivers, ported to many systems, including opensource DivX | |
4090 | 491 codecs and much more. Try it!</LI> |
6974 | 492 <LI><B>MPlayer 0.60 "The RTFMCounter"</B> Jan 3, 2002<BR> |
4090 | 493 MOV/VIVO/RM/FLI/NUV fileformats support, native CRAM, Cinepak, ADPCM codecs, |
494 and support for XAnim's binary codecs; DVD subtitles support, first | |
495 release of MEncoder, TV grabbing, cache, liba52, countless fixes.</LI> | |
8177 | 496 <LI><B>MPlayer 0.90pre10 "The BirthdayCounter"</B> Nov 11, 2002<BR> |
497 Although this is not a release, I am going to mention it because it | |
498 came out 2 years after MPlayer v0.01. Happy birthday, MPlayer!</LI> | |
8582 | 499 <LI><B>MPlayer 0.90rc1 "The CodecCounter"</B> Dec 7, 2002<BR> |
8555 | 500 Again not a release, but after adding Sorenson 3 (QuickTime) and Windows |
501 Media 9 support, MPlayer is the world's first movie player with support | |
502 for all known video formats!</LI> | |
10130 | 503 <LI><B>MPlayer 0.90 "The CounterCounter"</B> Apr 6, 2003<BR> |
504 After more than 1 year, we finally concluded that the code was indeed | |
505 stable again, and ready to be published as a release. Unfortunately we | |
506 forgot even to increase the version number, and other annoying bugs went | |
507 in, so get ready for...</LI> | |
508 <LI><B>MPlayer 0.91 "?"</B> date yet unknown</LI> | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
509 </UL> |
1612 | 510 |
6974 | 511 |
7054 | 512 <H2><A NAME="installation">1.2 Installation</A></H2> |
1612 | 513 |
3288 | 514 <P>In this chapter I'll try to guide you through the compiling and |
7814 | 515 configuring process of MPlayer. It's not easy, but it won't necessarily |
6974 | 516 be hard. If you experience a different behavior than what I explain, please |
517 search through this documentation and you'll find your answers. If you | |
518 see links, please follow them and read carefully what they contain. It | |
9617 | 519 will take some time, but it IS worth it.</P> |
3288 | 520 |
4177 | 521 <P>You need a fairly recent system. On Linux, 2.4.x kernels are recommended.</P> |
3288 | 522 |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
523 <H4>Software requirements:</H4> |
3238 | 524 |
1748 | 525 <UL> |
526 <LI><B>binutils</B> - suggested version is <B>2.11.x</B> . This program is | |
3288 | 527 responsible for generating MMX/3DNow!/etc instructions, thus very important.</LI> |
10130 | 528 <LI><B>gcc</B> - suggested versions are: <B>2.95.3</B> (maybe <B>2.95.4</B>) and <B>3.3+</B>. |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
529 <B>NEVER</B> use 2.96 or 3.0.x! They generate faulty code for MPlayer. |
10130 | 530 If you decide to change gcc from 2.96, then don't decide in favor of 3.x |
531 just because it's newer! Early releases of 3.x were even more buggy than | |
6574 | 532 2.96. So downgrade to 2.95.x (downgrade libstdc++ too, other programs may |
533 need it) or don't up/downgrade at all (but in this case, be prepared for | |
10130 | 534 runtime problems). If you vote for 3.x, try to use the latest version, |
535 early releases had various bugs, so be sure you use at least 3.3, it's | |
7076
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
536 tested and working. For detailed information about gcc 2.96's bugs (that are |
7814 | 537 still NOT fixed, they have been WORKED AROUND in MPlayer!), see the |
7076
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
538 <A HREF="users_against_developers.html#gcc">gcc 2.96</A> section and the |
6669
917fa27c7d32
Update about gcc 3.0.4. The problem is not Red Hat specific.
diego
parents:
6617
diff
changeset
|
539 <A HREF="faq.html">FAQ</A>.</LI> |
10130 | 540 <LI><B>XFree86</B> - suggested version is <B>always the newest (4.3)</B>. |
6574 | 541 Normally, everyone wants this, as starting with XFree86 4.0.2, it contains |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
542 the <A HREF="video.html#xv">XVideo</A> extension (somewhere referred to |
3288 | 543 as <B>Xv</B>) which is needed to enable the hardware YUV acceleration (fast |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
544 image display) on cards that support it.<BR> |
6574 | 545 Make sure its <B>development package</B> is installed, too, otherwise |
3288 | 546 it won't work.<BR> |
6593
a2937bae0651
Expanded RTC section. It now explains how to allow RTC via /proc on newer
diego
parents:
6583
diff
changeset
|
547 For some video cards you don't need XFree86. See list below.</LI> |
1748 | 548 <LI><B>make</B> - suggested version is <B>always the newest</B> (at least 3.79.x). This |
3288 | 549 usually isn't important.</LI> |
3774 | 550 <LI><B>SDL</B> - it's not mandatory, but can help in some cases (bad audio, |
6593
a2937bae0651
Expanded RTC section. It now explains how to allow RTC via /proc on newer
diego
parents:
6583
diff
changeset
|
551 video cards that lag strangely with the xv driver). Always use the newest |
6121 | 552 (beginning from 1.2.x).</LI> |
6593
a2937bae0651
Expanded RTC section. It now explains how to allow RTC via /proc on newer
diego
parents:
6583
diff
changeset
|
553 <LI><B>libjpeg</B> - optional JPEG decoder, used by -mf and some QT MOV files. |
7814 | 554 Useful for both MPlayer and MEncoder if you plan to work with jpeg files.</LI> |
5105 | 555 <LI><B>libpng</B> - recommended and default (M)PNG decoder. Required for GUI. |
7814 | 556 Useful for both MPlayer and MEncoder.</LI> |
6574 | 557 <LI><B>lame</B> - recommended, needed for encoding MP3 audio with MEncoder, |
558 suggested version is <B>always the newest</B> (at least 3.90).</LI> | |
5860 | 559 <LI><B>libogg</B> - optional, needed for playing OGG file format.</LI> |
560 <LI><B>libvorbis</B> - optional, needed for playing OGG Vorbis audio.</LI> | |
7813
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7792
diff
changeset
|
561 <LI><B><A HREF="http://www.live.com/mplayer/">LIVE.COM Streaming Media</A></B> |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7792
diff
changeset
|
562 - optional, needed for playing RTSP/RTP streams.</LI> |
8177 | 563 <LI><B>directfb</B> - optional, from |
564 <A HREF="http://www.directfb.org">http://www.directfb.org</A></LI> | |
565 <LI><B>cdparanoia</B> - optional, for CDDA support</LI> | |
566 <LI><B>libfreetype</B> - optional, for TTF fonts support. At least 2.0.9 is | |
567 required.</LI> | |
8831
e35d561f002e
XMMS plugin support, ARM section updated, some whitespace for the IRIX
diego
parents:
8827
diff
changeset
|
568 <LI><B>libxmms</B> - optional, for XMMS input plugin support. At least 1.2.7 is |
e35d561f002e
XMMS plugin support, ARM section updated, some whitespace for the IRIX
diego
parents:
8827
diff
changeset
|
569 required.</LI> |
10130 | 570 <LI><B>libsmb</B> - optional, for Samba support.</LI> |
3238 | 571 </UL> |
572 | |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
573 <H4>Codecs:</H4> |
3238 | 574 |
575 <UL> | |
6974 | 576 <LI><B>libavcodec</B>: This codec package is capable of decoding |
10130 | 577 H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1/WMV2/SVQ1/SVQ3 encoded |
578 video streams and WMA (Windows Media Audio) v1/v2 audio streams, on | |
6974 | 579 multiple platforms. It is also known to be the fastest for this task. |
7076
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
580 See the <A HREF="codecs.html#libavcodec">libavcodec</A> section for details. |
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
581 Features:<BR> |
6974 | 582 <UL> |
6981 | 583 <LI>gain decoding of videos mentioned above, on non-x86 machines</LI> |
6974 | 584 <LI>encoding with most of the mentioned codecs</LI> |
585 <LI>this codec is the <B>fastest codec available</B> for DivX/3/4/5 and | |
586 other MPEG4 types. Recommended!</LI> | |
587 </UL> | |
588 </LI> | |
9272 | 589 <LI><B>Win32 codecs</B>: If you plan to use MPlayer on x86 architecture, you |
590 will possibly need them. Download the Win32 codecs from our | |
591 <A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">codecs page</A> | |
10187
f4e0b637ffc5
/usr/local/lib/codecs is now the default codecs directory.
diego
parents:
10186
diff
changeset
|
592 and install them to <CODE>/usr/local/lib/codecs/</CODE> <B>BEFORE</B> compiling |
9272 | 593 MPlayer, otherwise no Win32 support will be compiled!<BR> |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
594 <B>Note:</B> the avifile project has a similar codecs package, but it differs |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
595 from ours. If you want to use all supported codecs, then install our package |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
596 (do not worry, avifile works with it without problems). Features:<BR> |
6974 | 597 <UL> |
598 <LI>you need this if you want to play or encode for example movies recorded | |
599 with various hardware compressors, like tuner cards, digital cameras | |
600 (example: DV, ATI VCR, MJPEG)</LI> | |
10130 | 601 <LI>needed if you want to play <B>WMV9/WMA9 movies</B>.</LI> |
8351 | 602 <LI>Not needed for old |
6974 | 603 ASF's with MP41 or MP42 video (though VoxWare audio is frequent for these |
8070 | 604 files - it's done by the Win32 codec), or WMV7. Also not needed |
605 for WMA (Windows Media Audio), libavcodec has opensource decoder | |
606 for that.</LI> | |
6974 | 607 </UL> |
608 </LI> | |
10130 | 609 <LI><B>QuickTime codecs</B>: on x86 platforms these codecs are needed |
610 to decode RPZA, and other QuickTime video, and QDesign audio streams. | |
611 Installation instructions can be found in the | |
8351 | 612 <A HREF="codecs.html#sorenson">Sorenson video codec</A> section.</LI> |
6974 | 613 <LI><B>DivX4/DivX5</B>: information about this codec is available in the |
614 <A HREF="codecs.html#divx">DivX4/DivX5</A> section. You possibly don't want | |
615 this codec as <B>libavcodec</B> (see above) is much faster and has better | |
616 quality than this, for both decoding and encoding.<BR> | |
617 Features: | |
618 <UL> | |
619 <LI>1 pass or 2 pass encoding with | |
620 <A HREF="encoding.html">MEncoder</A></LI> | |
621 <LI>can play old <B>DivX3</B> movies much faster than the Win32 DLL but | |
622 slower than <B>libavcodec</B>!</LI> | |
623 <LI>it's closed-source, and only an x86 version is available.</LI> | |
624 </UL> | |
625 </LI> | |
626 <LI><B>XviD</B>: Open source encoding alternative to Divx4Linux<BR> | |
627 Features: | |
628 <UL> | |
629 <LI>1 pass or 2 pass encoding with | |
630 <A HREF="encoding.html">MEncoder</A></LI> | |
631 <LI>it's open-source, so it's multiplatform.</LI> | |
632 <LI>it's about 2 times faster than DivX4 when encoding - about the same | |
633 quality</LI> | |
634 </UL> | |
635 </LI> | |
636 <LI>The <A HREF="codecs.html#xanim">XAnim codecs</A> are the best (full | |
637 screen, hardware YUV zoom) for decoding <B>3ivx</B> and Indeo 3/4/5 movies, | |
638 and some old formats. And they are multiplatform, so this is the only way to | |
639 play Indeo on non-x86 platforms (well, apart from using XAnim:). But for | |
7814 | 640 example Cinepak movies are best played with MPlayer's own Cinepak |
6974 | 641 decoder!</LI> |
642 <LI>For <B>Ogg Vorbis</B> audio decoding you need to install | |
643 <CODE>libvorbis</CODE> properly. Use deb/rpm packages if available, or | |
644 compile from | |
645 <A HREF="http://ogg.org/ogg/vorbis/download/vorbis_nightly_cvs.tgz">source</A> | |
646 (this is a nightly updated tarball of Vorbis CVS).</LI> | |
7814 | 647 <LI>MPlayer can use the libraries of RealPlayer 8 or RealONE to play |
7640 | 648 files with <B>RealVideo 2.0 - 4.0</B> video, and Sipro/Cook audio. See |
6974 | 649 <A HREF="formats.html#real">RealMedia file format</A> section for |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
650 installation instructions and more information.</LI> |
3238 | 651 </UL> |
652 | |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
653 <H4>Video Cards</H4> |
6593
a2937bae0651
Expanded RTC section. It now explains how to allow RTC via /proc on newer
diego
parents:
6583
diff
changeset
|
654 |
a2937bae0651
Expanded RTC section. It now explains how to allow RTC via /proc on newer
diego
parents:
6583
diff
changeset
|
655 <P>There are generally two kind of video cards. One kind (the newer cards) has |
6974 | 656 <B>hardware scaling and YUV acceleration</B> support, the other cards don't.</P> |
657 | |
7047 | 658 <H4>YUV cards</H4> |
6974 | 659 |
660 <P>They can display and scale (zoom) the picture to any size that fits in | |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
661 their memory, with <B>small CPU usage</B> (even when zooming), thus |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
662 fullscreen playing is nice and very fast.</P> |
3288 | 663 |
3238 | 664 <UL> |
6974 | 665 <LI><B>Matrox G200/G400/G450/G550 cards</B>: although a |
666 <A HREF="video.html#vidix">Vidix driver</A> is provided, it is recommended | |
7787
05e518badc1b
doc fixes part 1 (more will come when i find the time to read the rest)
attila
parents:
7700
diff
changeset
|
667 to use the mga_vid kernel module instead, for it works much better. |
6974 | 668 Please see the <A HREF="video.html#mga_vid">mga_vid</A> section about its |
669 installation and usage. It is important to do these steps <I>before</I> | |
7814 | 670 compiling MPlayer, otherwise no mga_vid support will be built. Also |
6974 | 671 check out the <A HREF="video.html#tv-out_matrox">Matrox TV-out</A> section. |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
672 <U><B>If you don't use Linux</B></U>, your only possibility is the VIDIX |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
673 driver: read the <A HREF="video.html#vidix">VIDIX</A> section.</LI> |
6974 | 674 <LI><B>3Dfx Voodoo3/Banshee cards</B>: please see the |
675 <A HREF="video.html#tdfxfb">tdfxfb</A> section in order to gain big | |
7015
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6998
diff
changeset
|
676 speedup. It is important to do these steps <B>before</B> compiling |
7814 | 677 MPlayer, otherwise no 3Dfx support will be built. Also see the <A |
7015
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6998
diff
changeset
|
678 HREF="video.html#tv-out_voodoo">3dfx TV-out section</A>. If you use X, use |
72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
diego
parents:
6998
diff
changeset
|
679 <B>at least 4.2.0</B>, as the 3dfx Xv driver was broken in 4.1.0 and earlier |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
680 releases.</LI> |
6974 | 681 <LI><B>ATI cards</B>: <A HREF="video.html#vidix">Vidix driver</A> is |
682 provided for the following cards: | |
683 <B>Radeon</B>, <B>Rage128</B>, <B>Mach64</B> (Rage XL/Mobility, Xpert98). | |
684 Also see the <A HREF="video.html#tv-out_ati">ATI cards | |
685 section</A> of the TV-out documentation, to know if you card's TV-out is | |
686 supported under Linux/MPlayer.</LI> | |
687 <LI><B>S3 cards</B>: the Savage and Virge/DX chips have hardware acceleration. | |
688 Use as new XFree86 version as possible, older drivers are buggy. Savage chips | |
689 have problems with YV12 display, see <A HREF="video.html#xv_s3">S3 Xv | |
690 section</A> for details. Older, Trio cards have no, or slow hardware | |
691 support.</LI> | |
8260 | 692 <LI><B>nVidia cards</B>: may or may not be good choice for video playing. |
693 If you do not have a GeForce2 (or newer) card, it's not likely to work | |
694 without bugs. | |
695 <B>The built-in nVidia driver in XFree86 does not support hardware YUV | |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
696 acceleration on all nVidia cards.</B> You have to download nVidia's |
8260 | 697 closed-source drivers from nVidia.com. See the |
698 <A HREF="video.html#xv_nvidia">nVidia Xv driver</A> section for | |
699 details. Please also check the <A HREF="video.html#tv-out_nvidia">nVidia | |
700 TV-out section</A> if you wish to use a TV.</LI> | |
6974 | 701 <LI><B>3DLabs GLINT R3 and Permedia3</B>: a VIDIX driver is provided |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
702 (pm3_vid). Please see the <A HREF="video.html#vidix">VIDIX</A> section for |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
703 details.</LI> |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
704 <LI><B>Other cards</B>: None of the above? |
6974 | 705 <UL> |
706 <LI>Try if the XFree86 driver (and your card) supports hardware | |
707 acceleration. See the <A HREF="video.html#xv">Xv section</A> for | |
708 details.</LI> | |
709 <LI>If it doesn't, then your card's video features aren't supported under | |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
710 your operating system :(<BR> |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
711 If hardware scaling works under Windows, it doesn't mean it will work |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
712 under Linux or other operating systems: it depends on the drivers. Most |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
713 manufacturers neither make Linux drivers nor release specifications |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
714 for their chips, so you are unlucky using their cards. |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
715 See 'Non-YUV cards'.</LI> |
6974 | 716 </UL> |
717 </LI> | |
3238 | 718 </UL> |
3288 | 719 |
7047 | 720 <H4>Non-YUV cards</H4> |
3288 | 721 |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
722 <P>Fullscreen playing can be achieved by either enabling <B>software scaling</B> |
9644
0fe056bdb135
vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
jonas
parents:
9617
diff
changeset
|
723 (use the <CODE>-zoom</CODE> or <CODE>-vf scale</CODE> |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
724 option, but I warn you: this is slow), or switching to a small resolution |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
725 video mode, for example 352x288. If you don't have YUV acceleration, the |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
726 latter method is recommended. Video mode switching can be enabled by |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
727 using the <CODE>-vm</CODE> option and it works with the following drivers:</P> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
728 |
3288 | 729 <UL> |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
730 <LI><B>using</B> XFree86: see the |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
731 <A HREF="video.html#dga">DGA driver</A> and |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
732 <A HREF="video.html#x11">X11 driver</A> sections for details. DGA is |
5105 | 733 recommended! Also try DGA via SDL, sometimes it's better.</LI> |
6868
f6e17d2b448e
The rectangle of the rectangle plugin is not necessarily white.
diego
parents:
6849
diff
changeset
|
734 <LI><B>not using</B> XFree86: try the drivers in the following order: |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
735 <A HREF="video.html#vesa">vesa</A>, |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
736 <A HREF="video.html#fbdev">fbdev</A>, |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
737 <A HREF="video.html#svgalib">svgalib</A>, |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
738 <A HREF="video.html#aalib">aalib</A>.</LI> |
3288 | 739 </UL> |
2471 | 740 |
7047 | 741 <H4>Some cards:</H4> |
6960 | 742 |
743 <UL> | |
744 <LI><B>Cirrus Logic cards</B>: | |
745 <UL> | |
746 <LI>GD 7548: present on-board and tested in Compaq Armada 41xx notebook | |
747 series. | |
748 <UL> | |
749 <LI>XFree86 3: works in 8/16bpp modes. However, the driver is | |
7640 | 750 dramatically slow and buggy in 800x600@16bpp. |
6960 | 751 <B>Recommended: 640x480@16bpp</B></LI> |
752 <LI>XFree86 4: the Xserver freezes soon after start unless | |
753 acceleration is disabled, but then the whole thing gets | |
754 slower than XFree86 3. No XVideo.</LI> | |
7640 | 755 <LI>FBdev: framebuffer can be turned on with the <CODE>clgenfb</CODE> |
756 driver in the kernel, though for me it worked only in 8bpp, thus | |
757 unusable. The clgenfb source had to be extended with the 7548 ID | |
758 before compilation.</LI> | |
6960 | 759 <LI>VESA: the card is only VBE 1.2 capable, so VESA output can't be |
760 used. Can't be workarounded with UniVBE.</LI> | |
761 <LI>SVGAlib: detects an older Cirrus chip. Usable but slow with | |
762 <CODE>-bpp 8</CODE>.</LI> | |
763 </UL> | |
764 </LI> | |
765 </UL> | |
766 </LI> | |
767 </UL> | |
768 | |
769 | |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
770 <H4>Sound cards:</H4> |
3239
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3238
diff
changeset
|
771 |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3238
diff
changeset
|
772 <UL> |
6974 | 773 <LI><B>Soundblaster Live!</B>: with this card you can use 4 or 6 (<B>5.1</B>) |
774 channels AC3 decoding instead of 2. Read the | |
775 <A HREF="codecs.html#software_ac3">Software AC3 decoding</A> section. | |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
776 For hardware AC3 passthrough you <B>must</B> use ALSA 0.9 with OSS emulation!</LI> |
6974 | 777 <LI><B>C-Media with SP/DIF out</B>: hardware AC3 passthrough is possible |
778 with these cards, see | |
779 <A HREF="codecs.html#hardware_ac3">Hardware AC3 decoding</A> section.</LI> | |
7814 | 780 <LI>Features of <B>other cards</B> aren't supported by MPlayer. |
6974 | 781 <U>It's very recommended to read the <A HREF="sound.html">sound card |
782 section</A>!</U></LI> | |
3239
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3238
diff
changeset
|
783 </UL> |
ef38487113b1
"Software AC3 decoding" section. Patch by Stephen Davies <steve@daviesfam.org>
gabucino
parents:
3238
diff
changeset
|
784 |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
785 <H4>Features:</H4> |
1731 | 786 |
3238 | 787 <UL> |
6974 | 788 <LI>Decide if you need GUI. If you do, see the <A HREF="#gui">GUI section</A> |
789 before compiling.</LI> | |
7814 | 790 <LI>If you want to install MEncoder (our great all-purpose encoder), |
6974 | 791 see the <A HREF="encoding.html">MEncoder section</A>.</LI> |
792 <LI>If you have a V4L compatible <B>TV tuner</B> card, and wish to watch/grab | |
7814 | 793 and encode movies with MPlayer, read the <A HREF="#tv">TV input</A> |
6974 | 794 section.</LI> |
8260 | 795 <LI>There is a neat <B>OSD Menu</B> support ready to be used. Check the |
796 <A HREF="#menu">OSD Menu</A> section.</LI> | |
6593
a2937bae0651
Expanded RTC section. It now explains how to allow RTC via /proc on newer
diego
parents:
6583
diff
changeset
|
797 </UL> |
a2937bae0651
Expanded RTC section. It now explains how to allow RTC via /proc on newer
diego
parents:
6583
diff
changeset
|
798 |
7814 | 799 <P>Then build MPlayer:</P> |
1682 | 800 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
801 <PRE> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
802 ./configure |
1682 | 803 make |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
804 make install |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
805 </PRE> |
1612 | 806 |
10458 | 807 <P>At this point, MPlayer is ready to use. The |
808 <CODE>$PREFIX/etc/mplayer/codecs.conf</CODE> file is needed only when you | |
809 want to change its properties, as the main binary contains an internal copy | |
810 of it.<BR> Check if you have <CODE>codecs.conf</CODE> in your home directory | |
811 (<CODE>~/.mplayer/codecs.conf</CODE>) left from old MPlayer versions, and | |
812 remove it.</P> | |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
813 |
10402 | 814 <P>Note that if you have a <CODE>codecs.conf</CODE> in <CODE>~/.mplayer/</CODE>, |
815 the builtin and system <CODE>codecs.conf</CODE> will be ignored completely. | |
816 Do not do this unless you want to fiddle with MPlayer internals as this can | |
10458 | 817 can cause many problems. If you want to change the codecs search order, use |
10402 | 818 the <CODE>-vc</CODE>, <CODE>-ac</CODE>, <CODE>-vfm</CODE>, or <CODE>-afm</CODE> |
819 options either on the command line or in your config file (see the manual | |
820 page).</P> | |
821 | |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
822 <P><B>Debian users</B> can build a <CODE>.deb</CODE> package for themselves, |
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
823 it's very simple. Just exec <CODE>fakeroot debian/rules binary</CODE> in |
7814 | 824 MPlayer's root directory. See |
7076
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
825 <A HREF="documentation.html#debian">Debian packaging</A> for detailed |
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
826 instructions.</P> |
3774 | 827 |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
828 <P><B>Always browse the output of <CODE>./configure</CODE></B>, and the |
6960 | 829 <CODE>configure.log</CODE> file, they contain information about what will be |
830 built, and what will not. You may also want to view <CODE>config.h</CODE> and | |
831 <CODE>config.mak</CODE> files.<BR> | |
832 If you have some libraries installed, but not detected by | |
833 <CODE>./configure</CODE>, then check if you also have the proper header files | |
834 (usually the -dev packages) and their version matches. The | |
835 <CODE>configure.log</CODE> file usually tells you what is missing.</P> | |
836 | |
837 <P>Though not mandatory, the fonts should be installed in order to gain OSD, | |
8396 | 838 and subtitle functionality. The recommended method is installing a TTF |
839 font file and telling MPlayer to use it. See the | |
840 <A HREF="#install_osd">Subtitles and OSD</A> section for details.</P> | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
841 |
1612 | 842 |
843 | |
7054 | 844 <H2><A NAME="gui">1.3 What about the GUI?</A></H2> |
1612 | 845 |
9232 | 846 <P>The GUI needs GTK 1.2.x (it isn't fully GTK, but the panels are). The skins |
847 are stored in PNG format, so gtk, libpng (and their devel stuff, usually | |
848 called gtk-dev and libpng-dev) has to be installed. | |
6960 | 849 You can build it by specifying <CODE>--enable-gui</CODE> during |
9977 | 850 <CODE>./configure</CODE>. Then, to turn on GUI mode, you have to</P> |
851 execute the <CODE>gmplayer</CODE> binary.</LI> | |
6960 | 852 </UL> |
1612 | 853 |
7323 | 854 <P>Currently you can't use the <CODE>-gui</CODE> option on the command line, |
855 due to technical reasons.</P> | |
856 | |
7814 | 857 <P>As MPlayer doesn't have a skin included, you have to download them if |
6960 | 858 you want to use the GUI. See the |
859 <A HREF="http://www.mplayerhq.hu/homepage/dload.html">download page</A>. | |
860 They should be extracted to the usual system-wide directory | |
861 (<CODE>$PREFIX/share/mplayer/Skin</CODE>), or to | |
7814 | 862 <CODE>$HOME/.mplayer/Skin</CODE>. MPlayer by default looks in these |
6960 | 863 directories for a directory named <I>default</I>, but you can use the |
864 <CODE>-skin newskin</CODE> option, or the <CODE>skin=newskin</CODE> config | |
865 file directive to use the skin in <CODE>*/Skin/newskin</CODE> directory.</P> | |
2062 | 866 |
6974 | 867 |
7054 | 868 <H2><A NAME="subtitles_osd">1.4 Subtitles and OSD</A></H2> |
1714 | 869 |
5811 | 870 <P> |
7814 | 871 MPlayer can display subtitles along with movie files. Currently the following |
6960 | 872 formats are supported:</P> |
5811 | 873 <UL> |
6960 | 874 <LI>VobSub</LI> |
9151 | 875 <LI>OGM</LI> |
876 <LI>CC (closed caption)</LI> | |
6960 | 877 <LI>Microdvd</LI> |
878 <LI>SubRip</LI> | |
879 <LI>SubViewer</LI> | |
880 <LI>Sami</LI> | |
881 <LI>VPlayer</LI> | |
882 <LI>RT</LI> | |
883 <LI>SSA</LI> | |
884 <LI>MPsub</LI> | |
885 <LI>AQTitle</LI> | |
10276 | 886 <LI><A HREF="http://unicorn.us.com/jacosub/">JACOsub</A></LI> |
5811 | 887 </UL> |
6960 | 888 |
9150 | 889 <P>MPlayer can dump the previously listed subtitle formats (<B>except |
9151 | 890 the three first</B>) into the following destination formats, with the given |
9150 | 891 options:</P> |
8177 | 892 |
893 <UL> | |
894 <LI>MPsub: <CODE>-dumpmpsub</CODE></LI> | |
895 <LI>SubRip: <CODE>-dumpsrtsub</CODE></LI> | |
896 <LI>Microdvd: <CODE>-dumpmicrodvdsub</CODE></LI> | |
8396 | 897 <LI>JACOsub: <CODE>-dumpjacosub</CODE></LI> |
898 <LI>Sami: <CODE>-dumpsami</CODE></LI> | |
8177 | 899 </UL> |
900 | |
10130 | 901 <P>MEncoder can dump DVD subtitles into |
902 <A HREF="encoding.html#vobsub">VobSub</A> format.</P> | |
903 | |
8177 | 904 <P>The command line options differ slightly for the different formats:</P> |
2210 | 905 |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
906 <H4>VobSub subtitles</H4> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
907 |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
908 <P>VobSub subtitles consist of a big (some megabytes) .SUB file, and optional |
6960 | 909 .IDX and/or .IFO files.<BR> |
8548 | 910 Usage: If you have files like <CODE>sample.sub</CODE>, |
8625 | 911 <CODE>sample.ifo</CODE> (optional), <CODE>sample.idx</CODE> - you have to pass |
8548 | 912 MPlayer the <CODE>-vobsub sample [-vobsubid <id>]</CODE> options (full |
913 path optional). The <CODE>-vobsubid</CODE> option is like <CODE>-sid</CODE> | |
914 for DVDs, you can choose between subtitle tracks (languages) with it. In case | |
915 that <CODE>-vobsubid</CODE> is omitted, MPlayer will try to use the languages | |
916 given by the <CODE>-slang</CODE> option and fall back to the | |
8759 | 917 <CODE>langidx</CODE> item in the .IDX file to set the subtitle language. If |
8548 | 918 that fails, there will be no subtitles.</P> |
4086 | 919 |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
920 <H4>Other subtitles</H4> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
921 |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
922 <P>The other formats consist of a single text file containing timing, |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
923 placement and text information.<BR> |
8548 | 924 Usage: If you have a file like <CODE>sample.txt</CODE>, you have to pass the |
925 option <CODE>-sub sample.txt</CODE> (full path optional).</P> | |
6974 | 926 |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
927 <H4>Adjusting subtitle timing and placement:</H4> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
928 |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
929 <DL> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
930 <DT><CODE>-subdelay <sec></CODE></DT> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
931 <DD>Delays subtitles by <sec> seconds. Can be negative.</DD> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
932 |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
933 <DT><CODE>-subfps <rate></CODE></DT> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
934 <DD>Specify frame/sec rate of subtitle file (float number)</DD> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
935 |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
936 <DT><CODE>-subpos <0 - 100></CODE></DT> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
937 <DD>Specify the position of subtitles.</DD> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
938 </DL> |
6960 | 939 |
940 <P>If you experience a growing delay between the movie and the subtitles when | |
941 using a MicroDVD subtitle file, most likely the frame rate of the movie and | |
942 the subtitle file are different.<BR> Please note that the MicroDVD subtitle | |
943 format uses absolute frame numbers for its timing, and therefore the | |
944 <CODE>-subfps</CODE> option cannot be used with this format. As | |
7814 | 945 MPlayer has no way to guess the frame rate of the subtitle file, you |
6960 | 946 have to manually convert the frame rate. There is a little perl script in the |
947 <CODE>contrib</CODE> directory of the MPlayer FTP site to do this conversion | |
948 for you.</P> | |
8548 | 949 |
950 <P>MPlayer will try to guess the subtitle files you want to use when playing a | |
951 movie. If, like in most cases, subtitle and movie files have the same name and | |
952 are in the same place, you do not need to set the subtitle options. Just play | |
953 the movie, MPlayer will handle the subtitles automatically.</P> | |
5811 | 954 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
955 <P>About DVD subtitles, read the <A HREF="cd-dvd.html#dvd">DVD section</A>.</P> |
3490 | 956 |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
957 |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
958 <H3><A NAME="mpsub">1.4.1 MPlayer's own subtitle format (MPsub)</A></H3> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
959 |
7814 | 960 <P>MPlayer introduces a new subtitle format called <B>MPsub</B>. It was |
9255
c82e31b31194
my patches sent to dev-eng (i feel me brave) Diego, fix my wording bugs, and dont be angry.
alex
parents:
9241
diff
changeset
|
961 designed by Gabucino. Basically its main feature is being |
6960 | 962 <I>dynamically</I> time-based (although it has frame-based mode too). Example |
963 (from | |
9387 | 964 <A HREF="../tech/mpsub.sub">DOCS/tech/mpsub.sub</A>):</P> |
6974 | 965 |
10130 | 966 <P><CODE><I> |
967 FORMAT=TIME<BR> | |
968 # first number : wait this much after previous subtitle disappeared<BR> | |
6974 | 969 # second number : display the current subtitle for this many seconds<BR> |
970 <BR> | |
971 15 3<BR> | |
972 A long long, time ago...<BR> | |
973 <BR> | |
974 0 3<BR> | |
975 in a galaxy far away...<BR> | |
976 <BR> | |
977 0 3<BR> | |
978 Naboo was under an attack.<BR></I></CODE></P> | |
2210 | 979 |
6960 | 980 <P>So you see, the main goal was to <B>make subtitle |
981 editing/timing/joining/cutting easy</B>. And, if you - say - get an SSA | |
982 subtitle but it's badly timed/delayed to your version of the movie, you | |
983 simply do a <CODE>mplayer dummy.avi -sub source.ssa -dumpmpsub</CODE>. | |
984 A <CODE>dump.mpsub</CODE> file will be created in the current directory, | |
985 which will contain the source subtitle's text, but in <B>MPsub</B> format. | |
986 Then you can freely add/subtract seconds to/from the subtitle.</P> | |
987 | |
988 <P>Subtitles are displayed with a technique called <B>'OSD', On Screen | |
989 Display</B>. OSD is used to display current time, volume bar, seek bar | |
990 etc.</P> | |
1714 | 991 |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
992 <H3><A NAME="install_osd">1.4.2 Installing OSD and subtitles</A></H3> |
1714 | 993 |
7814 | 994 <P>You need an MPlayer font package to be able to use OSD/SUB feature. |
6960 | 995 There are many ways to get it:</P> |
996 | |
1714 | 997 <UL> |
10130 | 998 <LI>using a TrueType (TTF) font, by the means of the <B>freetype</B> |
999 library. Version 2.0.9 or greater is mandatory! Then you | |
1000 have two methods: | |
1001 <UL> | |
1002 <LI>use the <CODE>-font /path/to/arial.ttf</CODE> option to specify | |
1003 a TrueType font file on every occasion</LI> | |
1004 <LI>create a symlink: <CODE>ln -s /path/to/arial.ttf ~/.mplayer/subfont.ttf</CODE></LI> | |
1005 </UL> | |
1006 </LI> | |
7814 | 1007 <LI>download ready-to-use font packages from MPlayer site. |
8642
30bb40f02e1e
Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and
diego
parents:
8639
diff
changeset
|
1008 Note: Currently available fonts are limited for iso 8859-1/2 support, |
6960 | 1009 but there are some other (including Korean, Russian, 8859-8 etc) fonts |
1010 at contrib/font section of FTP, made by users.<BR> | |
1011 <BR> | |
1012 Font should have appropriate font.desc file which maps unicode font | |
1013 positions to the actual code page of the subtitles text. Other solution is | |
1014 to have subtitles encoded in utf8 encoding and use <CODE>-utf8</CODE> | |
1015 option or just name the subtitles file <video_name>.utf and have it | |
1016 in the same dir as the video file. Recoding from different codepages to | |
1017 utf8 could be done by using konwert (Debian) or iconv (Red Hat) | |
1018 programs.<BR> | |
1019 Some URLs: | |
1020 <UL> | |
8440 | 1021 <LI><A HREF="ftp://ftp.mplayerhq.hu/MPlayer/releases/fonts/">ftp://ftp.mplayerhq.hu/MPlayer/releases/fonts/</A> - ISO fonts</LI> |
6970
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1022 <LI><A HREF="ftp://ftp.mplayerhq.hu/MPlayer/contrib/fonts/">ftp://ftp.mplayerhq.hu/MPlayer/contrib/fonts/</A> - various fonts by users</LI> |
7942
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1023 <LI><A HREF="http://realtime.ssu.ac.kr/~lethean/mplayer/">http://realtime.ssu.ac.kr/~lethean/mplayer/</A> - Korean fonts & RAW plugin</LI> |
6960 | 1024 </UL> |
1025 </LI> | |
1026 <LI>use the font generator tool at TOOLS/subfont-c | |
1027 It's a complete tool to convert from TTF/Type1/etc font to mplayer font pkg. | |
1028 (read TOOLS/subfont-c/README for details)</LI> | |
1029 <LI>use the font generator GIMP plugin at TOOLS/subfont-GIMP | |
1030 (note: you must have HSI RAW plugin too, see URL below)</LI> | |
1987 | 1031 </UL> |
1032 | |
8396 | 1033 <P>If you chose non-TTF fonts, UNZIP the file you downloaded to <CODE>~/.mplayer</CODE> or |
1034 <CODE>$PREFIX/share/mplayer</CODE>. Then rename or symlink one of the extracted directories to | |
6960 | 1035 <CODE>font</CODE> (like: <CODE>ln -s ~/.mplayer/arial-24 |
1036 ~/.mplayer/font</CODE>). Now you have to see a timer at the upper left corner | |
1037 of the movie (switch it off with the "o" key).</P> | |
1714 | 1038 |
8396 | 1039 |
8807 | 1040 <P>OSD has 4 states: (switch with 'o')</P> |
1041 | |
1042 <P>(subtitles are <I>always enabled</I>, for disabling them please read the man | |
1043 page)</P> | |
6960 | 1044 |
1714 | 1045 <UL> |
8807 | 1046 <LI>volume bar + seek bar (default)</LI> |
1047 <LI>volume bar + seek bar + timer + file position percentage on seeking</LI> | |
1048 <LI>volume bar + seek bar + timer + total duration of media</LI> | |
6960 | 1049 <LI>subtitles only</LI> |
1714 | 1050 </UL> |
1051 | |
6960 | 1052 <P>You can change default behaviour by setting <CODE>osdlevel=</CODE> variable |
8807 | 1053 in config file, or the <CODE>-osdlevel</CODE> command line option.</P> |
1714 | 1054 |
6974 | 1055 |
8243
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1056 <H3><A NAME="menu">1.4.3 OSD menu</A></H3> |
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1057 |
8260 | 1058 <P>MPlayer has a completely user definiable OSD Menu interface.</P> |
8243
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1059 |
9098 | 1060 <P><B>NOTE:</B> the Preferences menu is currently UNIMPLEMENTED!</P> |
1061 | |
8243
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1062 <H4>Installation</H4> |
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1063 |
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1064 <OL> |
9098 | 1065 <LI>compile MPlayer by passing the <CODE>--enable-menu</CODE> parameters to |
1066 <CODE>./configure</CODE></LI> | |
8260 | 1067 <LI>make sure you have an OSD font installed</LI> |
8243
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1068 <LI>copy <CODE>etc/menu.conf</CODE> to your <CODE>.mplayer</CODE> |
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1069 directory</LI> |
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1070 <LI>copy <CODE>etc/input.conf</CODE> to your <CODE>.mplayer</CODE> |
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1071 directory, or to the system-wide MPlayer config dir (default: |
8260 | 1072 <CODE>/usr/local/etc/mplayer</CODE>)</LI> |
1073 <LI>check and edit <CODE>input.conf</CODE> to enable menu movement | |
1074 keys (it is described there).</LI> | |
1075 <LI>start MPlayer by the following example:<BR> | |
1076 <CODE>$ mplayer -menu file.avi</CODE></LI> | |
1077 <LI>push any menu key you defined</LI> | |
8243
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1078 </OL> |
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1079 |
d78b7cbcdf9c
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
gabucino
parents:
8184
diff
changeset
|
1080 |
7054 | 1081 <H2><A NAME="rtc">1.5 RTC</A></H2> |
6970
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1082 |
7814 | 1083 There are three timing methods in MPlayer. |
6974 | 1084 |
6970
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1085 <UL> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1086 <LI><B>To use the old method</B>, you don't have to do anything. It uses |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1087 <CODE>usleep()</CODE> to tune A/V sync, with +/- 10ms accuracy. However |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1088 sometimes the sync has to be tuned even finer.</LI> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1089 <LI><B>The new timer</B> code uses PC's RTC (Real Time Clock) for this task, |
9425 | 1090 because it has precise 1ms timers. It is automatically enabled when |
6970
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1091 available, but requires root privileges, a <I>setuid root</I> |
7814 | 1092 MPlayer binary or a properly set up kernel. |
6970
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1093 <BR> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1094 If you are running kernel 2.4.19pre8 or later you can adjust the maximum |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1095 RTC frequency for normal users through the <CODE>/proc</CODE> filesystem. |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1096 Use this command to enable RTC for normal users: |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1097 <P> |
7076
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1098 <CODE>echo 1024 > /proc/sys/dev/rtc/max-user-freq</CODE> |
6970
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1099 </P> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1100 If you do not have such a new kernel, you can also change one line in |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1101 <CODE>drivers/char/rtc.c</CODE> and recompile your kernel. Find the |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1102 section that reads |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1103 <PRE> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1104 * We don't really want Joe User enabling more |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1105 * than 64Hz of interrupts on a multi-user machine. |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1106 */ |
7076
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1107 if ((rtc_freq > 64) && (!capable(CAP_SYS_RESOURCE))) |
6970
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1108 </PRE> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1109 and change the 64 to 1024. You should really know what you are doing, though. |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1110 <BR> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1111 You can see the new timer's efficiency in the status line. |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1112 <BR> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1113 The power management functions of some notebook BIOSes with speedstep CPUs |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1114 interact badly with RTC. Audio and video may get out of sync. Plugging the |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1115 external power connector in before you power up your notebook seems to help. |
9138
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
1116 You can always turn off RTC support with the <CODE>-nortc</CODE> option. |
6970
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1117 In some hardware combinations (confirmed during usage of non-DMA DVD |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1118 drive on an ALi1541 board) usage of the RTC timer causes skippy playback. |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1119 It's recommended to use the third method in these cases.</LI> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1120 <LI><B>The third timer code</B> is turned on with the <CODE>-softsleep</CODE> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1121 option. It has the efficiency of the RTC, but it doesn't use RTC. On the other |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1122 hand, it requires more CPU.</LI> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1123 </UL> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1124 |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1125 <B>Note:</B> <B>NEVER install a setuid root MPlayer binary on a multiuser system!</B> |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1126 It's a clear way for everyone to become root. |
3263d686e99a
Created RTC section and moved RTC explanation there.
diego
parents:
6960
diff
changeset
|
1127 |
2745 | 1128 |
6974 | 1129 |
7047 | 1130 <H1><A NAME="features">2. Features</A></H1> |
1131 | |
1132 | |
1133 <H2><A NAME="formats">2.1</A> <A HREF="formats.html">Supported formats</A></H2> | |
1134 | |
1135 | |
1136 <H2><A NAME="codecs">2.2</A> <A HREF="codecs.html">Supported codecs</A></H2> | |
1137 | |
1138 | |
1139 <H2><A NAME="output">2.3</A> <A HREF="video.html">Video</A> & <A HREF="sound.html">Audio</A> output devices</H2> | |
1140 | |
1141 | |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
1142 <H2><A NAME="tv"><B>2.4 TV input</B></A></H2> |
7047 | 1143 |
2864 | 1144 <P>This section is about how to enable <B>watching/grabbing from V4L compatible |
7792
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
1145 TV tuner</B>. See the man page for a description of TV options and keyboard |
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
1146 controls.</P> |
2864 | 1147 |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
1148 <H3><A NAME="tv_compilation">2.4.1 Compilation</A></H3> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1149 |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
1150 <OL> |
6766
f7cd3a7aaa13
Applied patch by Fabian Franz <FabianFranz@gmx.de>, adding a note to the TV
diego
parents:
6732
diff
changeset
|
1151 <LI>First, you have to recompile. <CODE>./configure</CODE> will autodetect |
f7cd3a7aaa13
Applied patch by Fabian Franz <FabianFranz@gmx.de>, adding a note to the TV
diego
parents:
6732
diff
changeset
|
1152 kernel headers of v4l stuff and the existence of <CODE>/dev/video*</CODE> |
f7cd3a7aaa13
Applied patch by Fabian Franz <FabianFranz@gmx.de>, adding a note to the TV
diego
parents:
6732
diff
changeset
|
1153 entries. If they exist, TV support will be built (see the output of |
f7cd3a7aaa13
Applied patch by Fabian Franz <FabianFranz@gmx.de>, adding a note to the TV
diego
parents:
6732
diff
changeset
|
1154 <CODE>./configure</CODE>).</LI> |
f7cd3a7aaa13
Applied patch by Fabian Franz <FabianFranz@gmx.de>, adding a note to the TV
diego
parents:
6732
diff
changeset
|
1155 <LI>Make sure your tuner works with another TV software in Linux, for example |
2864 | 1156 xawtv.</LI> |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
1157 </OL> |
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
1158 |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
1159 <H3><A NAME="tv_tips">2.4.2 Usage tips</A></H3> |
7955 | 1160 |
1161 The full listing of the options is available on the manual page. Here | |
1162 are just a few tips: | |
1163 | |
1164 <UL> | |
8704 | 1165 <LI>Use the <CODE>channels</CODE> option. An example:<BR> |
9949 | 1166 <CODE>-tv channels=26-MTV1,23-TV2</CODE><BR> |
8704 | 1167 Explanation: using this option, only the 26 and 23 channels will be usable, |
1168 and there will be a nice OSD text upon channel switching, displaying the | |
1169 channel's name. Spaces in the channel name must be replaced by the "_" | |
1170 character.</LI> | |
8095 | 1171 <LI>Choose some sane image dimensions. The dimensions of the resulting image |
1172 should be divisible by 16.</LI> | |
1173 <LI>If you capture the video with the vertical resolution higher than half of | |
1174 the full resolution (i.e. 288 for PAL or 240 for NTSC), make sure you | |
1175 turned deinterlacing on. Otherwise you'll get a movie which is distorted | |
1176 during fast-motion scenes and the bitrate controller will be probably even | |
1177 unable to retain the specified bitrate as the interlacing artifacts produce | |
1178 high amount of detail and thus consume lot of bandwidth. You can enable | |
9644
0fe056bdb135
vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
jonas
parents:
9617
diff
changeset
|
1179 deinterlacing with <CODE>-vf pp=DEINT_TYPE</CODE>. Usually |
8095 | 1180 <CODE>pp=lb</CODE> does a good job, but it can be matter of personal |
1181 preference. See other deinterlacing algorithms in the manual and give it a | |
1182 try.</LI> | |
1183 <LI>Crop out the dead space. When you capture the video, the areas at the | |
1184 edges are usually black or contain some noise. These again consume lots of | |
1185 unnecessary bandwidth. More precisely it's not the black areas themselves | |
1186 but the sharp transitions between the black and the brighter video image | |
1187 which do but that's not important for now. Before you start capturing, | |
1188 adjust the arguments of the <CODE>crop</CODE> option so that all the crap | |
1189 at the margins is cropped out. Again, don't forget to keep the resulting | |
1190 dimensions sane.</LI> | |
1191 <LI>Watch out for CPU load. It shouldn't cross the 90% boundary for most of | |
1192 the time. If you have a large capture buffer, MEncoder can survive an | |
1193 overload for few seconds but nothing more. It's better to turn off the 3D | |
1194 OpenGL screensavers and similar stuff.</LI> | |
1195 <LI>Don't mess with the system clock. MEncoder uses the system clock for | |
1196 doing A/V sync. If you adjust the system clock (especially backwards in | |
1197 time), MEncoder gets confused and you will lose frames. This is an | |
1198 important issue if you are hooked to a network and run some time | |
1199 synchronization software like NTP. You have to turn NTP off during the | |
1200 capture process if you want to capture reliably.</LI> | |
1201 <LI>Don't change the <CODE>outfmt</CODE> unless you know what you are doing | |
1202 or your card/driver really doesn't support the default (YV12 colorspace). | |
1203 In the older versions of MPlayer/MEncoder it was necessary to specify the | |
1204 output format. This issue should be fixed in the current releases and | |
1205 <CODE>outfmt</CODE> isn't required anymore, and the default suits the most | |
1206 purposes. For example, if you are capturing into DivX using libavcodec and | |
1207 specify <CODE>outfmt=RGB24</CODE> in order to increase the quality of the | |
1208 captured images, the captured image will be actually later converted back | |
1209 into YV12 so the only thing you achieve is a massive waste of CPU power. | |
1210 </LI> | |
1211 <LI>To specify the I420 colorspace (<CODE>outfmt=i420</CODE>), you have to | |
1212 add an option <CODE>-vc rawi420</CODE> due to a fourcc conflict with an | |
1213 Intel Indeo video codec.</LI> | |
1214 <LI>There are several ways of capturing audio. You can grab the sound either | |
1215 using your soundcard via an external cable connection between video card | |
1216 and line-in, or using the built-in ADC in the bt878 chip. In the latter | |
1217 case, you have to load the <b>btaudio</b> driver. Read the | |
1218 <CODE>linux/Documentation/sound/btaudio</CODE> file (in the kernel tree, | |
1219 not MPlayer's) for some instructions on using this driver.</LI> | |
1220 <LI>If MEncoder cannot open the audio device, make sure that it is really | |
1221 available. There can be some trouble with the sound servers like arts | |
1222 (KDE) or esd (GNOME). If you have a full duplex soundcard (almost any | |
1223 decent card supports it today), and you are using KDE, try to check the | |
1224 "full duplex" option in the sound server preference menu.</LI> | |
7955 | 1225 </UL> |
1226 | |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
1227 <H3><A NAME="tv_examples">2.4.3 Examples</A></H3> |
2864 | 1228 |
6974 | 1229 <P>Dummy output, to AAlib :)<BR> |
9949 | 1230 <CODE> mplayer -tv driver=dummy:width=640:height=480 -vo aa tv://</CODE><BR> |
6974 | 1231 <BR> |
1232 Input from standard V4L<BR> | |
9949 | 1233 <CODE> mplayer -tv driver=v4l:width=640:height=480 -vo xv tv://</CODE><BR> |
7955 | 1234 <BR> |
1235 | |
1236 A more sophisticated example. This makes MEncoder capture the full | |
1237 PAL image, crop the margins, and deinterlace the picture using | |
1238 a linear blend algorithm. Audio is compressed with a constant | |
1239 bitrate of 64kbps, using LAME codec. This setup is suitable for | |
1240 capturing movies.<BR> <CODE> mencoder -tv | |
9949 | 1241 driver=v4l:width=768:height=576 \<BR> |
7955 | 1242 -ovc lavc -lavcopts |
1243 vcodec=mpeg4:vbitrate=900 \<BR> -oac | |
9644
0fe056bdb135
vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
jonas
parents:
9617
diff
changeset
|
1244 mp3lame -lameopts cbr:br=64 \<BR> -vf |
9949 | 1245 crop=720:544:24:16,pp=lb -o output.avi tv://</CODE><BR> |
6974 | 1246 |
7955 | 1247 <BR> |
1248 This will additionally rescale the image to 384x288 and compresses | |
1249 the video with the bitrate of 350kbps in high quality mode. The | |
1250 vqmax option looses the quantizer and allows the video compressor to | |
1251 actualy reach so low bitrate even at the expense of the | |
1252 quality. This can be used for capturing long TV series, where the | |
1253 video quality isn't so important.<BR> | |
1254 <CODE> | |
9949 | 1255 mencoder -tv driver=v4l:width=768:height=576 \<BR> |
7955 | 1256 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=350:vhq:vqmax=31:keyint=300 \<BR> |
1257 -oac mp3lame -lameopts cbr:br=48 \<BR> | |
9949 | 1258 -vf crop=720:540:24:18,pp=tn/lb,scale=384:288 -sws 1 -o output.avi tv:// |
7955 | 1259 </CODE><BR> |
1260 | |
1261 It's also possible to specify smaller image dimensions in the | |
1262 <CODE>-tv</CODE> option and omit the software scaling but this | |
1263 approach uses the maximum available information and is a little more | |
1264 resistant to noise. The bt8x8 chips can do the pixel averaging only | |
8095 | 1265 in the horizontal direction due to a hardware limitation.</P> |
6766
f7cd3a7aaa13
Applied patch by Fabian Franz <FabianFranz@gmx.de>, adding a note to the TV
diego
parents:
6732
diff
changeset
|
1266 |
2864 | 1267 |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
1268 <H2><A NAME="edl">2.5 Edit Decision Lists (EDL)</A></H2> |
8551
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1269 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1270 <P>The edit decision list (EDL) system allows you to automatically skip or mute |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1271 sections of videos during playback, based on a movie specific EDL |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1272 configuration file.</P> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1273 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1274 <P>This is useful for those who may want to watch a film in "family-friendly" |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1275 mode. You can cut out any violence, profanity, Jar-Jar Binks .. from a movie |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1276 according to your own personal preferences. Aside from this, there are other |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1277 uses, like automatically skipping over commercials in video files you |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1278 watch.</P> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1279 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1280 <P>The EDL file format is pretty bare-bones. Once the EDL system has reached a |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1281 certain level of maturity, an XML-based file format will probably be |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1282 implemented (keeping backwards compatibility with previous EDL formats).</P> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1283 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1284 <P>The maximum number of EDL entries for the current incarnation of EDL is 1000. |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1285 If you happen to need more, change the <CODE>#define MAX_EDL_ENTRIES</CODE> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1286 in the <CODE>edl.h</CODE> file.</P> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1287 |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
1288 <H3><A NAME="edl_using">2.5.1 Using an EDL file</A></H3> |
8551
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1289 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1290 <P>Include the <CODE>-edl <filename></CODE> flag when you run MPlayer, |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1291 with the name of the EDL file you want applied to the video.</P> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1292 |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
1293 <H3><A NAME="edl_making">2.5.2 Making an EDL file</A></H3> |
8551
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1294 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1295 <P>The current EDL file format is:</P> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1296 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1297 <CODE>[begin second] [end second] [action]</CODE> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1298 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1299 <P>Where the seconds are floating-point numbers and the action is either |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1300 <CODE>0</CODE> for skip or <CODE>1</CODE> for mute. Example:</P> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1301 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1302 <PRE> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1303 5.3 7.1 0 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1304 15 16.7 1 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1305 420 422 0 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1306 </PRE> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1307 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1308 <P>This will skip from second 5.3 to second 7.1 of the video, then mute at |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1309 15 seconds, unmute at 16.7 seconds and skip from second 420 to second |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1310 422 of the video. These actions will be performed when the playback timer |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1311 reaches the times given in the file.</P> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1312 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1313 <P>To create an EDL file to work from, use the |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1314 <CODE>-edlout <filename></CODE> flag. During playback, when you want to |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1315 mark the previous two seconds to skip over, hit <CODE>i</CODE>. A |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1316 corresponding entry will be written to the file for that time. You can then go |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1317 back and fine-tune the generated EDL file.</P> |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1318 |
c8d63449741b
EDL section added, based on patch by Michael Halcrow <mah69@email.byu.edu>.
diego
parents:
8548
diff
changeset
|
1319 |
6974 | 1320 |
7047 | 1321 <H1><A NAME="usage">3. Usage</A></H1> |
1322 | |
1323 | |
1324 <H2><A NAME="command_line">3.1 Command line</A></H2> | |
4177 | 1325 |
7814 | 1326 <P>MPlayer utilizes a complex playtree. It consists of global options |
4177 | 1327 written as first (for example <CODE>mplayer -vfm 5</CODE>), and options |
1328 written after filenames, that apply only to the given filename/URL/whatever | |
5105 | 1329 (for example <CODE>mplayer -vfm 5 movie1.avi movie2.avi -vfm 4</CODE>).<BR> |
5715
71843ef1a085
video filter layer documentation begun (maybe audio layer should be
gabucino
parents:
5704
diff
changeset
|
1330 You can group filenames/URLs together using { and }. It's useful with |
5105 | 1331 option -loop: <CODE>mplayer { 1.avi -loop 2 2.avi } -loop 3</CODE> |
1332 will play files in this order: 1 1 2 1 1 2 1 1 2<BR> | |
1333 </P> | |
4177 | 1334 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1335 <TABLE BORDER=0> |
6974 | 1336 <TR><TD> </TD><TD>file</TD><TD> </TD><TD><CODE>mplayer [options] [path/]filename</CODE></TD></TR> |
1337 <TR><TD></TD><TD>files</TD><TD></TD><TD><CODE>mplayer [default options] [path/]filename1 [options for filename1] filename2 [options for filename2] ...</CODE></TD></TR> | |
10186
b2deb0fdbc69
Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.
diego
parents:
10130
diff
changeset
|
1338 <TR><TD></TD><TD>VCD</TD><TD></TD><TD><CODE>mplayer [options] vcd:// trackno [-cdrom-device /dev/cdrom]</CODE></TD></TR> |
b2deb0fdbc69
Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.
diego
parents:
10130
diff
changeset
|
1339 <TR><TD></TD><TD>DVD</TD><TD></TD><TD><CODE>mplayer [options] dvd:// titleno [-dvd-device /dev/dvd]</CODE></TD></TR> |
7813
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7792
diff
changeset
|
1340 <TR><TD></TD><TD>WWW</TD><TD></TD><TD><CODE>mplayer [options] http://site.com/file.asf (playlists can be used, too)</CODE></TD></TR> |
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7792
diff
changeset
|
1341 <TR><TD></TD><TD>RTSP</TD><TD></TD><TD><CODE>mplayer [options] rtsp://server.example.com/streamName</CODE></TD></TR> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1342 </TABLE> |
1612 | 1343 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1344 <PRE> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1345 mplayer -vo x11 /mnt/Films/Contact/contact2.mpg |
10186
b2deb0fdbc69
Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.
diego
parents:
10130
diff
changeset
|
1346 mplayer vcd://2 -cdrom-device /dev/hdc |
1612 | 1347 mplayer -afm 3 /mnt/DVDtrailers/alien4.vob |
10186
b2deb0fdbc69
Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.
diego
parents:
10130
diff
changeset
|
1348 mplayer dvd://1 -dvd-device /dev/hdc |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1349 mplayer -abs 65536 -delay -0.4 -nobps ~/movies/test.avi |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1350 </PRE> |
1612 | 1351 |
6974 | 1352 |
7047 | 1353 <H2><A NAME="control">3.2 Control</A></H2> |
1612 | 1354 |
7814 | 1355 <P>MPlayer has a fully configurable, command driven, control layer which |
1356 lets you control MPlayer with keyboard, mouse, joystick or remote | |
7792
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
1357 control (using LIRC). See the man page for the complete list of keyboard |
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
1358 controls.</P> |
5850 | 1359 |
6974 | 1360 |
7792
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
1361 <H3><A NAME="controls_configuration">3.2.1 Controls configuration</A></H3> |
5850 | 1362 |
7814 | 1363 <P>MPlayer allows you bind any key/button to any MPlayer command |
6493 | 1364 using a simple config file. The syntax consist of a key name followed by a |
1365 command. The default config file location is | |
6593
a2937bae0651
Expanded RTC section. It now explains how to allow RTC via /proc on newer
diego
parents:
6583
diff
changeset
|
1366 <CODE>$HOME/.mplayer/input.conf</CODE> but it can be overridden using the |
9138
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
1367 <CODE>-input</CODE> conf option (relative path are relative to |
6493 | 1368 <CODE>$HOME/.mplayer</CODE>). |
1369 | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1370 <P>Example:</P> |
6493 | 1371 |
5850 | 1372 <PRE> |
1373 ## | |
1374 ## MPlayer input control file | |
1375 ## | |
1376 | |
1377 RIGHT seek +10 | |
1378 LEFT seek -10 | |
1379 - audio_delay 0.100 | |
1380 + audio_delay -0.100 | |
1381 q quit | |
7076
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1382 > pt_step 1 |
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1383 < pt_step -1 |
5850 | 1384 ENTER pt_step 1 1 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1385 </PRE> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1386 |
5850 | 1387 |
7792
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
1388 <H4><A NAME="key_names">3.2.1.1 Key names</A></H4> |
5850 | 1389 |
6493 | 1390 <P>You can have a full list by running <CODE>mplayer -input keylist</CODE></P> |
5850 | 1391 |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
1392 <H4>Keyboard:</H4> |
5850 | 1393 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1394 <UL> |
6974 | 1395 <LI>Any printable character</LI> |
1396 <LI>SPACE</LI> | |
1397 <LI>ENTER</LI> | |
1398 <LI>TAB</LI> | |
1399 <LI>CTRL</LI> | |
1400 <LI>BS</LI> | |
1401 <LI>DEL</LI> | |
1402 <LI>INS</LI> | |
1403 <LI>HOME</LI> | |
1404 <LI>END</LI> | |
1405 <LI>PGUP</LI> | |
1406 <LI>PGDWN</LI> | |
1407 <LI>ESC</LI> | |
1408 <LI>RIGHT</LI> | |
1409 <LI>LEFT</LI> | |
1410 <LI>UP</LI> | |
1411 <LI>DOWN</LI> | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1412 </UL> |
5850 | 1413 |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
1414 <H4>Mouse (only supported under X):</H4> |
5850 | 1415 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1416 <UL> |
6974 | 1417 <LI>MOUSE_BTN0 (Left button)</LI> |
1418 <LI>MOUSE_BTN1 (Right button)</LI> | |
1419 <LI>MOUSE_BTN2 (Middle button)</LI> | |
1420 <LI>MOUSE_BTN3 (Wheel)</LI> | |
1421 <LI>MOUSE_BTN4 (Wheel)</LI> | |
1422 <LI>...</LI> | |
1423 <LI>MOUSE_BTN9</LI> | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1424 </UL> |
5850 | 1425 |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
1426 <H4>Joystick (support must be enabled at compile time):</H4> |
5850 | 1427 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1428 <UL> |
6974 | 1429 <LI>JOY_RIGHT or JOY_AXIS0_PLUS</LI> |
1430 <LI>JOY_LEFT or JOY_AXIS0_MINUS</LI> | |
1431 <LI>JOY_UP or JOY_AXIS1_MINUS</LI> | |
1432 <LI>JOY_DOWN or JOY_AXIS1_PLUS</LI> | |
1433 <LI>JOY_AXIS2_PLUS</LI> | |
1434 <LI>JOY_AXIS2_MINUS</LI> | |
7099
0b70f3dc34eb
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with some
diego
parents:
7093
diff
changeset
|
1435 <LI>...</LI> |
6974 | 1436 <LI>JOY_AXIS9_PLUS</LI> |
1437 <LI>JOY_AXIS9_MINUS</LI> | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1438 </UL> |
5850 | 1439 |
1440 | |
7792
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
1441 <H4><A NAME="commands">3.2.1.2 Commands</A></H4> |
5850 | 1442 |
6493 | 1443 <P>You can have a full list of known commands by running "mplayer -input cmdlist"</P> |
5850 | 1444 |
1445 <UL> | |
1446 <LI><B>seek</B> (int) val [(int) type=0] | |
6974 | 1447 <P>Seek to some place in the movie.<BR> |
1448 Type 0 is a relative seek of +/- val seconds.<BR> | |
1449 Type 1 seek to val % in the movie.</P></LI> | |
5850 | 1450 <LI><B>audio_delay</B> (float) val |
6974 | 1451 <P>Adjust the audio delay of val seconds</P></LI> |
5850 | 1452 <LI><B>quit</B> |
7814 | 1453 <P>Quit MPlayer</P></LI> |
5850 | 1454 <LI><B>pause</B> |
6974 | 1455 <P>Pause/unpause the playback</P></LI> |
5850 | 1456 <LI><B>grap_frames</B> |
6974 | 1457 <P>Somebody know ?</P></LI> |
5850 | 1458 <LI><B>pt_step</B> (int) val [(int) force=0] |
6974 | 1459 <P>Go to next/previous entry in playtree. Val sign tell the direction.<BR> |
1460 If no other entry is available in the given direction it won't do anything | |
1461 unless force is non 0.</P></LI> | |
5850 | 1462 <LI><B>pt_up_step</B> (int) val [(int) force=0] |
6974 | 1463 <P>Like pt_step but it jump to next/previous in the parent list. It's useful |
1464 to break inner loop in the playtree.</P></LI> | |
5850 | 1465 <LI><B>alt_src_step</B> (int) val |
6974 | 1466 <P>When more than one source is available it select the next/previous one |
1467 (only supported by asx playlist).</P></LI> | |
5850 | 1468 <LI><B>sub_delay</B> (float) val [(int) abs=0] |
6974 | 1469 <P>Adjust the subtitles delay of +/- val seconds or set it to val seconds |
1470 when abs is non zero.</P></LI> | |
5850 | 1471 <LI><B>osd</B> [(int) level=-1] |
7076
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1472 <P>Toggle osd mode or set it to level when level > 0.</P></LI> |
5850 | 1473 <LI><B>volume</B> (int) dir |
6974 | 1474 <P>Increase/decrease volume</P></LI> |
5850 | 1475 <LI><B>contrast</B> (int) val [(int) abs=0]</LI> |
1476 <LI><B>brightness</B> (int) val [(int) abs=0]</LI> | |
1477 <LI><B>hue</B> (int) val [(int) abs=0]</LI> | |
1478 <LI><B>saturation</B> (int) val [(int) abs=0] | |
6974 | 1479 <P>Set/Adjust video parameters. Val range from -100 to 100.</P></LI> |
5850 | 1480 <LI><B>frame_drop</B> [(int) type=-1] |
6974 | 1481 <P>Toggle/Set frame dropping mode.</P></LI> |
7628
d6608342591d
This patch adds the functionality to disable/enable subtitles while playing
arpi
parents:
7455
diff
changeset
|
1482 <LI><B>sub_visibility</B> |
d6608342591d
This patch adds the functionality to disable/enable subtitles while playing
arpi
parents:
7455
diff
changeset
|
1483 <P>Toggle subtitle visibility.</P></LI> |
5850 | 1484 <LI><B>sub_pos</B> (int) val |
6974 | 1485 <P>Adjust subtitles position.</P></LI> |
8548 | 1486 <LI><B>vobsub_lang</B> |
1487 <P>Change the language of VobSub subtitles.</P></LI> | |
5850 | 1488 <LI><B>vo_fullscreen</B> |
6974 | 1489 <P>Switch fullscreen mode.</P></LI> |
5850 | 1490 <LI><B>tv_step_channel</B> (int) dir |
6974 | 1491 <P>Select next/previous tv channel.</P></LI> |
5850 | 1492 <LI><B>tv_step_norm</B> |
6974 | 1493 <P>Change TV norm.</P></LI> |
5850 | 1494 <LI><B>tv_step_chanlist</B> |
6974 | 1495 <P>Change channel list.</P></LI> |
5850 | 1496 <LI><B>gui_loadfile</B></LI> |
1497 <LI><B>gui_loadsubtitle</B></LI> | |
1498 <LI><B>gui_about</B></LI> | |
1499 <LI><B>gui_play</B></LI> | |
1500 <LI><B>gui_stop</B></LI> | |
1501 <LI><B>gui_playlist</B></LI> | |
1502 <LI><B>gui_preferences</B></LI> | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1503 <LI><B>gui_skinbrowser</B> |
6974 | 1504 <P>GUI actions</P></LI> |
5850 | 1505 </UL> |
1506 | |
6974 | 1507 |
7792
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
1508 <H3><A NAME="lirc">3.2.2 Control from LIRC</A></H3> |
1612 | 1509 |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2761
diff
changeset
|
1510 <P>Linux Infrared Remote Control - use an easy to build home-brewn IR-receiver, |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
1511 an (almost) arbitrary remote control and control your Linux box with it! |
6974 | 1512 More about it at <A HREF="http://www.lirc.org">www.lirc.org</A>.</P> |
1612 | 1513 |
5969 | 1514 <P>If you have installed the lirc-package, configure will autodetect it. If |
7814 | 1515 everything went fine, MPlayer will print a message like "Setting up |
5969 | 1516 lirc support..." on startup. If an error occurs it will tell you. If it |
1517 doesn't tell you anything about LIRC there's no support compiled in. That's | |
1518 it :-)</P> | |
1612 | 1519 |
7942
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1520 <P>The application name for MPlayer is - oh wonder - <CODE>mplayer</CODE>. |
5969 | 1521 You can use any mplayer commands and even pass more than one command by |
1522 separating them with \n. Don't forget to enable the repeat flag in .lircrc | |
1523 when it make sense (seek, volume, etc). Here's an excerpt from my | |
1524 .lircrc:</P> | |
1612 | 1525 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1526 <PRE> |
5850 | 1527 begin |
1528 button = VOLUME_PLUS | |
1529 prog = mplayer | |
1530 config = volume 1 | |
1531 repeat = 1 | |
1532 end | |
1612 | 1533 |
5850 | 1534 begin |
1535 button = VOLUME_MINUS | |
1536 prog = mplayer | |
1537 config = volume -1 | |
1538 repeat = 1 | |
1539 end | |
1540 | |
1541 begin | |
1542 button = CD_PLAY | |
1543 prog = mplayer | |
1544 config = pause | |
1545 end | |
1546 | |
1547 begin | |
1548 button = CD_STOP | |
1549 prog = mplayer | |
1550 config = seek 0 1\npause | |
1551 end | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1552 </PRE> |
1612 | 1553 |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2761
diff
changeset
|
1554 <P>If you don't like the standard location for the lirc-config file (~/.lircrc) |
9138
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
1555 use the -lircconf <filename> option to specify another file.</P> |
1612 | 1556 |
6493 | 1557 |
7792
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
1558 <H3><A NAME="slave">3.2.3 Slave mode</A></H3> |
5850 | 1559 |
7814 | 1560 <P>The slave mode allow you to build simple frontend to MPlayer. When |
9138
42667fd91d4a
changing "switch" -> "option" (unwritten DOCS rule)
gabucino
parents:
9137
diff
changeset
|
1561 enabled (with the <CODE>-slave</CODE> option) MPlayer will read |
6593
a2937bae0651
Expanded RTC section. It now explains how to allow RTC via /proc on newer
diego
parents:
6583
diff
changeset
|
1562 commands separated by new line (\n) from stdin.</P> |
6493 | 1563 |
5850 | 1564 |
7047 | 1565 <H2><A NAME="streaming">3.3 Streaming from network or pipes</A></H2> |
1612 | 1566 |
7814 | 1567 <P>MPlayer can play files from network, using the HTTP, MMS or RTSP/RTP |
7813
76940a39405a
RTSP/RTP documentation, patch by Ross Finlayson <finlayson@live.com>.
diego
parents:
7792
diff
changeset
|
1568 protocol.</P> |
1612 | 1569 |
6960 | 1570 <P>Playing goes by simply using adding the URL to the command line. |
7814 | 1571 MPlayer also honors the http_proxy environment variable, and uses |
6960 | 1572 proxy if available. Proxy usage can also be forced:</P> |
4153 | 1573 |
5105 | 1574 <P><CODE>mplayer http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf</CODE></P> |
2001 | 1575 |
7814 | 1576 <P>MPlayer can read from stdin (NOT named pipes). This can be for example |
6960 | 1577 used to play from FTP:</P> |
1578 | |
6583 | 1579 <P><CODE> wget ftp://micorsops.com/something.avi -O - | mplayer -</CODE></P> |
1612 | 1580 |
6960 | 1581 <P>Note: it's also recommended to enable CACHE when playback from network:</P> |
6868
f6e17d2b448e
The rectangle of the rectangle plugin is not necessarily white.
diego
parents:
6849
diff
changeset
|
1582 |
6583 | 1583 <P><CODE> wget ftp://micorsops.com/something.avi -O - | mplayer -cache 8192 -</CODE></P> |
1612 | 1584 |
6496 | 1585 |
6974 | 1586 |
7076
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1587 <H1><A NAME="faq">4.</A> <A HREF="faq.html">FAQ section</A></H1> |
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1588 |
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1589 |
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1590 |
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1591 <H1><A NAME="cd/dvd">5.</A> <A HREF="cd-dvd.html">CD/DVD section</A></H1> |
7047 | 1592 |
1593 | |
1594 | |
1595 <H1><A NAME="ports">6. Ports</A></H1> | |
1596 | |
1597 | |
8636
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1598 <H2><A NAME="linux">6.1 Linux</A></H2> |
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1599 |
9137
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
1600 <P>The main development platform is Linux on x86, although MPlayer works on many |
9460 | 1601 other Linux ports. Binary packages of MPlayer are available from several |
9475 | 1602 sources. However, <B>none of these packages are supported.</B> Report problems |
1603 to the authors, not to us.</P> | |
1612 | 1604 |
8636
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1605 |
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1606 <H3><A NAME="debian">6.1.1 Debian packaging</A></H3> |
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1607 |
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1608 <P>To build a Debian package, run the following command in the MPlayer source |
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1609 directory:</P> |
1612 | 1610 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1611 <PRE> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1612 fakeroot debian/rules binary |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1613 </PRE> |
1612 | 1614 |
8636
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1615 <P>As root you can then install the <CODE>.deb</CODE> package as usual:</P> |
1612 | 1616 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1617 <PRE> |
8636
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1618 dpkg -i ../mplayer_<version>.deb |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1619 </PRE> |
1612 | 1620 |
8636
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1621 <P>Christian Marillat has been making unofficial Debian MPlayer, MEncoder and |
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1622 font packages for a while, you can (apt-)get them from his |
9460 | 1623 <A HREF="http://marillat.free.fr/">homepage</A>.</P> |
8636
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1624 |
1612 | 1625 |
8636
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1626 <H3><A NAME="rpm">6.1.2 RPM packaging</A></H3> |
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1627 |
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1628 <P>Dominik Mierzejewski created and maintains official Red Hat RPM packages of |
9460 | 1629 MPlayer. He has packaged the player, the GUI, fonts, skins, several drivers |
1630 and codecs. All of this is available from his | |
1631 <A HREF="http://www.piorunek.pl/~dominik/linux/pkgs/mplayer/">homepage</A>.</P> | |
8636
db4a1b1254cb
Linux ports section reworked, RPM section added, based on a patch by Alex.
diego
parents:
8635
diff
changeset
|
1632 |
9460 | 1633 <P>Mandrake RPM packages are available from the |
1634 <A HREF="http://plf.zarb.org/">P.L.F</A>. SuSE includes a crippled version of | |
10345
48a3e4daabeb
New subsection development, removed some obsolete entries, moved others
diego
parents:
10276
diff
changeset
|
1635 MPlayer in their distribution. You can get working SuSE RPMs from |
10275 | 1636 <A HREF="http://packman.links2linux.de/?action=128">links2linux.de</A>.</P> |
1612 | 1637 |
1638 | |
8847
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1639 <H3><A NAME="arm">6.1.3 ARM</A></H3> |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1640 |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1641 <P>MPlayer works on Linux PDAs with ARM CPU e.g. Sharp Zaurus, Compaq Ipaq. |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1642 The easiest way to obtain MPlayer is to get it from one of the |
9409 | 1643 <A HREF="http://www.openzaurus.org">OpenZaurus</A> package feeds. |
8847
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1644 If you want to compile it yourself, you should look at the |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1645 <A HREF="http://openzaurus.bkbits.net:8080/buildroot/src/packages/mplayer?nav=index.html|src/.|src/packages">mplayer</A> |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1646 and the |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1647 <A HREF="http://openzaurus.bkbits.net:8080/buildroot/src/packages/libavcodec?nav=index.html|src/.|src/packages">libavcodec</A> |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1648 directory in the OpenZaurus distribution buildroot. These always have the |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1649 latest Makefile and patches used for building a CVS MPlayer with libavcodec. |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1650 <BR>If you need a GUI frontend, you can use xmms-embedded.</P> |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1651 |
7da2d67e8ef4
Moved ARM to the Linux ports section where it belongs.
diego
parents:
8831
diff
changeset
|
1652 |
7942
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1653 <H2><A NAME="bsd">6.2 *BSD</A></H2> |
1612 | 1654 |
8079
714d18011757
Link to Chinese documentation, ports etc mentioned in *BSD section.
diego
parents:
8070
diff
changeset
|
1655 <P>MPlayer runs on FreeBSD, OpenBSD, NetBSD, BSD/OS and Darwin. There are |
714d18011757
Link to Chinese documentation, ports etc mentioned in *BSD section.
diego
parents:
8070
diff
changeset
|
1656 ports/pkgsrc/fink/etc versions of MPlayer available that are probably easier |
714d18011757
Link to Chinese documentation, ports etc mentioned in *BSD section.
diego
parents:
8070
diff
changeset
|
1657 to use than our raw sources.</P> |
714d18011757
Link to Chinese documentation, ports etc mentioned in *BSD section.
diego
parents:
8070
diff
changeset
|
1658 |
714d18011757
Link to Chinese documentation, ports etc mentioned in *BSD section.
diego
parents:
8070
diff
changeset
|
1659 <P>To build MPlayer you will need GNU make (gmake - native BSD make will not |
714d18011757
Link to Chinese documentation, ports etc mentioned in *BSD section.
diego
parents:
8070
diff
changeset
|
1660 work) and a recent version of binutils.</P> |
7942
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1661 |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1662 <P>If MPlayer complains about not finding <CODE>/dev/cdrom</CODE> or |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1663 <CODE>/dev/dvd</CODE>, create an appropiate symbolic link:<BR> |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1664 <CODE>ln -s /dev/(your_cdrom_device) /dev/cdrom</CODE>.</P> |
1612 | 1665 |
7942
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1666 <P>To use Win32 DLLs with MPlayer you will need to re-compile the kernel with |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1667 "<CODE>option USER_LDT</CODE>" (unless you run FreeBSD -CURRENT, where this |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1668 is the default).</P> |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1669 |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1670 <H3><A NAME="freebsd">6.2.1 FreeBSD</A></H3> |
1612 | 1671 |
7942
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1672 <P>If your CPU has SSE, recompile your kernel with "options CPU_ENABLE_SSE" to |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1673 use it (FreeBSD-STABLE or kernel patches required).</P> |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1674 |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1675 <H3><A NAME="openbsd">6.2.2 OpenBSD</A></H3> |
1612 | 1676 |
7942
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1677 <P>Due to limitations in different versions of gas (relocation vs MMX), you will |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1678 need to compile in two steps: First make sure that the non-native as is first |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1679 in your <CODE>$PATH</CODE> and do a <CODE>gmake -k</CODE>, then make sure that |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1680 the native version is used and do <CODE>gmake</CODE>.</P> |
1612 | 1681 |
6974 | 1682 |
7047 | 1683 <H2><A NAME="solaris">6.3 Solaris</A></H2> |
1688 | 1684 |
1685 <P>MPlayer should work on Solaris 2.6 or newer.</P> | |
1612 | 1686 |
7814 | 1687 <P>On <B>UltraSPARC</B>s, MPlayer takes advantage of their <B>VIS</B> |
6960 | 1688 extensions (equivalent to MMX), currently only in <I>libmpeg2</I>, |
1689 <I>libvo</I> and <I>libavcodec</I>, but not in mp3lib. You can watch a VOB | |
1690 file on a 400MHz CPU. You'll need | |
1691 <A HREF="http://www.sun.com/sparc/vis/mediaLib.html">mLib</A> installed.</P> | |
1731 | 1692 |
1682 | 1693 <P>To build the package you will need GNU make (gmake, /opt/sfw/gmake), native |
6960 | 1694 Solaris make will not work. Typical error you get when building with Solaris' |
1695 make instead of GNU make:</P> | |
1612 | 1696 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1697 <PRE> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1698 % /usr/ccs/bin/make |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1699 make: Fatal error in reader: Makefile, line 25: Unexpected end of line seen |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1700 </PRE> |
1612 | 1701 |
1682 | 1702 <P>On Solaris SPARC, you need the GNU C/C++ Compiler; it does not matter |
6960 | 1703 if GNU C/C++ compiler is configured with or without the GNU assembler.</P> |
1704 | |
1705 <P>On Solaris x86, you need the GNU assembler and the GNU C/C++ compiler, | |
1706 configured to use the GNU assembler! The mplayer code on the x86 platform | |
1707 makes heavy use of MMX, SSE and 3DNOW! instructions that cannot be compiled | |
1708 using Sun's assembler <CODE>/usr/ccs/bin/as</CODE>.</P> | |
1709 | |
1710 <P>The configure script tries to find out, which assembler program is used by | |
1711 your "gcc" command (in case the autodetection fails, use the | |
1712 <CODE>--as=/whereever/you/have/installed/gnu-as</CODE> option to tell the | |
1713 configure script where it can find GNU "as" on your system).</P> | |
1612 | 1714 |
1682 | 1715 <P>Error message from configure on a Solaris x86 system using GCC |
6960 | 1716 without GNU assembler:</P> |
1612 | 1717 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1718 <PRE> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1719 % configure |
1612 | 1720 ... |
1721 Checking assembler (/usr/ccs/bin/as) ... , failed | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1722 Please upgrade(downgrade) binutils to 2.10.1... |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1723 </PRE> |
1612 | 1724 |
1682 | 1725 <P>(Solution: Install and use a gcc configured with "--with-as=gas")</P> |
1612 | 1726 |
1682 | 1727 <P>Typical error you get when building with a GNU C compiler that does |
6960 | 1728 not use GNU as:</P> |
1612 | 1729 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1730 <PRE> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1731 % gmake |
1612 | 1732 ... |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2761
diff
changeset
|
1733 gcc -c -Iloader -Ilibvo -O4 -march=i686 -mcpu=i686 -pipe -ffast-math |
1612 | 1734 -fomit-frame-pointer -I/usr/local/include -o mplayer.o mplayer.c |
1735 Assembler: mplayer.c | |
1736 "(stdin)", line 3567 : Illegal mnemonic | |
1737 "(stdin)", line 3567 : Syntax error | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1738 ... more "Illegal mnemonic" and "Syntax error" errors ... |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1739 </PRE> |
1682 | 1740 |
8781
8e3e71a8c414
Remove an obsolete link in the solaris section of the documentation
jkeil
parents:
8759
diff
changeset
|
1741 <P>Due to bugs in Solaris 8, you may not be able to play DVD discs larger |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
1742 than 4 GB:</P> |
1682 | 1743 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1744 <UL> |
8781
8e3e71a8c414
Remove an obsolete link in the solaris section of the documentation
jkeil
parents:
8759
diff
changeset
|
1745 <LI>The sd(7D) driver on Solaris 8 x86 has a bug when accessing a disk |
7076
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1746 block >4GB on a device using a logical blocksize != DEV_BSIZE (i.e. CD-ROM |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
1747 and DVD media). Due to a 32Bit int overflow, a disk address modulo 4GB is |
6960 | 1748 accessed. |
1749 (<A HREF="http://groups.yahoo.com/group/solarisonintel/message/22516">http://groups.yahoo.com/group/solarisonintel/message/22516</A>) | |
8781
8e3e71a8c414
Remove an obsolete link in the solaris section of the documentation
jkeil
parents:
8759
diff
changeset
|
1750 <P> |
8930 | 1751 This problem does not exist in the SPARC version of Solaris 8. |
1752 </P> | |
6960 | 1753 </LI> |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
1754 <LI>A similar bug is present in the hsfs(7FS) filesystem code (aka |
8781
8e3e71a8c414
Remove an obsolete link in the solaris section of the documentation
jkeil
parents:
8759
diff
changeset
|
1755 ISO9660), hsfs may not not support partitions/disks larger than 4GB, all data |
6998
83a386e88f9e
Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>
diego
parents:
6981
diff
changeset
|
1756 is accessed modulo 4GB. |
8781
8e3e71a8c414
Remove an obsolete link in the solaris section of the documentation
jkeil
parents:
8759
diff
changeset
|
1757 (<A HREF="http://groups.yahoo.com/group/solarisonintel/message/22592">http://groups.yahoo.com/group/solarisonintel/message/22592</A>). |
8e3e71a8c414
Remove an obsolete link in the solaris section of the documentation
jkeil
parents:
8759
diff
changeset
|
1758 <P> |
8930 | 1759 The hsfs problem can be fixed by installing patch 109764-04 (sparc) / |
1760 109765-04 (x86). | |
1761 </P> | |
6960 | 1762 </LI> |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1763 </UL> |
1682 | 1764 |
1688 | 1765 <P>On Solaris with an UltraSPARC CPU, you can get some extra speed by |
1766 using the CPU's VIS instructions for certain time consuming operations. | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2761
diff
changeset
|
1767 VIS acceleration can be used in MPlayer by calling functions in Sun's |
1688 | 1768 <A HREF="http://www.sun.com/sparc/vis/mediaLib.html">mediaLib</A>.</P> |
1769 | |
1770 <P>VIS accelerated operations from mediaLib are used for mpeg2 video | |
1771 decoding and for color space conversion in the video output drivers.</P> | |
1772 | |
2452 | 1773 |
9091 | 1774 <H2><A NAME="sgi">6.4 Silicon Graphics / IRIX</A></H2> |
2452 | 1775 |
8353
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1776 <P>You can either try to install the GNU install program, and (if you did not |
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1777 put it in your global path) then point to the location with:</P> |
8831
e35d561f002e
XMMS plugin support, ARM section updated, some whitespace for the IRIX
diego
parents:
8827
diff
changeset
|
1778 |
8353
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1779 <PRE> |
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1780 ./configure --install-path=PATH |
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1781 </PRE> |
8831
e35d561f002e
XMMS plugin support, ARM section updated, some whitespace for the IRIX
diego
parents:
8827
diff
changeset
|
1782 |
8353
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1783 <P>Or you can use the default install delivered with IRIX 6.5 in which case you |
10458 | 1784 will have to edit the Makefile by hand a little bit. Change the following |
1785 line:</P> | |
8831
e35d561f002e
XMMS plugin support, ARM section updated, some whitespace for the IRIX
diego
parents:
8827
diff
changeset
|
1786 |
8353
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1787 <PRE> |
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1788 $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 |
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1789 </PRE> |
8831
e35d561f002e
XMMS plugin support, ARM section updated, some whitespace for the IRIX
diego
parents:
8827
diff
changeset
|
1790 |
8353
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1791 <P>to:</P> |
8831
e35d561f002e
XMMS plugin support, ARM section updated, some whitespace for the IRIX
diego
parents:
8827
diff
changeset
|
1792 |
8353
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1793 <PRE> |
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1794 $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/ |
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1795 </PRE> |
8831
e35d561f002e
XMMS plugin support, ARM section updated, some whitespace for the IRIX
diego
parents:
8827
diff
changeset
|
1796 |
8353
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1797 <P>And then do (from within the MPlayer source dir):</P> |
8831
e35d561f002e
XMMS plugin support, ARM section updated, some whitespace for the IRIX
diego
parents:
8827
diff
changeset
|
1798 |
8353
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1799 <PRE> |
10458 | 1800 cp DOCS/mplayer.1 . |
8353
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1801 </PRE> |
8831
e35d561f002e
XMMS plugin support, ARM section updated, some whitespace for the IRIX
diego
parents:
8827
diff
changeset
|
1802 |
8353
6dd42a044681
a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
arpi
parents:
8351
diff
changeset
|
1803 <P>and then go on with building and installing.</P> |
2452 | 1804 |
1805 | |
9091 | 1806 <H2><A NAME="qnx">6.5 QNX</A></H2> |
3027 | 1807 |
4500 | 1808 <P>Works. You'll need to download SDL for QNX, and install it. Then run |
7814 | 1809 MPlayer with <CODE>-vo sdl:photon</CODE> and <CODE>-ao sdl:nto</CODE> |
4500 | 1810 options, and it should be fast.</P> |
1811 | |
1812 <P>The <CODE>-vo x11</CODE> output will be even slower than on Linux, since | |
4680 | 1813 QNX has only X <I>emulation</I> which is VERY slow. Use SDL.</P> |
3027 | 1814 |
1815 | |
9091 | 1816 <H2><A NAME="cygwin">6.6 Cygwin</A></H2> |
5880
a04a7dc31ebb
openbsd updates by Bj«Órn Sandell <biorn@dce.chalmers.se>
arpi
parents:
5863
diff
changeset
|
1817 |
8642
30bb40f02e1e
Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and
diego
parents:
8639
diff
changeset
|
1818 <P>The Cygwin port is still in its infancy. Currently there is no support for |
10208
56aa5a5ea2ca
some clarifications (Diego pls check for the spelling errors ;)
alex
parents:
10190
diff
changeset
|
1819 OpenGL. SDL is known to distort sound and image or crash on some systems. |
56aa5a5ea2ca
some clarifications (Diego pls check for the spelling errors ;)
alex
parents:
10190
diff
changeset
|
1820 <A HREF="../tech/patches.txt">Patches</A> are always welcome. |
8642
30bb40f02e1e
Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and
diego
parents:
8639
diff
changeset
|
1821 Best results are achieved with the native DirectX video output driver |
30bb40f02e1e
Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and
diego
parents:
8639
diff
changeset
|
1822 (<CODE>-vo directx</CODE>) and the native Windows waveout audio driver |
30bb40f02e1e
Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and
diego
parents:
8639
diff
changeset
|
1823 (<CODE>-ao win32</CODE>). You should also check out the |
7942
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1824 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">mplayer-cygwin</A> |
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1825 mailing list for help and latest information.</P> |
5880
a04a7dc31ebb
openbsd updates by Bj«Órn Sandell <biorn@dce.chalmers.se>
arpi
parents:
5863
diff
changeset
|
1826 |
10190 | 1827 <P>Cygwin versions prior to 1.3.23 do not include <CODE>inttypes.h</CODE>. You |
1828 will have to copy or symlink <CODE>etc/cygwin_inttypes.h</CODE> from the | |
8642
30bb40f02e1e
Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and
diego
parents:
8639
diff
changeset
|
1829 MPlayer source directory to <CODE>/usr/include/inttypes.h</CODE> in order to |
30bb40f02e1e
Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and
diego
parents:
8639
diff
changeset
|
1830 make MPlayer compile.</P> |
6960 | 1831 |
8642
30bb40f02e1e
Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and
diego
parents:
8639
diff
changeset
|
1832 <P>To get native DirectX video, download |
30bb40f02e1e
Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and
diego
parents:
8639
diff
changeset
|
1833 <A HREF="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</A>, |
30bb40f02e1e
Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and
diego
parents:
8639
diff
changeset
|
1834 extract them to <CODE>/usr/include/</CODE> or <CODE>/usr/local/include/</CODE> |
10190 | 1835 and recompile. You will then be able to use the directx video out driver. You |
1836 can make the movie window stay on top with <CODE>-vo directx:ontop</CODE>. If | |
1837 the image is distorted, try turning off hardware acceleration with | |
1838 <CODE>-vo directx:noaccel</CODE>.</P> | |
7942
b582c6fb0053
Unified BSD sections, expanded Cygwin section, small fixes.
diego
parents:
7814
diff
changeset
|
1839 |
8184 | 1840 <P>Instructions and files for making SDL run under Cygwin can be found on the |
1841 <A HREF="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</A>.</P> | |
1842 | |
9042 | 1843 <P>You can play VCDs by playing the <CODE>.DAT</CODE> or <CODE>.MPG</CODE> files |
1844 that Windows exposes on VCDs. It works like this (adjust for the drive letter | |
1845 of your CD-ROM):</P> | |
1846 | |
1847 <P><CODE>mplayer d:/mpegav/avseq01.dat</CODE></P> | |
1848 | |
9493 | 1849 <P><CODE>mplayer /cygdrive/d/MPEG2/AVSEQ01.MPG</CODE></P> |
9042 | 1850 |
1851 <P>DVDs also work, just set the DVD device correctly to whatever your CD-ROM | |
1852 device is:</P> | |
1853 | |
10186
b2deb0fdbc69
Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.
diego
parents:
10130
diff
changeset
|
1854 <P><CODE>mplayer dvd://<title> -dvd-device '\\.\d:'</CODE></P> |
9042 | 1855 |
10445 | 1856 <P>QuickTime and Real DLLs also work. Compile with <CODE>--enable-qtx</CODE> |
1857 <CODE>--enable-real</CODE> and put the codecs into the | |
9042 | 1858 default Windows DLL location, <CODE>C:\WINNT\system32</CODE> or |
1859 <CODE>C:\Windows\system</CODE> depending on your Windows version.</P> | |
1860 | |
10190 | 1861 <P>The Cygwin console is rather slow. Redirecting output or using the |
1862 <CODE>-quiet</CODE> option has been reported to improve performance.</P> | |
1863 | |
6974 | 1864 |
1865 | |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
1866 <H1><A NAME="encoding">7.</A> <A HREF="encoding.html">Encoding with MEncoder</A></H1> |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
1867 |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
1868 |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
1869 |
7365
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
1870 <H1><A NAME="mailing_lists">Appendix A - Mailing lists</A></H1> |
1682 | 1871 |
7814 | 1872 <P>There are some public mailing lists on MPlayer. Unless explicitly |
7700
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1873 stated otherwise the language of these lists is <B>English</B>. Please do |
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1874 not send messages in other languages or HTML mail! Message size limit is 80k. |
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1875 If you have something bigger put it up for download somewhere. Click the |
7787
05e518badc1b
doc fixes part 1 (more will come when i find the time to read the rest)
attila
parents:
7700
diff
changeset
|
1876 links to subscribe. On the mailing lists, the same rules about writing |
7792
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
1877 and quoting apply as on usenet. Please follow them, it makes the life of |
a1465b7f3221
Keyboard controls and options are described in the man page, removed the
diego
parents:
7787
diff
changeset
|
1878 those who read your mails a lot easier. If you do not know them please |
7787
05e518badc1b
doc fixes part 1 (more will come when i find the time to read the rest)
attila
parents:
7700
diff
changeset
|
1879 read <A HREF="http://learn.to/edit_messages">HOWTO edit messages</A> or |
05e518badc1b
doc fixes part 1 (more will come when i find the time to read the rest)
attila
parents:
7700
diff
changeset
|
1880 (if you are in a hurry) |
05e518badc1b
doc fixes part 1 (more will come when i find the time to read the rest)
attila
parents:
7700
diff
changeset
|
1881 <A HREF="http://www.xs4all.nl/~hanb/documents/quotingguide.html"> |
05e518badc1b
doc fixes part 1 (more will come when i find the time to read the rest)
attila
parents:
7700
diff
changeset
|
1882 Quoting HOWTO</A>.</P> |
1682 | 1883 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1884 <UL> |
8442 | 1885 <LI>MPlayer announce list: |
1886 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-announce">http://mplayerhq.hu/mailman/listinfo/mplayer-announce</A><BR> | |
8566 | 1887 List for MPlayer announcements. Subscribe here if you want to get |
8442 | 1888 announcements about new features.</LI> |
6974 | 1889 <LI>MPlayer developers list: |
1890 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng</A><BR> | |
7814 | 1891 This list is about MPlayer development! Talking about interface/API |
7700
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1892 changes, new libraries, code optimization, configure changes is ontopic |
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1893 here. Send patches but <B>not</B> bug reports, user questions, feature |
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1894 requests or flames here to keep the list traffic low.</LI> |
6974 | 1895 <LI>MPlayer users list: |
1896 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-users">http://mplayerhq.hu/mailman/listinfo/mplayer-users</A> | |
1897 <UL> | |
7700
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1898 <LI>Send bug reports here after reading the <A HREF="#known_bugs">Known Bugs</A> |
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1899 and <A HREF="bugreports.html">bug reporting section</A>).</LI> |
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1900 <LI>Send feature requests here (after reading the <B>whole</B> |
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1901 documentation).</LI> |
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1902 <LI>Send user questions here (after reading the <B>whole</B> |
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1903 documentation).</LI> |
6974 | 1904 </UL> |
1905 </LI> | |
1906 <LI>MPlayer Hungarian users list: | |
1907 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-felhasznalok">http://mplayerhq.hu/mailman/listinfo/mplayer-felhasznalok</A> | |
1908 <UL> | |
1909 <LI>Hungarian language list</LI> | |
8442 | 1910 <LI>Topic? We'll see about it... mostly flame and RTFM questions up to |
1911 now :(</LI> | |
6974 | 1912 </UL> |
1913 </LI> | |
7700
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1914 <LI>MPlayer & Matrox G200/G400/G450/G550 users: |
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1915 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-matrox">http://mplayerhq.hu/mailman/listinfo/mplayer-matrox</A><BR> |
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1916 Matrox related questions like |
6974 | 1917 <UL> |
1918 <LI>things about mga_vid</LI> | |
1919 <LI>Matrox's official beta drivers (for X 4.x.x)</LI> | |
7700
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1920 <LI>matroxfb-TVout stuff</LI> |
6974 | 1921 </UL> |
1922 </LI> | |
1923 <LI>MPlayer & DVB card users: | |
1924 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dvb">http://mplayerhq.hu/mailman/listinfo/mplayer-dvb</A><BR> | |
7700
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1925 Things related to the hardware decoder card called DVB (<B>not</B> DXR3!). |
6974 | 1926 </LI> |
1927 <LI>MPlayer CVS-log: | |
1928 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog">http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog</A><BR> | |
7814 | 1929 All changes in MPlayer code are automatically sent to this list. Only |
7700
4a39a8bac5de
Mailing list section reworded and updated. This should at some point be
diego
parents:
7699
diff
changeset
|
1930 questions about these changes belong here (if you do not understand why a |
6974 | 1931 change is required or you have a better fix or you have noticed a possible |
8442 | 1932 bug/problem in the commit). |
1933 </LI> | |
10018 | 1934 <LI>MPlayer Cygwin-porting list: |
7043
ba9c212ed577
begun removing "Available options" and "Examples" sections, which
gabucino
parents:
7015
diff
changeset
|
1935 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin">http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin</A><BR> |
10018 | 1936 List for discussion about MPlayer's Cygwin port. |
8442 | 1937 </LI> |
1938 <LI>MPlayer OS/2-porting list: | |
1939 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-os2">http://mplayerhq.hu/mailman/listinfo/mplayer-os2</A><BR> | |
1940 List for discussion about MPlayer's OS/2 port. | |
1941 </LI> | |
1942 <LI>MPlayer Weekly News' editors and translators list: | |
1943 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-mwn">http://mplayerhq.hu/mailman/listinfo/mplayer-mwn</A><BR> | |
1944 List for discussion about the Weekly News releases. | |
1945 </LI> | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1946 </UL> |
1682 | 1947 |
7076
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1948 <P><B>Note:</B> You can reach the searchable mailing list archives at |
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1949 <A HREF="http://www.mplayerhq.hu/cgi-bin/htsearch">http://www.mplayerhq.hu/cgi-bin/htsearch</A>. |
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1950 |
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1951 |
3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
diego
parents:
7061
diff
changeset
|
1952 |
7365
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
1953 <H1><A NAME="bug_reports">Appendix B</A> - <A HREF="bugreports.html">How to report bugs</A></H1> |
7047 | 1954 |
1955 | |
1956 | |
7365
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
1957 <H1><A NAME="known_bugs">Appendix C - Known bugs</A></H1> |
1748 | 1958 |
6593
a2937bae0651
Expanded RTC section. It now explains how to allow RTC via /proc on newer
diego
parents:
6583
diff
changeset
|
1959 <P>Special system/CPU-specific bugs/problems:</P> |
1748 | 1960 <UL> |
1961 | |
1962 <LI>SIGILL (signal 4) on P3 using 2.2.x kernels:<BR> | |
1963 Problem: kernel 2.2.x doesn't have proper (working) SSE support<BR> | |
1964 Solution: upgrade kernel to 2.4.x<BR> | |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6731
diff
changeset
|
1965 Workaround: <CODE>./configure --disable-sse</CODE></LI> |
1748 | 1966 |
1967 <LI>General SIGILL (signal 4):<BR> | |
9777 | 1968 Problem: you compiled and run MPlayer on different machines |
6593
a2937bae0651
Expanded RTC section. It now explains how to allow RTC via /proc on newer
diego
parents:
6583
diff
changeset
|
1969 (for example compiled on P3 and running on Celeron)<BR> |
1748 | 1970 Solution: compile MPlayer on the same machine where you will use it!<BR> |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6731
diff
changeset
|
1971 Workaround: <CODE>./configure --disable-sse</CODE> etc. options</LI> |
3669
5ef5df143cbf
added "Internal buffer inconsistency" lame bug as Known problem
gabucino
parents:
3668
diff
changeset
|
1972 |
5ef5df143cbf
added "Internal buffer inconsistency" lame bug as Known problem
gabucino
parents:
3668
diff
changeset
|
1973 <LI>"Internal buffer inconsistency" during MEncoder run:<BR> |
6574 | 1974 Problem: known problem when lame < 3.90 was compiled with gcc 2.96 or 3.x.<BR> |
1975 Solution: use lame >=3.90.<BR> | |
1976 Workaround: compile lame with gcc 2.95.x and remove any already installed | |
1977 lame packages, they may have been compiled with gcc 2.96.</LI> | |
4908
9b2b09d3ff8b
strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents:
4819
diff
changeset
|
1978 |
9b2b09d3ff8b
strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents:
4819
diff
changeset
|
1979 <LI>Messed up MP2/MP3 sound on PPC:<BR> |
9b2b09d3ff8b
strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents:
4819
diff
changeset
|
1980 Problem: known GCC miscompilation bug on PPC platforms, no fix yet.<BR> |
9b2b09d3ff8b
strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents:
4819
diff
changeset
|
1981 Workaround: use FFmpeg's (slow) MP1/MP2/MP3 decoder (<CODE>-ac ffmpeg</CODE>)</LI> |
9b2b09d3ff8b
strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents:
4819
diff
changeset
|
1982 |
9b2b09d3ff8b
strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents:
4819
diff
changeset
|
1983 <LI>sig11 in libmpeg2, when scaling+encoding:<BR> |
9b2b09d3ff8b
strike period over, commiting stuff. next commit will be rewrite. (?)
gabucino
parents:
4819
diff
changeset
|
1984 Problem: known GCC 2.95.2 MMX bug, upgrade to 2.95.3.</LI> |
1748 | 1985 </UL> |
1986 | |
1987 <P>Various A-V sync and other audio problems:</P> | |
1988 | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1989 General audio delay or jerky sound (exists with all or many files): |
1748 | 1990 <UL> |
6974 | 1991 <LI>most common: buggy audio driver! - try to use different drivers, try |
1992 ALSA 0.9 OSS emulation with -ao oss, also try -ao sdl, sometimes it helps. | |
1993 If your file plays fine with -nosound, then you can be sure it's sound card | |
1994 (driver) problem.</LI> | |
1995 <LI>audio buffer problems (buffer size badly detected)<BR> | |
1996 Workaround: mplayer -abs option</LI> | |
1997 <LI>samplerate problems - maybe your card doesn't support the samplerate | |
1998 used in your files - try the resampling plugin (-aop)</LI> | |
1999 <LI>slow machine (CPU or VGA)<BR> | |
2000 try with -vo null, if it plays well, then you have slow VGA card/driver<BR> | |
2001 Workaround: buy a faster card or read this documentation about how to speed up<BR> | |
2002 Also try -framedrop</LI> | |
2003 </UL> | |
1748 | 2004 |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
2005 Audio delay/de-sync specific to one or a few files: |
1748 | 2006 <UL> |
6974 | 2007 <LI>bad file<BR> |
2008 Workaround: | |
2009 <UL> | |
2010 <LI>-ni or -nobps option (for non-interleaved or bad files)<BR> | |
2011 and/or</LI> | |
2012 <LI>-mc 0 (required for files with badly interleaved VBR audio)<BR> | |
2013 and/or</LI> | |
2014 <LI>-delay option or +/- keys at runtime to adjust delay</LI> | |
2015 </UL> | |
2016 If none of these help, please upload the file, we'll check (and fix). | |
2017 </LI> | |
2018 <LI>your sound card doesn't support 48kHz playback<BR> | |
2019 Workaround: buy a better sound card... or try to decrease fps by 10% (use | |
2020 -fps 27 for a 30fps movie) or use the resampler plugin</LI> | |
2021 <LI>slow machine<BR> | |
2022 (if A-V is not around 0, and the last number in the status line increasing)<BR> | |
2023 Workaround: -framedrop</LI> | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
2024 </UL> |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
2025 |
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
2026 No sound at all: |
1748 | 2027 <UL> |
6974 | 2028 <LI>your file uses an unsupported audio codec<BR> |
2029 Workaround: read the documentation and help us adding support for it</LI> | |
1748 | 2030 </UL> |
2031 | |
6436
a2eb6f519855
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
2032 No picture at all (just plain grey/green window): |
5105 | 2033 <UL> |
6974 | 2034 <LI>your file uses an unsupported video codec<BR> |
2035 Workaround: read the documentation and help us adding support for it</LI> | |
2036 <LI>auto-selected codec can't decode the file, try to select another using -vc | |
2037 or -vfm options</LI> | |
2038 <LI>you try to play DivX 3.x file with OpenDivX decoder or XviD (-vc odivx) | |
2039 - install Divx4Linux and recompile player</LI> | |
5105 | 2040 </UL> |
2041 | |
1748 | 2042 <P>Video-out problems:</P> |
2043 | |
2044 <P>First note: options -fs -vm and -zoom are just recommendations, not (yet) | |
6974 | 2045 supported by all drivers. So it isn't a bug if it doesn't work. |
2046 Only a few driver supports scaling/zooming, don't expect this from x11 or dga.</P> | |
1748 | 2047 |
2048 <P>OSD/sub flickering:<BR> | |
6974 | 2049 - x11 driver: sorry, it can't be fixed now<BR> |
2050 - xv driver: use -double option</P> | |
1748 | 2051 |
5105 | 2052 <P>Green image using mga_vid (-vo mga / -vo xmga):<BR> |
6974 | 2053 - mga_vid misdetected your card's RAM amount, reload it using mga_ram_size option</P> |
5105 | 2054 |
7365
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
2055 |
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
2056 |
9137
8d6431bea500
skin-en.html ---> skin.html, a typo and reversed Gabu's Cygwin "fix".
diego
parents:
9129
diff
changeset
|
2057 <H1><A NAME="skin">Appendix D</A> - <A HREF="skin.html">MPlayer skin format</A></H1> |
7365
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
2058 |
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
2059 |
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
2060 |
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
2061 <H1><A NAME="flame_wars">Appendix E</A> - <A HREF="users_against_developers.html">Developer Cries</A></H1> |
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
2062 |
822923446b66
Removed authors and maintainers section, now in txt format.
diego
parents:
7363
diff
changeset
|
2063 |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
2064 |
9387 | 2065 <H1><A NAME="patches">Appendix F</A> - <A HREF="../tech/patches.txt">How to send patches</A></H1> |
8851
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
2066 |
636c1e894a27
Appendix B and E numbered, encoding moved to a separate section.
diego
parents:
8847
diff
changeset
|
2067 |
1612 | 2068 </BODY> |
2069 </HTML> |