mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-29 11:12:04 -04:00
add h264_mmal as a decoder option
This commit is contained in:
@@ -825,16 +825,20 @@ $decoders = array(
|
||||
'libx264' => 'libx264',
|
||||
'h264' => 'h264',
|
||||
'h264_cuvid' => 'h264_cuvid',
|
||||
'h264_mmal' => 'h264_mmal',
|
||||
'h264_omx' => 'h264_omx',
|
||||
'h264_qsv' => 'h264_qsv',
|
||||
'h264_vaapi' => 'h264_vaapi',
|
||||
'h264_v4l2m2m' => 'h264_v4l2m2m',
|
||||
'libx265' => 'libx265',
|
||||
'hevc_cuvid' => 'hevc_cuvid',
|
||||
'hevc_nvmpi' => 'hevc_nvmpi',
|
||||
'hevc_qsv' => 'hevc_qsv',
|
||||
'vp8_nvmpi' => 'vp8_nvmpi',
|
||||
'libvpx-vp9' => 'libvpx-vp9',
|
||||
'vp9_qsv' => 'vp9-qsv',
|
||||
'vp9_cuvid' => 'vp9_cuvid',
|
||||
'vp9_nvmpi' => 'vp9_nvmpi',
|
||||
'vp9_v4l2m2m' => 'vp9_v4l2m2m',
|
||||
'libsvtav1' => 'libsvtav1',
|
||||
'libaom-av1' => 'libaom-av1',
|
||||
|
||||
Reference in New Issue
Block a user