Change codec_id of av1 to what is in ffmpeg 6.1

quadra
Isaac Connor 2025-01-08 12:07:54 -05:00
parent 936dbc4246
commit f813fab364
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ $videowriter_codecs = array(
'0' => translate('Auto'),
'27' => 'h264',
'173' => 'h265/hevc',
'226' => 'av1',
'32797' => 'av1',
);
echo htmlSelect('newMonitor[OutputCodec]', $videowriter_codecs, $monitor->OutputCodec());
?>