Open jacroe opened 10 months ago
I can recreate this issue, it appears that newer versions of ffmpeg have different quality sets:
nvenc_hevc AVOptions:
-preset <int> E..V.... Set the encoding preset (from 0 to 11) (default medium)
default E..V....
slow E..V.... hq 2 passes
medium E..V.... hq 1 pass
fast E..V.... hp 1 pass
hp E..V....
hq E..V....
bd E..V....
ll E..V.... low latency
llhq E..V.... low latency hq
llhp E..V.... low latency hp
lossless E..V.... lossless
losslesshp E..V.... lossless hp
nvenc_h264 AVOptions:
-preset <int> E..V.... Set the encoding preset (from 0 to 11) (default medium)
default E..V....
slow E..V.... hq 2 passes
medium E..V.... hq 1 pass
fast E..V.... hp 1 pass
hp E..V....
hq E..V....
bd E..V....
ll E..V.... low latency
llhq E..V.... low latency hq
llhp E..V.... low latency hp
lossless E..V....
losslesshp E..V....
In my opinion the list may need to be updated to reflect the 11 new presets, alternatively a filtered list of presets may need to be generated for the given encoder
I'm running the 2.17.01 Docker version of Tdarr. I'm trying to convert an h264 Youtube video to hevc using the FFMPEG flow plugins including the Set Video Encoder one. I have the following configuration options chosen:
Here's the log when the error gets thrown. I've redacted episode name but kept the same format, i.e. the show name is two words, the episode number is triple digits, there's an apostrophe in the file name, etc.
Let me know if I can provide more details.