We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sample_mode=4|5
Hello,
tried the new mode with this input picture, here are the results:
sample_mode=2:
sample_mode=2
sample_mode=5:
sample_mode=5
Using the following script:
import vapoursynth as vs core = vs.core src = core.imwri.Read($(dquote "$in")) src = core.resize.Bilinear(src, format=vs.YUV444P8, matrix=1) src = core.neo_f3kdb.Deband(src, sample_mode=X, range=15}) src = core.resize.Bilinear(src, format=vs.RGB24) src = core.imwri.Write(src, "PNG", $(dquote "$out"), overwrite=True) src.set_output()
EDIT: sample_mode=4 has the same output as 5 here. I guess it's just corner case?
sample_mode=4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
tried the new mode with this input picture, here are the results:
sample_mode=2
:sample_mode=5
:Using the following script:
EDIT:
sample_mode=4
has the same output as 5 here. I guess it's just corner case?The text was updated successfully, but these errors were encountered: