summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-20 14:50:31 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-20 14:50:31 +0000
commit5fbaaad19151a86d4343cb94bfd6187633494936 (patch)
treeb0f56c78d66d3225086ce77abb009fcebed2c6e5
parent47848b215d1af2eba31c464b94836f391819f07a (diff)
downloadmpv-5fbaaad19151a86d4343cb94bfd6187633494936.tar.bz2
mpv-5fbaaad19151a86d4343cb94bfd6187633494936.tar.xz
Small correction and port to XML.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10449 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/en/faq.html4
-rw-r--r--DOCS/xml/en/faq.xml11
2 files changed, 13 insertions, 2 deletions
diff --git a/DOCS/en/faq.html b/DOCS/en/faq.html
index c451bc4dee..7824b4f7b5 100644
--- a/DOCS/en/faq.html
+++ b/DOCS/en/faq.html
@@ -802,9 +802,9 @@
<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>
- <DT>Q: I can't encode ASF files to AVI/DIVX because it uses 1000 fps?</DT>
+ <DT>Q: I can't encode ASF files to AVI/DivX because it uses 1000 fps?</DT>
<DD>A: Because ASF uses variable frame rate but AVI uses a fixed one, you
- have to set it by hand using -ofps.</DD>
+ have to set it by hand using <CODE>-ofps</CODE>.</DD>
</DL>
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 988e62f8a5..47521894ab 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -1174,6 +1174,17 @@ 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.
</para></answer>
</qandaentry>
+
+<qandaentry>
+<question><para>
+I can't encode ASF files to AVI/DivX because it uses 1000 fps?
+</para></question>
+<answer><para>
+Because ASF uses variable frame rate but AVI uses a fixed one, you
+have to set it by hand using <option>-ofps</option>.</DD>
+</para></answer>
+</qandaentry>
+
</qandadiv>
</qandaset>