ffmpeg options doesn't support loglevel setting. SO remove it from help. Fixes #3109
This commit is contained in:
parent
c9ac5dff62
commit
b019a759a3
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue