1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-11 04:01:31 +00:00

Add chapter-converter.lua

VimWei 2024-10-17 18:24:01 +08:00
parent c5b2b25df9
commit 14dda8d03d

@ -311,6 +311,9 @@ If you want to write your own Lua scripts, have a look at the [documentation of
* **[change-screen-by-aspect-ratio](https://gist.github.com/stt/9e55ffa7f5047605b2dd8af417cf36f0)**
Change the active fs-screen based on video's aspect ratio (for systems with monitors in landscape and portrait orientations)
* **[chapter-converter](https://github.com/VimWei/mpv-config/blob/main/scripts/chapter-converter.lua)**
Convert format from youtube "00:00 chapter title" to mpv chapter format (ffmpeg metadata).
* **[clock](https://gitlab.com/mozbugbox/mpv-script-mozbugbox)**
Constantly show current time on the lower left corner of the video screen.