Quieter SVT-AV1 when encoding video previews.

This commit is contained in:
2026-08-11 16:07:34 +00:00
parent f0c3f7a7f9
commit 5ed627d9f4
+4
View File
@@ -18,6 +18,10 @@ import io
import logging
import mimetypes
import os
# Silence the SVT-AV1 encoder's stderr spam, set log level ERROR
os.environ.setdefault("SVT_LOG", "1")
import shlex
import struct
import subprocess