Mercurial > mplayer.hg
changeset 10448:091fc3a26c00
Small correction and port to XML.
author | diego |
---|---|
date | Sun, 20 Jul 2003 14:50:31 +0000 |
parents | 3eab06376d24 |
children | 498568fe7fd8 |
files | DOCS/en/faq.html DOCS/xml/en/faq.xml |
diffstat | 2 files changed, 13 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/en/faq.html Sun Jul 20 13:51:04 2003 +0000 +++ b/DOCS/en/faq.html Sun Jul 20 14:50:31 2003 +0000 @@ -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>
--- a/DOCS/xml/en/faq.xml Sun Jul 20 13:51:04 2003 +0000 +++ b/DOCS/xml/en/faq.xml Sun Jul 20 14:50:31 2003 +0000 @@ -1174,6 +1174,17 @@ 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>