Skip to content

'--extra-encoder-option' 未按照预期工作 #1377

@janjin123

Description

@janjin123

【预期现象】

当键入以下命令行时

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    false positiveThis isn't a issuestate:BacklogThis issue will be worked on in the future

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions