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

encoding small frame from v210 fails #25

Open
shekh opened this issue Dec 13, 2017 · 4 comments
Open

encoding small frame from v210 fails #25

shekh opened this issue Dec 13, 2017 · 4 comments

Comments

@shekh
Copy link

shekh commented Dec 13, 2017

64 * 64 -> file with artifacts, or crashing vfw decoder.
also tried 96 * 64
s64.zip

@dnewman-gpsw
Copy link
Collaborator

v210 has some additional size limitations -- 96x64 should be the minimal. However I'm not seeing a crash in the VFW decoder. Are you reporting encoding or decoding issue?

@shekh
Copy link
Author

shekh commented Dec 13, 2017

96 * 64 does not make decoder crash, but it does not decode correctly with any method.
input: s96.zip
output: s96-vfw.zip

Similar results when encoding either through vfw v210, vfw rgb32, or through sdk.

@dnewman-gpsw
Copy link
Collaborator

dnewman-gpsw commented Dec 13, 2017

Okay, never tested resolutions so low. There must be a lower limit on the thumbnail res (which is input res divide 8 for RGB and 16 for YUV.) The resolutions without issues are 128xH works in RGB and 256xH in YUV. I expect the thumbnail (Low-Low level 3) needs to be 16 pixel wide or greater. Could be fixed.

@shekh
Copy link
Author

shekh commented Dec 13, 2017

I wanted smallest resolution to isolate issue #24. Somehow rejected idea to start with 8 * 8

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