From 91cd3536f8a7b733826931dcc6dbc67463fab44e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christopher=20Cot=C3=A9?= Date: Thu, 20 Mar 2025 21:09:20 -0400 Subject: [PATCH] add comment to vp9 profile --- config/ffmpeg-profiles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ffmpeg-profiles.json b/config/ffmpeg-profiles.json index 3b340ca..4775ff4 100644 --- a/config/ffmpeg-profiles.json +++ b/config/ffmpeg-profiles.json @@ -9,7 +9,7 @@ "input": ["-hwaccel", "auto"], "output": ["-r", "50", "-vcodec", "qtrle", "-pix_fmt", "argb"] }, - "vp9": { + "vp9" :{ "_comment": "extension is .webm", "input": [], "output": ["-vcodec", "vp9", "-pix_fmt", "yuva420p"] -- 2.45.3