mfvp9enc
This element encodes raw video into VP9 compressed data.
Example pipelines
gst-launch-1.0 -v videotestsrc ! mfvp9enc ! matroskamux ! filesink location=videotestsrc.mkv
This example pipeline will encode a test video source to VP9 using Media Foundation encoder, and muxes it in a mkv container.
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──GstVideoEncoder ╰──GstMFVideoEnc ╰──mfvp9enc
Implemented interfaces
Factory details
Authors: – Seungha Yang
Classification: – Codec/Encoder/Video/Hardware
Rank – secondary
Plugin – mediafoundation
Package – GStreamer Bad Plug-ins
Pad Templates
sink
video/x-raw:
format: { NV12 }
width: [ 64, 8192 ]
height: [ 64, 8192 ]
src
video/x-vp9:
width: [ 64, 8192 ]
height: [ 64, 8192 ]
Properties
gop-size
“gop-size” guint
The number of pictures from one GOP header to the next, (0 = MFT default)
Flags : Read / Write
Default value : 0
low-latency
“low-latency” gboolean
Enable low latency encoding
Flags : Read / Write
Default value : false
max-bitrate
“max-bitrate” guint
The maximum bitrate applied when rc-mode is "pcvbr" in kbit/sec (0 = MFT default)
Flags : Read / Write
Default value : 0
Named constants
Mfvp9enc-rcmode
Members
cbr
(0) – Constant bitrate
qvbr
(1) – Quality-based variable bitrate
The results of the search are