From f4a9ea76a12414031a8b5434bf304902c3101b1b Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Sat, 2 Apr 2022 07:12:07 +1100 Subject: [PATCH] Fix 10bit vp9 streaming (#2458) --- pkg/ffmpeg/stream.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/ffmpeg/stream.go b/pkg/ffmpeg/stream.go index 4f4a11f24..6cc71160b 100644 --- a/pkg/ffmpeg/stream.go +++ b/pkg/ffmpeg/stream.go @@ -85,6 +85,7 @@ var CodecVP9 = Codec{ "-row-mt", "1", "-crf", "30", "-b:v", "0", + "-pix_fmt", "yuv420p", }, }