mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 02:05:21 +03:00
Remove cuvid from hwaccel
This commit is contained in:
parent
df0b84dcb7
commit
32ecb9207e
@ -92,30 +92,18 @@ PRESETS_HW_ACCEL_DECODE = {
|
|||||||
"cuda",
|
"cuda",
|
||||||
"-hwaccel_output_format",
|
"-hwaccel_output_format",
|
||||||
"cuda",
|
"cuda",
|
||||||
"-extra_hw_frames",
|
|
||||||
"2",
|
|
||||||
"-c:v",
|
|
||||||
"h264_cuvid",
|
|
||||||
],
|
],
|
||||||
"preset-nvidia-h265": [
|
"preset-nvidia-h265": [
|
||||||
"-hwaccel",
|
"-hwaccel",
|
||||||
"cuda",
|
"cuda",
|
||||||
"-hwaccel_output_format",
|
"-hwaccel_output_format",
|
||||||
"cuda",
|
"cuda",
|
||||||
"-extra_hw_frames",
|
|
||||||
"2",
|
|
||||||
"-c:v",
|
|
||||||
"hevc_cuvid",
|
|
||||||
],
|
],
|
||||||
"preset-nvidia-mjpeg": [
|
"preset-nvidia-mjpeg": [
|
||||||
"-hwaccel",
|
"-hwaccel",
|
||||||
"cuda",
|
"cuda",
|
||||||
"-hwaccel_output_format",
|
"-hwaccel_output_format",
|
||||||
"cuda",
|
"cuda",
|
||||||
"-extra_hw_frames",
|
|
||||||
"2",
|
|
||||||
"-c:v",
|
|
||||||
"mjpeg_cuvid",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user