Skip to content

Commit

Permalink
Remove options used by libx264.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugat committed Aug 27, 2012
1 parent 59ac709 commit 63c421a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def BigBlueButton.process_multiple_videos(target_dir, temp_dir, meeting_id, outp
end

# create webm video and mux audio
command = "ffmpeg -i #{target_dir}/audio.ogg -i #{concat_vid} -loglevel fatal -v -10 -vcodec libvpx -profile high -preset slow -b 1000k -threads 0 -map 1:0 -map 0:0 -ar 22050 #{target_dir}/webcams.webm"
command = "ffmpeg -i #{target_dir}/audio.ogg -i #{concat_vid} -loglevel fatal -v -10 -vcodec libvpx -b 1000k -threads 0 -map 1:0 -map 0:0 -ar 22050 #{target_dir}/webcams.webm"
BigBlueButton.execute(command)
end

Expand Down

0 comments on commit 63c421a

Please sign in to comment.