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

Error decoding eof for animated Gif/Png #723

Closed
wants to merge 2 commits into from

Conversation

OzFalcon
Copy link
Contributor

Status shows a value of -541478725 with animated Gif/Png & some mp4 files.
This skips the warning for "r" status -541478725 while still executing the do_flush routine.

Fixes issue #710

OzFalcon added 2 commits June 13, 2022 00:27
FeLog reports
Error decoding video (receiving frame): End of file

Animated gif/png & some mp4 files report error when do_flush is executed.
This patch skips do_flush.

However do_flush purpose is to be realized before this is satisfactory.
Let do_flush execute but skip warning resulting from animated Gif/Png.
@OzFalcon
Copy link
Contributor Author

Possibly nonsensical ie. If status (-541478725) = eof then skip eof warning.
A better approach is check media type is animated gif or png.
However lossless H264 also causes this warning.
So it could be stored frames rather than encoded frames that cause the error.
More investigation as to what media details can be obtained is required.

@OzFalcon OzFalcon closed this Jun 24, 2022
@OzFalcon OzFalcon deleted the Error-decoding-EOF branch June 25, 2022 23:42
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

Successfully merging this pull request may close these issues.

1 participant