|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
save_properties.lua | %!s(int64=2) %!d(string=hai) anos | |
screenshot_to_farbfeld.lua | %!s(int64=2) %!d(string=hai) anos |
Saves the properties specified by the user every time MPV is exited, and applies them when MPV is started.
properties: Comma-separated list of the properties to save. (Default="volume,sub-scale"
)
Saves screenshots in Farbfeld format in MPV's default screenshot directory (XDG_PICTURES_DIR/mpv
if not specified). It does that by converting a temporary PNG screenshot (add screenshot-png-compression=0
to your mpv.conf for maximum performance).
bzip2: Applies bzip2 compression to the screenshot (and saves it in .ff.bzip2
) if is set to 1, it doesn't (and saves the screenshot in .ff
) otherwise. (Default=1
)
screenshot_subtitles: Keybinding for taking the screenshot in subtiltes mode (with subtitles and OSD). (Default=s
)
screenshot_video: Keybinding for taking the screenshot in video mode (no subtitles/OSD). (Default=s
)
screenshot_windows: Keybinding for taking the screenshot in window mode (window as it appears on screen). (Default=Ctrl+s
)
Put the .lua
file in your ~/.config/mpv/scripts
and the configuration file (optional) in an homonymous .config
file in ~/.config/mpv/script-opts
.