-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
false positiveThis isn't a issueThis isn't a issuestate:BacklogThis issue will be worked on in the futureThis issue will be worked on in the future
Description
【预期现象】
当键入以下命令行时
video2x.exe -i Sample.avi -o Output.mkv -p realesrgan -s 4 -c libx265 -e crf=20 -e preset=veryslow -e psy-rdoq=1.05
Video.exe 命令行工具接受 --extra-encoder-option 参数,本例中,这个参数在 libx265 的形式是 x265.exe --psy-rdoq 1.05
【实际现象】
video.exe 给出错误提示 [warning] Failed to set encoder option 'psy-rdoq' to '1.05': Option not found
该参数未被使用
【复现方式】
绝大多数 libx265 参数均会出现该问题,如
video2x.exe -i Sample.avi -o Output.mkv -p realesrgan -s 4 -c libx265 -e crf=20 -e preset=veryslow -e no-strong-intra-smoothing
Setioris
Metadata
Metadata
Assignees
Labels
false positiveThis isn't a issueThis isn't a issuestate:BacklogThis issue will be worked on in the futureThis issue will be worked on in the future