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>
* 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
* to encode images with other dimensions because an arbitrary rectangular cropping
* region can be set up. This element will automatically set up a correct cropping
* region if the dimensions are not multiples of 16 pixels. The "border" and "center"
* properties control how this cropping region will be set up.
* multiple of 16 pixels in both X and Y direction. It is however perfectly
* possible to encode images with other dimensions because an arbitrary
* rectangular cropping region can be set up. This element will automatically
* set up a correct cropping region if the dimensions are not multiples of 16
* pixels. The "border" and "center" properties control how this cropping
* region will be set up.
* </para>
* <para>
* To control the quality of the encoding, the "bitrate" and "quality" properties can
* be used. These two properties are mutualy exclusive. Setting the bitrate property
* will produce a constant bitrate (CBR) stream while setting the quality property
* will produce a variable bitrate (VBR) stream.
* To control the quality of the encoding, the "bitrate" and "quality"
* properties can be used. These two properties are mutualy exclusive. Setting
* the bitrate property will produce a constant bitrate (CBR) stream while
* setting the quality property will produce a variable bitrate (VBR) stream.
* </para>
* <title>Example pipeline</title>
* <programlisting>
* gst-launch -v videotestsrc num-buffers=1000 ! theoraenc ! oggmux ! filesink location=videotestsrc.ogg
* </programlisting>
* 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>
*
* Last reviewed on 2006-03-01 (0.10.4)