Mercurial > mplayer.hg
changeset 8930:2c572a9c153f
fixes
author | gabucino |
---|---|
date | Sun, 12 Jan 2003 21:24:19 +0000 |
parents | c5ca1ae42555 |
children | cba5d3e94bfa |
files | DOCS/documentation.html DOCS/encoding.html DOCS/faq.html |
diffstat | 3 files changed, 15 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/documentation.html Sun Jan 12 20:16:28 2003 +0000 +++ b/DOCS/documentation.html Sun Jan 12 21:24:19 2003 +0000 @@ -260,7 +260,7 @@ <UL> <LI><A HREF="faq.html#compilation">5.1 Compilation</A></LI> <LI><A HREF="faq.html#general">5.2 General questions</A></LI> - <LI><A HREF="faq.html#playback">5.3 playback problems</A></LI> + <LI><A HREF="faq.html#playback">5.3 Playback problems</A></LI> <LI><A HREF="faq.html#driver">5.4 Video/audio driver problems (vo/ao)</A></LI> <LI><A HREF="faq.html#dvd">5.5 DVD playback</A></LI> <LI><A HREF="faq.html#features">5.6 Feature requests</A></LI> @@ -1735,15 +1735,17 @@ accessed. (<A HREF="http://groups.yahoo.com/group/solarisonintel/message/22516">http://groups.yahoo.com/group/solarisonintel/message/22516</A>) <P> - This problem does not exist in the SPARC version of Solaris 8. + This problem does not exist in the SPARC version of Solaris 8. + </P> </LI> <LI>A similar bug is present in the hsfs(7FS) filesystem code (aka ISO9660), hsfs may not not support partitions/disks larger than 4GB, all data is accessed modulo 4GB. (<A HREF="http://groups.yahoo.com/group/solarisonintel/message/22592">http://groups.yahoo.com/group/solarisonintel/message/22592</A>). <P> - The hsfs problem can be fixed by installing patch 109764-04 (sparc) / - 109765-04 (x86). + The hsfs problem can be fixed by installing patch 109764-04 (sparc) / + 109765-04 (x86). + </P> </LI> </UL>
--- a/DOCS/encoding.html Sun Jan 12 20:16:28 2003 +0000 +++ b/DOCS/encoding.html Sun Jan 12 21:24:19 2003 +0000 @@ -23,7 +23,7 @@ encoding with MEncoder.</P> -<H2><A NAME="2pass">7.1 Encoding 2 or 3-pass MPEG-4 ("DIVX")</A></H2> +<H2><A NAME="2pass">7.1 Encoding 2 or 3-pass MPEG-4 ("DivX")</A></H2> <P><U><B>2-pass encoding:</B></U> the name comes from the fact that this method encodes the file <I>twice</I>. The first encoding (dubbed <I>pass</I>) @@ -149,7 +149,7 @@ <LI>mjpeg - Motion JPEG</LI> <LI>h263 - H263</LI> <LI>h263p - H263 Plus</LI> - <LI>mpeg4 - ISO standard MPEG-4 (DivX 4/5, OpenDivX, XVID compatible)</LI> + <LI>mpeg4 - ISO standard MPEG-4 (DivX 5, XVID compatible)</LI> <LI>msmpeg4 - pre-standard MPEG-4 variant by MS, v3 (aka DivX3)</LI> <LI>msmpeg4v2 - pre-standard MPEG-4 by MS, v2 (used in old asf files)</LI> <LI>wmv1 - Windows Media Video, version 1 (aka WMV7)</LI>
--- a/DOCS/faq.html Sun Jan 12 20:16:28 2003 +0000 +++ b/DOCS/faq.html Sun Jan 12 21:24:19 2003 +0000 @@ -732,6 +732,13 @@ <A HREF="documentation.html#cygwin">Cygwin</A>.</DD> <DD> </DD> + <DT>Q: How can I make MPlayer remember the options I use for this + particular file?</DT> + <DD>A: Create a file named <CODE>movie.avi.conf</CODE> with the + file-specific options in it and put it in <CODE>~/.mplayer</CODE> or in + the same directory as the file.</DD> + <DD> </DD> + </DL>