Don't print ffprobe stdout logs (#8153)

This commit is contained in:
Nicolas Mowen 2023-10-13 16:04:38 -06:00 committed by GitHub
parent 34b315cc8c
commit 4c7ea01137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,6 +355,7 @@ class RecordingMaintainer(threading.Thread):
"+faststart",
file_path,
stderr=asyncio.subprocess.PIPE,
stdout=asyncio.subprocess.DEVNULL,
)
await p.wait()