comparison DOCS/documentation.html @ 9232:1399facc01d7

small updates and style improvements
author diego
date Sun, 02 Feb 2003 23:56:45 +0000
parents d14fea190b6b
children 537ff3f9961d
comparison
equal deleted inserted replaced
9231:13719146e5a4 9232:1399facc01d7
280 <LI><A HREF="encoding.html#2pass">7.1 Encoding 2 or 3-pass MPEG-4 ("DIVX")</A></LI> 280 <LI><A HREF="encoding.html#2pass">7.1 Encoding 2 or 3-pass MPEG-4 ("DIVX")</A></LI>
281 <LI><A HREF="encoding.html#mpeg">7.2 Encoding to MPEG format</A></LI> 281 <LI><A HREF="encoding.html#mpeg">7.2 Encoding to MPEG format</A></LI>
282 <LI><A HREF="encoding.html#rescaling">7.3 Rescaling movies</A></LI> 282 <LI><A HREF="encoding.html#rescaling">7.3 Rescaling movies</A></LI>
283 <LI><A HREF="encoding.html#copying">7.4 Stream copying</A></LI> 283 <LI><A HREF="encoding.html#copying">7.4 Stream copying</A></LI>
284 <LI><A HREF="encoding.html#fixing">7.5 Fixing AVIs with broken index</A></LI> 284 <LI><A HREF="encoding.html#fixing">7.5 Fixing AVIs with broken index</A></LI>
285 <UL>
286 <LI><A HREF="encoding.html#appending">7.5.1 Appending multiple AVI files</A></LI>
287 </UL>
285 <LI><A HREF="encoding.html#libavcodec">7.6 Encoding with the libavcodec codec family</A></LI> 288 <LI><A HREF="encoding.html#libavcodec">7.6 Encoding with the libavcodec codec family</A></LI>
286 <LI><A HREF="encoding.html#image_files">7.7 Encoding from multiple input image files (JPEGs or PNGs)</A></LI> 289 <LI><A HREF="encoding.html#image_files">7.7 Encoding from multiple input image files (JPEGs or PNGs)</A></LI>
287 <LI><A HREF="encoding.html#vobsub">7.8 Extracting DVD subtitles to a Vobsub file</A></LI> 290 <LI><A HREF="encoding.html#vobsub">7.8 Extracting DVD subtitles to a Vobsub file</A></LI>
288 <LI><A HREF="encoding.html#aspect">7.9 Preserving aspect ratio</A></LI> 291 <LI><A HREF="encoding.html#aspect">7.9 Preserving aspect ratio</A></LI>
289 </UL> 292 </UL>
816 819
817 820
818 821
819 <H2><A NAME="gui">1.3 What about the GUI?</A></H2> 822 <H2><A NAME="gui">1.3 What about the GUI?</A></H2>
820 823
821 <P>The GUI needs GTK 1.2.x (it isn't fully GTK, but the panels are). The skins are stored 824 <P>The GUI needs GTK 1.2.x (it isn't fully GTK, but the panels are). The skins
822 in PNG format, so gtk, libpng (and their devel stuff, usually called gtk-dev and libpng-dev) has to be installed. 825 are stored in PNG format, so gtk, libpng (and their devel stuff, usually
826 called gtk-dev and libpng-dev) has to be installed.
823 You can build it by specifying <CODE>--enable-gui</CODE> during 827 You can build it by specifying <CODE>--enable-gui</CODE> during
824 <CODE>./configure</CODE>. Then, to turn on GUI mode, you either</P> 828 <CODE>./configure</CODE>. Then, to turn on GUI mode, you either</P>
825 <UL> 829 <UL>
826 <LI>specify <CODE>gui=yes</CODE> in your config file</LI> 830 <LI>specify <CODE>gui=yes</CODE> in your config file</LI>
827 <LI><CODE>ln -s $PREFIX/bin/mplayer $PREFIX/bin/gmplayer</CODE> , 831 <LI><CODE>ln -s $PREFIX/bin/mplayer $PREFIX/bin/gmplayer</CODE> ,