Add mpv config
This commit is contained in:
parent
5e0be74606
commit
709a064053
106 changed files with 42838 additions and 0 deletions
16
mpv/script-opts/mpv_crop_script.conf
Executable file
16
mpv/script-opts/mpv_crop_script.conf
Executable file
|
@ -0,0 +1,16 @@
|
|||
# The template for screenshot filenames. See below for explanation of the property expansion!
|
||||
# Can be an absolute or relative path (though relative paths are mostly untested)
|
||||
output_template=/home/buymymojo/Pictures/MPV/${filename} ${#pos:%02h.%02m.%06.3s} ${!full:${crop_w}x${crop_h} ${%unique:%03d}}.${ext}
|
||||
# The above template would expand to something like "Sintel.2010.1080p 00.05.40.500 200x400 001.png".
|
||||
# or just "Sintel.2010.1080p 00.05.40.500.png" for the full-size screenshots (if kept).
|
||||
# The template checks if 'full' is falsey, in which case it will expand the crop size and sequence number.
|
||||
|
||||
# Whether to try and create missing directories when saving screenshots
|
||||
# (All directories will be created, not just the last section)
|
||||
create_directories=yes
|
||||
|
||||
# Whether to keep the original full-size screenshot or not
|
||||
keep_original=yes
|
||||
|
||||
# You can disable the automatic keybind to 'c' and add your own, see below
|
||||
disable_keybind=yes
|
Loading…
Add table
Add a link
Reference in a new issue