diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-07-20 14:50:31 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-07-20 14:50:31 +0000 |
commit | 5fbaaad19151a86d4343cb94bfd6187633494936 (patch) | |
tree | b0f56c78d66d3225086ce77abb009fcebed2c6e5 /DOCS | |
parent | 47848b215d1af2eba31c464b94836f391819f07a (diff) |
Small correction and port to XML.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10449 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/en/faq.html | 4 | ||||
-rw-r--r-- | DOCS/xml/en/faq.xml | 11 |
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> |