summaryrefslogtreecommitdiffstats
path: root/DOCS/faq.html
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/faq.html')
-rw-r--r--DOCS/faq.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/DOCS/faq.html b/DOCS/faq.html
index 7614fb3a80..c7475cd290 100644
--- a/DOCS/faq.html
+++ b/DOCS/faq.html
@@ -145,7 +145,7 @@ It's much faster. If SDL's DGA works too, use that, it'll be EVEN faster!
<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
What is the meaning of numbers in the status line?
</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
-See: <CODE>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57 41% 0% 2.6% 0</CODE><BR>
+See: <CODE>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57 41% 0% 2.6% 0 4</CODE><BR>
<UL>
<LI>A: audio position in seconds
<LI>V: video position in seconds
@@ -156,11 +156,18 @@ See: <CODE>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57 41% 0% 2.6% 0</C
<LI>video_out cpu usage for avi, 0 for mpg (see above)
<LI>audio codec cpu usage in percent
<LI>frames needed to drop to maintain A-V sync
+<LI>current level of image postprocessing (when using -autoq)
</UL>
<I>Most of them are for debug purposes, and will be removed soon.</I>
</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
+What if I don't want them to appear?
+</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
+Then you use the -quiet option, and read the manpage.
+</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
+
+<TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
Why is video_out cpu usage zero (0%) for mpeg files?
</B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
It's not zero, but it's built in into codec, so can't be measured separated.