-
Notifications
You must be signed in to change notification settings - Fork 104
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
Indexing mkv containing fraps or mpeg2 crashes at 99% #166
Comments
Please upload a sample. |
I do not know how to upload to the issue tracker, but you can get a sample directly from my server I did this: and it crashed at 93% this time |
ffmsindex crashes at 93% here as well, both x64 and x86. |
It indexes and opens successfully here, although the duration can't be read - complains about not having enough frames (15 must not be enough, I guess). Remember, FFMS2 has two Matroska demuxers. It defaults to Haali, which is where these issues are. The lavf demuxer doesn't have this problem (which is probably why the AVI works).
And when I don't try to force the lavf demuxer:
|
"C:\Program Files (x86)\MeGUI\tools\ffms\ffmsindex.exe" -f "H:\fraps movies\io4jjexa.lv2\Painkiller 2007-08-05 23-08-01-75.mkv" "H:\fraps movies\io4jjexa.lv2\Painkiller 2007-08-05 23-08-01-75.mkv.ffindex" <-- crash at 99%
Particularly this is what megui onclick encoder is doing every time and everything in mkvs seems to crash.
Seems to be ok if ffms indexes the original fraps avi
version used: 2.20
The text was updated successfully, but these errors were encountered: