[MPlayer-DOCS] CVS: main/DOCS/xml/en mencoder.xml,1.44,1.45

Josh Varner jlvarner at gmail.com
Tue Apr 12 15:33:49 CEST 2005


On Apr 11, 2005 2:19 PM, Guillaume Poirier <poirierg at gmail.com> wrote:
> Hi,
> 
> On Apr 11, 2005 1:07 AM, Torinthiel <torinthiel at megapolis.pl> wrote:
> > On Sun, Apr 10, 2005 at 10:59:35PM +0200, Guillaume Poirier CVS wrote:
> > > @@ -660,14 +619,17 @@
> > >    audio track(s), so you should <link linkend="menc-feat-dvd-mpeg4-audio">rip
> > >    those</link> first.
> > >    You can compute the bitrate with the following equation:
> > > -  bitrate = (target_size_in_Mbytes - sound_size_in_Mbytes) * 1024 * 1024 / length_in_secs * 8 / 1000
> > > +  <equation>bitrate = (target_size_in_Mbytes - sound_size_in_Mbytes) *
> > > +  1024 * 1024 / length_in_secs * 8 / 1000</equation>

> Maybe I did not use the correct tag for the purpose of those
> equations, please suggest me a more appropriate one if you know it.
> 
I think you want to use informal equation rather than equation, and
then don't specify any attributes for the graphic so that it has to
use the alt data (the graphic is still mandatory though).
<informalequation>
  <alt>bitrate = (target_size_in_Mbytes - sound_size_in_Mbytes) *
     1024 * 1024 / length_in_secs * 8 / 1000</alt>
  <graphic></graphic>
</informalequation>
http://www.oasis-open.org/docbook/documentation/reference/html/informalequation.html

If this works it would probably be the same for equation or
inlineequation, which may be closer to what you want.
http://www.oasis-open.org/docbook/documentation/reference/html/inlineequation.html

Note: This is based on only a passing knowledge of DocBook.
Josh




More information about the MPlayer-DOCS mailing list