Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vimwei/mpv-config
Personal mpv config
https://github.com/vimwei/mpv-config
Last synced: about 2 months ago
JSON representation
Personal mpv config
- Host: GitHub
- URL: https://github.com/vimwei/mpv-config
- Owner: VimWei
- License: gpl-3.0
- Created: 2024-10-08T00:47:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T08:01:31.000Z (3 months ago)
- Last Synced: 2024-10-21T12:27:46.087Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 213 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vimel's mpv portable_config
Following scripts are completely independent.
## dualsubs-init.lua
* Function: Automatically load dual subtitles on startup.
* dualsubs-init.conf: Primary and secondary subtitle language preferences.## dualsubs-swap.lua
* Function: Quickly swap positions of primary and secondary subtitles.
* Hotkey: Alt + u## dualsubs-reload.lua
* Automatically reload external subtitle when updated without changing the current subtitle display track.
## dualsubs-creat.lua
* Function:
- Create bilingual ASS subtitles with pop movie style
- Uses currently selected primary and secondary subtitles
- Supports both external and embedded subtitles
* Hotkey: Shift + b## srt-resegment.lua
* Function:
- Resegment srt by synchronize plain text with whisper's word-level timestamps JSON
* Hotkey:
- input.conf: Ctrl+r script-binding srt_resegment
* ref:
- https://github.com/VimWei/WhisperTranscriber
- WhisperTranscriber and python version of srt-resegment## chapter-converter.lua
* Function:
- Converts chapter format between YouTube and mpv.
- YouTube Chapter: "videoname.chapter" (e.g., "00:10 chapter title").
- mpv Chapter: "videoname.ext.ffmetadata" (FFmpeg metadata standard).
* Hotkey customize:
- Ctrl+y script-binding youtube-to-mpv
- Ctrl+Alt+y script-binding mpv-to-youtube
* Ref:
- loading/editing/adding/removing/saving/baking chapters
- https://github.com/mar04/chapters_for_mpv