Use default ffmpeg to export webp image (#18740)

This commit is contained in:
Nicolas Mowen 2025-06-16 11:41:01 -06:00 committed by GitHub
parent d727adddde
commit c935a76a45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,7 +126,7 @@ class RecordingExporter(threading.Thread):
minutes = int(diff / 60)
seconds = int(diff % 60)
ffmpeg_cmd = [
self.config.ffmpeg.ffmpeg_path,
"7.0",
"-hide_banner",
"-loglevel",
"warning",