fix defaults

This commit is contained in:
Isaac Connor 2018-02-26 18:00:02 -08:00
parent 793e87c26d
commit 6a6eb87686
1 changed files with 6 additions and 6 deletions

View File

@ -89,12 +89,12 @@ if ( ! $monitor ) {
'Pass' => '', 'Pass' => '',
'Colours' => 4, 'Colours' => 4,
'Palette' => 0, 'Palette' => 0,
'Width' => '1280', 'Width' => '',
'Height' => '962', 'Height' => '',
'Orientation' => '0', 'Orientation' => '0',
'Deinterlacing' => 0, 'Deinterlacing' => 0,
'RTSPDescribe' => 0, 'RTSPDescribe' => 0,
'SaveJPEGs' => '4', 'SaveJPEGs' => '0',
'VideoWriter' => '1', 'VideoWriter' => '1',
'EncoderParameters' => "# Lines beginning with # are a comment \n# For changing quality, use the crf option\n# 1 is best, 51 is worst quality\n#crf=23\n", 'EncoderParameters' => "# Lines beginning with # are a comment \n# For changing quality, use the crf option\n# 1 is best, 51 is worst quality\n#crf=23\n",
'RecordAudio' => '0', 'RecordAudio' => '0',
@ -102,9 +102,9 @@ if ( ! $monitor ) {
'LabelX' => 0, 'LabelX' => 0,
'LabelY' => 0, 'LabelY' => 0,
'LabelSize' => 1, 'LabelSize' => 1,
'ImageBufferCount' => 40, 'ImageBufferCount' => 20,
'WarmupCount' => 1, 'WarmupCount' => 0,
'PreEventCount' => 1, 'PreEventCount' => 0,
'PostEventCount' => 5, 'PostEventCount' => 5,
'StreamReplayBuffer' => 0, 'StreamReplayBuffer' => 0,
'AlarmFrameCount' => 1, 'AlarmFrameCount' => 1,