Add help for BadEncoderParameters

This commit is contained in:
Isaac Connor 2021-04-01 11:53:36 -04:00
parent 73082a2d33
commit 2d64c616ba
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ $SLANG = array(
'BadAnalysisUpdateDelay'=> 'Analysis update delay must be set to an integer of zero or more',
'BadChannel' => 'Channel must be set to an integer of zero or more',
'BadDevice' => 'Device must be set to a valid value',
'BadEncoderParameters' => 'Encoder does not work well without at least a value for crf. Please see the help.',
'BadFormat' => 'Format must be set to a valid value',
'BadFPSReportInterval' => 'FPS report interval buffer count must be an integer of 0 or more',
'BadFrameSkip' => 'Frame skip count must be an integer of zero or more',