Change Disabled to Auto and add h265 as codec options
This commit is contained in:
parent
595bb2f565
commit
f8cd820d5e
|
@ -957,8 +957,9 @@ include('_monitor_source_nvsocket.php');
|
||||||
<td>
|
<td>
|
||||||
<?php
|
<?php
|
||||||
$videowriter_codecs = array(
|
$videowriter_codecs = array(
|
||||||
'0' => translate('Disabled'),
|
'0' => translate('Auto'),
|
||||||
'27' => 'h264',
|
'27' => 'h264',
|
||||||
|
'173' => 'h265/hevc',
|
||||||
'8' => 'mjpeg',
|
'8' => 'mjpeg',
|
||||||
'1' => 'mpeg1',
|
'1' => 'mpeg1',
|
||||||
'2' => 'mpeg2',
|
'2' => 'mpeg2',
|
||||||
|
|
Loading…
Reference in New Issue