https://github.com/fichtefoll/mpv-scripts
Lua scripts for the mpv media player
https://github.com/fichtefoll/mpv-scripts
encode lua lua-script mpv mpv-script webm
Last synced: 4 months ago
JSON representation
Lua scripts for the mpv media player
- Host: GitHub
- URL: https://github.com/fichtefoll/mpv-scripts
- Owner: FichteFoll
- License: gpl-2.0
- Created: 2016-12-25T18:13:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T23:51:29.000Z (7 months ago)
- Last Synced: 2025-02-02T02:41:13.384Z (4 months ago)
- Topics: encode, lua, lua-script, mpv, mpv-script, webm
- Language: Lua
- Size: 19.5 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-GPLv2
Awesome Lists containing this project
README
# Lua Scripts for mpv
## Installation
TODO
## Scripts
### [excerpt.lua](./excerpt.lua)
Create excerpts from a video
using mpv's encoding feature.Attempts to preserve settings
of the current mpv instance
for encoding
(like selected edition,
selected video/audio/subtitle track,
audio or subtitle delay).Create a start mark with Alt+i,
an end mark with Alt+o
and start the encode with Alt+x.### [pitchcontrol.lua](./pitchcontrol.lua)
Control audio pitch in semitone steps.
Alt+P increases,
Alt+p decreases
by one semitone each.