nixpkgs/pkgs/applications/video/mpv
Profpatsch c7d288fd56 mpv: add script infrastructure & convert script
mpv’s functionality can be modified with lua scripts, by specifying them
on the command line.
`scripts` is a list of lua files that are appended to the default mpv
invocation. We also provide a `mpvScripts` attrset with the available
scripts in the top namespace.

`convert` is one such script, that extends mpv with a simple but very
convenient on-the-fly cropping and converting feature.

Closes #14040.
2016-05-28 15:16:12 +02:00
..
scripts mpv: add script infrastructure & convert script 2016-05-28 15:16:12 +02:00
default.nix mpv: add script infrastructure & convert script 2016-05-28 15:16:12 +02:00