mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
vp8enc: Update documentation to reflect new property names
...and also link to the WebM encoder parameters website.
This commit is contained in:
parent
acd0824cf6
commit
8ed85c7538
1 changed files with 7 additions and 5 deletions
|
@ -29,11 +29,13 @@
|
||||||
* </ulink>. It's the successor of On2 VP3, which was the base of the
|
* </ulink>. It's the successor of On2 VP3, which was the base of the
|
||||||
* Theora video codec.
|
* Theora video codec.
|
||||||
*
|
*
|
||||||
* To control the quality of the encoding, the #GstVP8Enc::bitrate and
|
* To control the quality of the encoding, the #GstVP8Enc::target-bitrate,
|
||||||
* #GstVP8Enc::quality properties can be used. These two properties are
|
* #GstVP8Enc::min-quantizer, #GstVP8Enc::max-quantizer or #GstVP8Enc::cq-level
|
||||||
* mutualy exclusive. Setting the bitrate property will produce a constant
|
* properties can be used. Which one is used depends on the mode selected by
|
||||||
* bitrate (CBR) stream while setting the quality property will produce a
|
* the #GstVP8Enc::end-usage property.
|
||||||
* variable bitrate (VBR) stream.
|
* See <ulink url="http://www.webmproject.org/docs/encoder-parameters/">Encoder Parameters</ulink>
|
||||||
|
* for explanation, examples for useful encoding parameters and more details
|
||||||
|
* on the encoding parameters.
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <title>Example pipeline</title>
|
* <title>Example pipeline</title>
|
||||||
|
|
Loading…
Reference in a new issue