Change Disabled to Auto and add h265 as codec options

This commit is contained in:
Isaac Connor 2021-01-07 09:48:22 -05:00
parent 595bb2f565
commit f8cd820d5e
1 changed files with 2 additions and 1 deletions

View File

@ -957,8 +957,9 @@ include('_monitor_source_nvsocket.php');
<td>
<?php
$videowriter_codecs = array(
'0' => translate('Disabled'),
'0' => translate('Auto'),
'27' => 'h264',
'173' => 'h265/hevc',
'8' => 'mjpeg',
'1' => 'mpeg1',
'2' => 'mpeg2',