Skip to content

FFmpeg does not use ordered chapters #2

@TheAMM

Description

@TheAMM

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions