vp9dec
This element decodes VP9 streams into raw video. VP9 is a royalty-free video codec maintained by Google It's the successor of On2 VP3, which was the base of the Theora video codec.
Example pipeline
gst-launch-1.0 -v filesrc location=videotestsrc.webm ! matroskademux ! vp9dec ! videoconvert ! videoscale ! autovideosink
This example pipeline will decode a WebM stream and decodes the VP9 video.
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──GstVideoDecoder ╰──GstVPXDec ╰──vp9dec
Factory details
Authors: – David Schleef
Classification: – Codec/Decoder/Video
Rank – primary
Plugin – vpx
Package – GStreamer Good Plug-ins
Pad Templates
src
video/x-raw:
format: { I420, YV12, Y42B, Y444, GBR, I420_10LE, I420_12LE, I422_10LE, I422_12LE, Y444_10LE, Y444_12LE, GBR_10LE, GBR_12LE }
width: [ 1, 2147483647 ]
height: [ 1, 2147483647 ]
framerate: [ 0/1, 2147483647/1 ]
The results of the search are