From fb25a97f3c7d1e63ec3e22b6a3958c863f835577 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 4 Feb 2021 10:47:08 -0500 Subject: [PATCH] test --- stream/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stream/__init__.py b/stream/__init__.py index 51aedbb..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", "mp4" + "-c:v", "libvpx", + "-c:a", "libvorbis", + "-f", "webm" ]) return ffmpeg_command