From 0c663041d897b5d609ca72cbbf42e689feac27ad Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 4 Feb 2021 10:45:03 -0500 Subject: [PATCH] test --- stream/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stream/__init__.py b/stream/__init__.py index 2f62e9e..eaa8256 100644 --- a/stream/__init__.py +++ b/stream/__init__.py @@ -165,9 +165,9 @@ class Plugin_OBJ(): ffmpeg_command = [] ffmpeg_command.extend([ - "-c:v", "copy", - "-c:a", "copy", - "-f", "webm" - ]) + "-c:v", "libvpx", + "-c:a", "libvorbis", + "-f", "webm" + ]) return ffmpeg_command