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

FFmpeg does not use ordered chapters #2

Closed
TheAMM opened this issue Dec 6, 2017 · 1 comment
Closed

FFmpeg does not use ordered chapters #2

TheAMM opened this issue Dec 6, 2017 · 1 comment
Labels

Comments

@TheAMM
Copy link
Owner

TheAMM commented Dec 6, 2017

https://trac.ffmpeg.org/ticket/3123
This means MKVs with multiple segments will fail to generate thumbnails for the end of the file (because mpv figures the total duration and ffmpeg doesn't consider the other segments).
mpv handles them fine, but is slower in comparison.

Figure out a way to check if file uses ordered chapters and fall back to mpv
or start messing with parsing the segment list and concat filters 🤢

Or maybe invest into multiple worker threads and ditch ffmpeg.

@TheAMM TheAMM added the bug label Dec 6, 2017
TheAMM added a commit that referenced this issue Dec 6, 2017
@TheAMM
Copy link
Owner Author

TheAMM commented Dec 6, 2017

Kind of fixed in 5c09b04 and 4b75fd3.

@TheAMM TheAMM closed this as completed Dec 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant