AV_CODEC_ID for H264 is 27 not 220

This commit is contained in:
Isaac Connor 2020-12-15 16:56:27 -05:00
parent 7dc4633d27
commit 997a05eb8b
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ include('_monitor_source_nvsocket.php');
<?php
$videowriter_codecs = array(
'0' => translate('Disabled'),
'220' => 'h264',
'27' => 'h264',
'8' => 'mjpeg',
'1' => 'mpeg1',
'2' => 'mpeg2',