An open API service indexing awesome lists of open source software.

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

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.