mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
vtenc: Add missing vtenc_h265 docs
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6664>
This commit is contained in:
parent
39f62862d8
commit
2aa1f465e2
1 changed files with 30 additions and 0 deletions
|
@ -60,6 +60,36 @@
|
||||||
* Since: 1.20
|
* Since: 1.20
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION:element-vtenc_h265
|
||||||
|
* @title: vtenc_h265
|
||||||
|
*
|
||||||
|
* Apple VideoToolbox H265 encoder, which can either use HW or a SW
|
||||||
|
* implementation depending on the device.
|
||||||
|
*
|
||||||
|
* ## Example pipeline
|
||||||
|
* |[
|
||||||
|
* gst-launch-1.0 -v videotestsrc ! vtenc_h265 ! qtmux ! filesink location=out.mov
|
||||||
|
* ]| Encode a test video pattern and save it as an MOV file
|
||||||
|
*
|
||||||
|
* Since: 1.22
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION:element-vtenc_h265_hw
|
||||||
|
* @title: vtenc_h265_hw
|
||||||
|
*
|
||||||
|
* Apple VideoToolbox H265 HW-only encoder (only available on macOS at
|
||||||
|
* present).
|
||||||
|
*
|
||||||
|
* ## Example pipeline
|
||||||
|
* |[
|
||||||
|
* gst-launch-1.0 -v videotestsrc ! vtenc_h265_hw ! qtmux ! filesink location=out.mov
|
||||||
|
* ]| Encode a test video pattern and save it as an MOV file
|
||||||
|
*
|
||||||
|
* Since: 1.22
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue