diff --git a/fluster/decoders/ffmpeg.py b/fluster/decoders/ffmpeg.py index 7fa9f78a..41e3151f 100644 --- a/fluster/decoders/ffmpeg.py +++ b/fluster/decoders/ffmpeg.py @@ -524,6 +524,8 @@ class FFmpegQsvDecoder(FFmpegDecoder): OutputFormat.YUV422P10LE: "y210le", OutputFormat.YUV444P: "vuyx", OutputFormat.YUV444P10LE: "xv30le", + OutputFormat.YUV444P14LE: "xv36", + # No native support for GBRP14LE } def __init__(self) -> None: