From 6fa239a1b8460145c53415bfc0d25e4961a8da1f Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 4 Feb 2021 10:46:12 -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 eaa8256..51aedbb 100644 --- a/stream/__init__.py +++ b/stream/__init__.py @@ -165,9 +165,9 @@ class Plugin_OBJ(): ffmpeg_command = [] ffmpeg_command.extend([ - "-c:v", "libvpx", - "-c:a", "libvorbis", - "-f", "webm" + "-c:v", "copy", + "-c:a", "copy", + "-f", "mp4" ]) return ffmpeg_command