Skip to content
Snippets Groups Projects
Commit 18b3fc26 authored by Andrei Bautu's avatar Andrei Bautu
Browse files

Remove unused ffmpeg settings

parent 8cc99ef4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment