From 18b3fc268442309350102f298b6cab526d307eb7 Mon Sep 17 00:00:00 2001
From: Andrei Bautu <abautu@gmail.com>
Date: Wed, 10 Mar 2021 13:10:54 +0200
Subject: [PATCH] Remove unused ffmpeg settings

---
 record-and-playback/core/lib/recordandplayback/edl/video.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/record-and-playback/core/lib/recordandplayback/edl/video.rb b/record-and-playback/core/lib/recordandplayback/edl/video.rb
index a81da8086a..b54ea62ff1 100644
--- a/record-and-playback/core/lib/recordandplayback/edl/video.rb
+++ b/record-and-playback/core/lib/recordandplayback/edl/video.rb
@@ -24,7 +24,7 @@ module BigBlueButton
   module EDL
     module Video
       FFMPEG_WF_CODEC = 'libx264'
-      FFMPEG_WF_ARGS = ['-an', '-codec', FFMPEG_WF_CODEC.to_s, '-preset', 'veryfast', '-crf', '30', '-force_key_frames', 'expr:gte(t,n_forced*10)', '-pix_fmt', 'yuv420p', '-bsf:v', 'h264_mp4toannexb']
+      FFMPEG_WF_ARGS = ['-an', '-codec', FFMPEG_WF_CODEC.to_s, '-preset', 'veryfast', '-crf', '30', '-force_key_frames', 'expr:gte(t,n_forced*10)', '-pix_fmt', 'yuv420p']
       WF_EXT = 'mp4'
 
       def self.dump(edl)
-- 
GitLab