From d5c570175f28e282e6a8b86b11a3e311ebb3e5f8 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 4 Feb 2021 10:42:28 -0500 Subject: [PATCH] test --- stream/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/__init__.py b/stream/__init__.py index 0e6355e..5bd9dfa 100644 --- a/stream/__init__.py +++ b/stream/__init__.py @@ -168,7 +168,7 @@ class Plugin_OBJ(): ffmpeg_command.extend([ "-hwaccel", "cuda", "-c:v", "h264_nvenc", - "-c:a", "libvorbis", + "-c:a", "copy", "-f", "mp4" ]) else: