mirror of https://github.com/mpv-player/mpv
Small correction and port to XML.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10449 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
47848b215d
commit
5fbaaad191
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue