Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZreXoc/mpv-loop-until
Loop the video for a specified amount of time
https://github.com/ZreXoc/mpv-loop-until
mpv mpv-player mpv-script
Last synced: 3 months ago
JSON representation
Loop the video for a specified amount of time
- Host: GitHub
- URL: https://github.com/ZreXoc/mpv-loop-until
- Owner: ZreXoc
- Created: 2024-01-31T13:02:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T13:20:16.000Z (9 months ago)
- Last Synced: 2024-04-24T19:16:20.994Z (6 months ago)
- Topics: mpv, mpv-player, mpv-script
- Language: Lua
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mpv - loop-until - Loop the video until a specified amount of time. (e.g. loop a 30s wallpaper video to 30min) (Playback)
README
# mpv-loop-until
## Usage
Loop the video until a specified amount of time.the video shorter than `minDuriation` will be looped.
e.g. if `minDuriation=50` and the length of the video is 15s, it will be looped for 3 times, that's 15*(1+3)=60s.
Add `script-opts=loop-until-minDuriation=
## Why
I'm using [mpvpaper](https://github.com/GhostNaN/mpvpaper) and need a script to loop the wallpapers downloaded from wallpaper engine.