From 8e0f0d389d7a59659a31184f1dddfa24a0f61d33 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Tue, 10 Sep 2024 17:00:29 +0200 Subject: [PATCH] spot: some comments --- spot/entrypoints/offscreen/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spot/entrypoints/offscreen/main.js b/spot/entrypoints/offscreen/main.js index 357319d0b..bf7dd2db4 100644 --- a/spot/entrypoints/offscreen/main.js +++ b/spot/entrypoints/offscreen/main.js @@ -16,11 +16,13 @@ function getRecordingSettings(qualityValue) { const duration = 3 * 60 * 1000; // 3 minutes const mimeTypes = [ + // fastest trimming and HLS "video/webm;codecs=h264", "video/webm;codecs=avc1", "video/webm;codecs=av1", "video/mp4;codecs=avc1", "video/webm;codecs=vp8,opus", + // best performance "video/webm;codecs=vp9,opus", ];