16 lines
No EOL
954 B
Text
Executable file
16 lines
No EOL
954 B
Text
Executable file
# 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 |