comparison DOCS/documentation.html @ 9230:d14fea190b6b

some fixes
author arpi
date Sun, 02 Feb 2003 23:18:06 +0000
parents d81407c5ef1c
children 1399facc01d7
comparison
equal deleted inserted replaced
9229:334a2d73e612 9230:d14fea190b6b
410 <LI>video encoding from <B>V4L compatible TV tuners</B></LI> 410 <LI>video encoding from <B>V4L compatible TV tuners</B></LI>
411 <LI>encoding/multiplexing to interleaved AVI files with proper index</LI> 411 <LI>encoding/multiplexing to interleaved AVI files with proper index</LI>
412 <LI>creating files from external audio stream</LI> 412 <LI>creating files from external audio stream</LI>
413 <LI>1, 2 or 3 pass encoding</LI> 413 <LI>1, 2 or 3 pass encoding</LI>
414 <LI><B>VBR</B> MP3 audio - <B>IMPORTANT NOTE:</B> VBR MP3 audio doesn't 414 <LI><B>VBR</B> MP3 audio - <B>IMPORTANT NOTE:</B> VBR MP3 audio doesn't
415 always play nicely on Windows players! On the other hand, currently 415 always play nicely on Windows players!</LI>
416 MEncoder's CBR encoding is totally broken on Win32 players :)</LI>
417 <LI>PCM audio</LI> 416 <LI>PCM audio</LI>
418 <LI>stream copying</LI> 417 <LI>stream copying</LI>
419 <LI>input A/V synchronizing (PTS-based, can be disabled with -mc 0 option)</LI> 418 <LI>input A/V synchronizing (PTS-based, can be disabled with -mc 0 option)</LI>
420 <LI>FPS correction with <CODE>-ofps</CODE> option (useful when encoding 419 <LI>FPS correction with <CODE>-ofps</CODE> option (useful when encoding
421 29.97fps VOB to 24fps AVI)</LI> 420 29.97fps VOB to 24fps AVI)</LI>
508 <H4>Software requirements:</H4> 507 <H4>Software requirements:</H4>
509 508
510 <UL> 509 <UL>
511 <LI><B>binutils</B> - suggested version is <B>2.11.x</B> . This program is 510 <LI><B>binutils</B> - suggested version is <B>2.11.x</B> . This program is
512 responsible for generating MMX/3DNow!/etc instructions, thus very important.</LI> 511 responsible for generating MMX/3DNow!/etc instructions, thus very important.</LI>
513 <LI><B>gcc</B> - suggested versions are: <B>2.95.3</B>, <B>2.95.4</B> and <B>3.1</B>. 512 <LI><B>gcc</B> - suggested versions are: <B>2.95.3</B> (maybe <B>2.95.4</B>) and <B>3.2+</B>.
514 <B>NEVER</B> use 2.96 or 3.0.x! They generate faulty code for MPlayer. 513 <B>NEVER</B> use 2.96 or 3.0.x! They generate faulty code for MPlayer.
515 If you decide to change gcc from 2.96, then don't decide in favor of 3.0.x 514 If you decide to change gcc from 2.96, then don't decide in favor of 3.0.x
516 just because it's newer! Early releases of 3.0.x were even more buggy than 515 just because it's newer! Early releases of 3.0.x were even more buggy than
517 2.96. So downgrade to 2.95.x (downgrade libstdc++ too, other programs may 516 2.96. So downgrade to 2.95.x (downgrade libstdc++ too, other programs may
518 need it) or don't up/downgrade at all (but in this case, be prepared for 517 need it) or don't up/downgrade at all (but in this case, be prepared for
817 816
818 817
819 818
820 <H2><A NAME="gui">1.3 What about the GUI?</A></H2> 819 <H2><A NAME="gui">1.3 What about the GUI?</A></H2>
821 820
822 <P>The GUI needs GTK (it isn't GTK, but the panels are). The skins are stored 821 <P>The GUI needs GTK 1.2.x (it isn't fully GTK, but the panels are). The skins are stored
823 in PNG format, so gtk, libpng (and their devel stuff) has to be installed. 822 in PNG format, so gtk, libpng (and their devel stuff, usually called gtk-dev and libpng-dev) has to be installed.
824 You can build it by specifying <CODE>--enable-gui</CODE> during 823 You can build it by specifying <CODE>--enable-gui</CODE> during
825 <CODE>./configure</CODE>. Then, to turn on GUI mode, you either</P> 824 <CODE>./configure</CODE>. Then, to turn on GUI mode, you either</P>
826 <UL> 825 <UL>
827 <LI>specify <CODE>gui=yes</CODE> in your config file</LI> 826 <LI>specify <CODE>gui=yes</CODE> in your config file</LI>
828 <LI><CODE>ln -s $PREFIX/bin/mplayer $PREFIX/bin/gmplayer</CODE> , 827 <LI><CODE>ln -s $PREFIX/bin/mplayer $PREFIX/bin/gmplayer</CODE> ,