mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Change codec_id of av1 to what is in ffmpeg 6.1
This commit is contained in:
@@ -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());
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user