-
Notifications
You must be signed in to change notification settings - Fork 7
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
Can't find the first cluster element #17
Comments
@pitdicker: can you share with me at least one of the file ? (my contact email on my web-site) |
Thank you, sure! I'll send a mail to the address of your git commits, okay? |
I have understood the problem, need some time to think how it's best to fix it. |
gwen-lg
added a commit
to gwen-lg/matroska-demuxer
that referenced
this issue
Feb 14, 2025
when track element is located after the cluster segments. And the first Cluster is not indicated in `SeekHead`. This should fix issue [Can't find the first cluster element hasenbanck#17](hasenbanck#17)
gwen-lg
added a commit
to gwen-lg/matroska-demuxer
that referenced
this issue
Feb 14, 2025
…ement Start looking after the `Track Element` is not valid when located after the Cluster segments. This should fix issue [Can't find the first cluster element hasenbanck#17](hasenbanck#17)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have two files that matroska-demuxer fails to parse with the error message 'can't find the first cluster element'.
This started happening after I made some changes to them with MKVToolNix Gui. mkvalidator thinks the files are valid.
Can you help me figure out what is going wrong?
I have tested with version 0.5 and 0.6.
The error originates in
find_first_cluster_offset
, in the loop that callsnext_element
.I can privately share the video if that helps.
The text was updated successfully, but these errors were encountered: