https://github.com/observeroftime/mpv-scripts
My personal mpv scripts
https://github.com/observeroftime/mpv-scripts
mpv mpv-scripts
Last synced: about 1 year ago
JSON representation
My personal mpv scripts
- Host: GitHub
- URL: https://github.com/observeroftime/mpv-scripts
- Owner: ObserverOfTime
- License: 0bsd
- Created: 2019-09-27T13:35:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T09:26:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T17:35:30.878Z (about 1 year ago)
- Topics: mpv, mpv-scripts
- Language: Lua
- Homepage: https://observeroftime.github.io/mpv-scripts/
- Size: 40 KB
- Stars: 48
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
## mpv scripts
[](LICENSE.txt "BSD Zero Clause License")
My collection of cross-platform scripts for [mpv][mpv].
Feel free to edit and adapt them however you like
and if you think your changes should be merged,
don't hesitate to submit a pull request.
### [open-dialog](open-dialog)
Scripts that launch a dialog for opening files or URLs.
Follow the link for details.
### [clipshot.lua](clipshot.lua)
#### `clipshot-subs`
Screenshot the video (with subs) and copy it to the clipboard.
Default key binding: c
#### `clipshot-video`
Screenshot the video (w/o subs) and copy it to the clipboard.
Default key binding: C
#### `clipshot-window`
Screenshot the full window and copy it to the clipboard.
Default key binding: Alt + c
### [discord.lua](discord.lua)
Discord rich presence in a single script.
Default key binding: D
| | Windows | Linux | MacOS |
|:------------:|:---------:|:-------:|:-------:|
| **LuaJIT** | ✓ | ✓ | ✗ |
| **Lua** | ✓ | ∗ | ∗ |
∗ Requires [LuaSocket](https://w3.impa.br/~diego/software/luasocket/)
### [misc.lua](misc.lua)
Miscellaneous simple functions.
#### `show-time`
Show the current time (`HH:MM`) on the OSD.
Default key binding: Ctrl+t
[mpv]: https://github.com/mpv-player/mpv