From 2d7e29a52693dc76aa2b26182232d45ef1afa08d Mon Sep 17 00:00:00 2001 From: jagub2 Date: Fri, 24 Jan 2020 00:34:40 +0100 Subject: [PATCH] fix video remuxing --- classes/Video.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Video.php b/classes/Video.php index bbf3a0a..b784fe1 100644 --- a/classes/Video.php +++ b/classes/Video.php @@ -512,7 +512,7 @@ class Video '-i', $urls[0], '-i', $urls[1], '-c', 'copy', - '-map', '0:v:0 ', + '-map', '0:v:0', '-map', '1:a:0', '-f', 'matroska', 'pipe:1',