mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
player: add --chapters-file option
Note that you can't pass .cue or .edl files to it, at least not yet. Requested in context of allowing to specify custom chapters. For that to work well, we probably need to add some sort of chapter metadata pseudo-demuxer.
This commit is contained in:
@@ -247,6 +247,10 @@ Playback Control
|
||||
Note: a playlist can be as simple as a text file containing filenames
|
||||
separated by newlines.
|
||||
|
||||
``--chapters-file=<filename>``
|
||||
Load chapters from this file, instead of using the chapter metadata found
|
||||
in the main file.
|
||||
|
||||
``--sstep=<sec>``
|
||||
Skip <sec> seconds after every frame.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user