Enable the new BWDIF CUDA deint filter when available

this requires jellyfin-ffmpeg7

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka
2024-09-05 22:27:58 +08:00
parent 12a88fe042
commit aecd294fd7
2 changed files with 7 additions and 2 deletions

View File

@@ -110,6 +110,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
// cuda
"scale_cuda",
"yadif_cuda",
"bwdif_cuda",
"tonemap_cuda",
"overlay_cuda",
"transpose_cuda",