-
Notifications
You must be signed in to change notification settings - Fork 29
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
mkvclean "Failed to write a Cluster" #38
Comments
The problem seems to be in the parameters I've been using. Here's a test with a file that fails my normal cleaning, but works with no parameters (the 3 streams are video, audio, and subtitles):
|
It would probably be best if you uploaded a sample for which this happens. Use the smallest sample with which the issue can be reproduced. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I use mkclean in most of my video files since my TV doesn't like (i.e. doesn't play) non-standard mkv. Don't really know what standard it supports but the result of mkclean is usually enough.
Once in a while I get lots of "Failed to write a Cluster at the required position", where the actual positions shown has a difference of one.
The result when this happens is usually unplayable. Some times it plays but can't be seeked (i.e. move forward, or backward, or start at any given position other than the beginning).
Any idea what could be causing this?
Any idea about how to fix it?
I'm willing to build a debug version and run mkclean under gdb.
My actual command is:
mkclean --quiet --optimize --keep-cues --unsafe "$NEW_FILE"
I have tried other options, w/o --keep-cues, --remux, with the same result.
mkclean v0.8.10
The text was updated successfully, but these errors were encountered: