diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-07-25 01:48:17 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-07-25 01:48:17 +0000 |
commit | d474d46ebc4cdd36172d86673fbacfd59d0329af (patch) | |
tree | eaa2de22562b15502dfd780c836f23bbd707f39a | |
parent | 12579136ff6884351c45199dfcfb75011a1e4e87 (diff) |
Advertise mencvcd, the woes of seeking in a paused movie and to OSD or not
to OSD.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6783 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/faq.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/DOCS/faq.html b/DOCS/faq.html index f8ca7c393e..87f0d05b4f 100644 --- a/DOCS/faq.html +++ b/DOCS/faq.html @@ -203,6 +203,12 @@ should be good). Since it is not our fault, please do <B>not</B> report! <TD COLSPAN=3><B><A NAME="5.2">5.2 General questions</A></B> </TD><TR><TD COLSPAN=3> </TD><TR> +<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>There is a timer in the upper +left corner. How can I get rid of it? +</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Press <CODE>o</CODE> and try the +<CODE>-osdlevel</CODE> option. +</TD><TR><TD COLSPAN=3> </TD><TR> + <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>The <CODE>-xy</CODE> or <CODE>-fs</CODE> option doesn't work with the x11 driver (<CODE>-vo x11</CODE>) ... </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>It does, but you have to explicitly specify software scaling (it's SLOW!) with the <CODE>-zoom</CODE> option. You better use XF86VidMode support: @@ -627,6 +633,14 @@ and try enabling DMA for the DVD drive with the hdparm tool (described in the <B><A NAME="5.6">5.6 Feature requests</A></B> </TD><TR><TD COLSPAN=3> </TD><TR> +<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>If <B>MPlayer</B> is paused +and I try to seek or press any key at all, <B>MPlayer</B> ceases to be paused. +I would like to be able to seek in the paused movie. +</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This is very tricky to implement +without losing A/V synchronization. All attempts have failed so far, but patches +are welcome. +</TD><TR><TD COLSPAN=3> </TD><TR> + <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I'd like to seek +/- 1 frames instead of 10 seconds. </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This won't be done. It was, but then it messed up A/V sync. Feel free to implement it, and send a patch. Don't ask for it. @@ -647,6 +661,12 @@ implement it, and send a patch. Don't ask for it. </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Read the <B>MEncoder</B> <A HREF="encoding.html">documentation</A>. </TD><TR><TD COLSPAN=3> </TD><TR> +<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>How can I create VCDs? +</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Try the <CODE>mencvcd</CODE> +script from the <CODE>TOOLS</CODE> subdirectory. With it you can encode DVDs or +other movies to VCD or SVCD format and even burn them directly to CD.</A>. +</TD><TR><TD COLSPAN=3> </TD><TR> + <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>My tuner works, I can hear the sound and watch the video with MPlayer, but MEncoder doesn't encode audio! </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>TV audio encoding for Linux is currently unimplemented, we're working on it. |