Merge branch 'captions-text-tracks-intermediate-branch' of github.com:bigbluebutton/bigbluebutton into captions-text-tracks-intermediate-branch

This commit is contained in:
Richard Alam 2019-06-06 10:04:52 -07:00
commit b3de5ae440

View File

@ -111,7 +111,7 @@ caption_file_notify = proc do |json_filename|
# Convert the received caption file to WebVTT
ffmpeg_cmd = [
'ffmpeg',
'ffmpeg', '-y', '-v', 'warning', '-nostats', '-nostdin',
'-i', src_filename, '-map', '0:s',
'-f', 'webvtt', tmp_dest,
]