ffmpeg options doesn't support loglevel setting. SO remove it from help. Fixes #3109

This commit is contained in:
Isaac Connor 2021-01-15 18:43:49 -05:00
parent c9ac5dff62
commit b019a759a3
1 changed files with 2 additions and 3 deletions

View File

@ -979,9 +979,8 @@ $OLANG = array(
'Help' => '
Parameters in this field are passed on to FFmpeg. Multiple parameters can be separated by ,~~
Examples (do not enter quotes)~~~~
"allowed_media_types=video" Set datatype to request fromcam (audio, video, data)~~~~
"reorder_queue_size=nnn" Set number of packets to buffer for handling of reordered packets~~~~
"loglevel=debug" Set verbosity of FFmpeg (quiet, panic, fatal, error, warning, info, verbose, debug)
"allowed_media_types=video" Set datatype to request from cam (audio, video, data)~~~~
"reorder_queue_size=nnn" Set number of packets to buffer for handling of reordered packets
'
),
'OPTIONS_ENCODER_PARAMETERS' => array(