Remove cuvid from hwaccel

This commit is contained in:
Nicolas Mowen 2023-02-16 09:40:07 -07:00 committed by GitHub
parent df0b84dcb7
commit 32ecb9207e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,30 +92,18 @@ PRESETS_HW_ACCEL_DECODE = {
"cuda",
"-hwaccel_output_format",
"cuda",
"-extra_hw_frames",
"2",
"-c:v",
"h264_cuvid",
],
"preset-nvidia-h265": [
"-hwaccel",
"cuda",
"-hwaccel_output_format",
"cuda",
"-extra_hw_frames",
"2",
"-c:v",
"hevc_cuvid",
],
"preset-nvidia-mjpeg": [
"-hwaccel",
"cuda",
"-hwaccel_output_format",
"cuda",
"-extra_hw_frames",
"2",
"-c:v",
"mjpeg_cuvid",
],
}