From: Christopher Coté Date: Fri, 21 Mar 2025 01:09:20 +0000 (-0400) Subject: add comment to vp9 profile X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=91cd3536f8a7b733826931dcc6dbc67463fab44e;p=gpx-dashboards.git add comment to vp9 profile --- 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"]