-
Notifications
You must be signed in to change notification settings - Fork 35
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
Uncommon "invalid block label" #17
Comments
FFMPEG fails very early on and reports the following:
|
video-64x48x8.gif.zip |
TIL "depth" is bit depth, not colors. |
Ah, that still doesn't fix it for lower bit depths, for instance, "1" still produces an error, after 207 frames.
Blehhh |
I got a little further. It looks like if there is a block that has exactly 255? data bits, it emits a second 00 when it should not before the next block. |
I somehow am not building against the current master? I think this has been fixed. |
When using your encoder in 2-color mode, I have found a specific set of images that produce output that ffmpeg, firefox, and google chrome will cause the video to terminate after 498 frames, instead of the 6,000 frames that are encoded in this video.
Interestingly, tools like xviewer, or eom (eye of mate) both parse the stream fine.
FFMPEG Output with
-loglevel trace
Please note the output frames are not printed in-line with the GIF frame decoding because of buffering.
I also tried another instance, where I set delay to 0, and it failed after 207 frames, with the same error.
My general usage is as follows:
I will continue to investigate.
The text was updated successfully, but these errors were encountered: