fix width of docs

Original commit message from CVS:
fix width of docs
This commit is contained in:
Thomas Vander Stichele 2006-04-10 14:52:10 +00:00
parent ba7bbf143b
commit 3d49ea4aa2
2 changed files with 13 additions and 11 deletions

2
common

@ -1 +1 @@
Subproject commit 1783855e983a5294434673694e8a57e44980b6f1 Subproject commit a6710e67fd82147e32a18f1b63177583faffd498

View file

@ -30,24 +30,26 @@
* </para> * </para>
* <para> * <para>
* The theora codec internally only supports encoding of images that are a * The theora codec internally only supports encoding of images that are a
* multiple of 16 pixls in both X and Y direction. It is however perfectly possible * multiple of 16 pixels in both X and Y direction. It is however perfectly
* to encode images with other dimensions because an arbitrary rectangular cropping * possible to encode images with other dimensions because an arbitrary
* region can be set up. This element will automatically set up a correct cropping * rectangular cropping region can be set up. This element will automatically
* region if the dimensions are not multiples of 16 pixels. The "border" and "center" * set up a correct cropping region if the dimensions are not multiples of 16
* properties control how this cropping region will be set up. * pixels. The "border" and "center" properties control how this cropping
* region will be set up.
* </para> * </para>
* <para> * <para>
* To control the quality of the encoding, the "bitrate" and "quality" properties can * To control the quality of the encoding, the "bitrate" and "quality"
* be used. These two properties are mutualy exclusive. Setting the bitrate property * properties can be used. These two properties are mutualy exclusive. Setting
* will produce a constant bitrate (CBR) stream while setting the quality property * the bitrate property will produce a constant bitrate (CBR) stream while
* will produce a variable bitrate (VBR) stream. * setting the quality property will produce a variable bitrate (VBR) stream.
* </para> * </para>
* <title>Example pipeline</title> * <title>Example pipeline</title>
* <programlisting> * <programlisting>
* gst-launch -v videotestsrc num-buffers=1000 ! theoraenc ! oggmux ! filesink location=videotestsrc.ogg * gst-launch -v videotestsrc num-buffers=1000 ! theoraenc ! oggmux ! filesink location=videotestsrc.ogg
* </programlisting> * </programlisting>
* This example pipeline will encode a test video source to theora muxed in an * This example pipeline will encode a test video source to theora muxed in an
* ogg container. Refer to the theoradec documentation to decode the create stream. * ogg container. Refer to the theoradec documentation to decode the create
* stream.
* </refsect2> * </refsect2>
* *
* Last reviewed on 2006-03-01 (0.10.4) * Last reviewed on 2006-03-01 (0.10.4)