Skip to content
New issue

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

Vapoursynth: Supported color format confusion. #52

Closed
Selur opened this issue Jan 23, 2021 · 2 comments
Closed

Vapoursynth: Supported color format confusion. #52

Selur opened this issue Jan 23, 2021 · 2 comments

Comments

@Selur
Copy link

Selur commented Jan 23, 2021

Before the last updates I assumed Anime4KCPP would:
a. always support RGB24
and
b. add YUV444P8 support when ACNet was enabled.

Now with https://github.com/TianZerL/Anime4KCPP/wiki/VapourSynth-plugin and the changelog from https://github.com/TianZerL/Anime4KCPP/releases/tag/v2.5.0 I'm confused about what color formats are supported.

Could you please list what color formats are supported, with:
(I guess: "Gray16, Gray8, Grays, RGB24, RGB48, RGBS, YUV444P8, YUV444P16, YUV444PS, YUV422P8, YUV420P16, YUV402P8, YUV420P16" are the potentially supported color formats.)

  • "ACNet=0,safeMode=1": ?
  • "ACNet=1,safeMode=1": ?
  • "ACNet=0,safeMode=0": ?
  • "ACNet=1,safeMode=0": ?

Thanks!

@TianZerL
Copy link
Owner

wiki is out of date. I haven't updated it yet.
Supported color format:

  • "ACNet=0,safeMode=1", "ACNet=0,safeMode=0", "ACNet=1,safeMode=0" :
    • Gray8
    • Gray16
    • GrayS
    • RGB24
    • RGB48
    • RGBS
    • YUV444P8
    • YUV444P16
    • YUV444PS
  • "ACNet=1,safeMode=1":
    • Gray8
    • Gray16
    • GrayS
    • RGB24
    • RGB48
    • RGBS
    • YUV444P8
    • YUV444P16
    • YUV444PS
    • YUV422P8
    • YUV422P16
    • YUV422PS
    • YUV420P8
    • YUV420P16
    • YUV420PS

@Selur
Copy link
Author

Selur commented Jan 23, 2021

Thanks for clearing that up. 👍

@Selur Selur closed this as completed Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants