Skip to content

Draft: tsdemux: add basic VVC support

Carlos Bentzen requested to merge cadubentzen/gstreamer:tsdemux-vvc into main

Add basic VVC support to the tsdemux element.

Tested it manually with sample TS files from here and the following pipeline:

gst-launch-1.0 filesrc location=in.ts ! tsdemux ! queue ! video/x-h266 ! filesink location=out.vvc

(because there are no VVC decoder or parser elements yet)

out.vvc can then be decoded using VVdeC. Either by the custom FFmpeg build or the vvdecapp CLI utility.

Edited by Carlos Bentzen

Merge request reports