-
Notifications
You must be signed in to change notification settings - Fork 141
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 output has some problems #11
Comments
Oh and the size is 1472x960. Not 1440x960! 32px from hell :D |
VapourSynth required the width of the video must be multiple of 32, so I need to resize it to 1472x960 instead of 1440x960, you can cut it manually, or you can set output stream to YUV444, this will make the extra 32px to be black. |
But 1440 / 32 = 45 ... |
But 720 not, you know. |
I see, so I just cut it off and everything is good. |
720/32 = 22.5, 23x32x2 = 1472, this is where the 32px from. 😀 |
I will just ask here: Only RGB24 is supported? Because RGB30+ looks very weird. Maybe an error msg would be better instead of showing the output. EDIT: |
The Anime4KCPP libs is designed for 8bit RGB image, the alpha channel will be ignore. so if your tried to input a video which is more than 24bit per pixel, you may get a weird output. I didn't tried it actually. |
BTW, what do you mean |
I just tried to input a RGB48 video stream (16bit for each R, G and B channel), it looks very wired, blurred screen. |
Yes and that should not be allowed, only RGB24. |
Thanks for your suggestion, I have added a more detailed checking of RGB24, and give an error msg. |
The problem has been completely solved in newest version. |
VSR50, win10 x64, Ryzen 2600, GTX 1070
On the right side is always a border with strange output
The text was updated successfully, but these errors were encountered: