Update of /cvsroot/mplayer/main/DOCS In directory mail:/var/tmp.root/cvs-serv8444 Modified Files: faq.html Log Message: HTML restructured. Now using definition lists instead of tables. Content not changed. Index: faq.html =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/faq.html,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- faq.html 11 Aug 2002 15:49:41 -0000 1.102 +++ faq.html 11 Aug 2002 22:24:26 -0000 1.103 @@ -5,697 +5,738 @@ <TITLE>FAQ - MPlayer - The Movie Player for Linux</TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="default.css"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <STYLE TYPE="text/css"> + dt { + font-weight : bold; + } + </STYLE> </HEAD> <BODY> [...1379 lines suppressed...] + <DD> </DD> + + <DT>Q: How can I encode only selected chapters from a DVD?</DT> + <DD>A: Use the <CODE>-chapter</CODE> option correctly, like: + <CODE>-chapter 5-7</CODE></DD> + <DD> </DD> + + <DT>Q: I'm trying to work with 2GB+ files on a VFAT file system. Does it work?</DT> + <DD>A: No, VFAT doesn't support 2GB+ files.</DD> + <DD> </DD> + + <DT>Q: Why is the recommended bitrate printed by MEncoder negative?</DT> + <DD>A: Because the bitrate you encoded the audio with is too large to fit the + movie on any CD. Check if you have libmp3lame installed properly.</DD> -</TABLE> +</DL> </BODY> </HTML>
participants (1)
-
Diego Biurrun CVS