-
Notifications
You must be signed in to change notification settings - Fork 240
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
Filter doesn't fail gracefully when receiving 10bit input #45
Comments
Could you share how you set this up? The steps you followed to build transform360 and the OS and 32bit/64bit version details? Thanks..:) |
Compiled on Ubuntu16.04 inside a Docker environment. Against OpenCV 3.3.0, with TBB and IPP enabled, and ffmpeg 3.3.4. Everything is x64 |
For the record I proposed a patch on v1 for the exact same problem. |
with this, ffmpeg will automatically convert input content to 8bits when passing it to the filter |
It seems 10bit pixel formats (e.g. yuv420p10le) are not supported, which is understandable. That said, the filter doesn't fail gracefully but generates a messed up output.
The text was updated successfully, but these errors were encountered: