diff options
-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> |