24 lines
No EOL
1.2 KiB
Text
24 lines
No EOL
1.2 KiB
Text
# This is an example script config file with the default user settings.
|
||
# This file goes in ~~/script_opts
|
||
# If you are not going to be changing these options it is not necessary to download this file.
|
||
# For more information regarding these options please refer to the README and/or the script.
|
||
|
||
# Default writing directory is the current working directory.
|
||
# Relative and absolute paths as well as ~/ and ~~/ meta paths are accepted.
|
||
save_directory=~/Videos/mpv
|
||
|
||
# <ab|current|continuous>
|
||
# continuous - Установит начальную точку в ноль, без конечной точки. Пока я смотрю стрим, будет идти запись кеша
|
||
# ab - Ставишь только начальный таймкод и записываешь в кеш, он будет обновлять файл по мере просмотра, пока не офнешь видео или плеер не закроется
|
||
# current - Выгрузит кеш с нуля до текущей позиции воспроизведения
|
||
dump_mode=continuous
|
||
|
||
# <increment|range|timestamp|overwrite>
|
||
output_label=increment
|
||
|
||
# <.ext>
|
||
force_extension=
|
||
# <title>
|
||
force_title=
|
||
|
||
range_marks=yes |