11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
# ========== CONFIGURATION FILE FOR MPV-GIF.LUA ==========
|
|
|
|
# Sets the output directory
|
|
dir="$HOME/Videos/mpv-gifs"
|
|
|
|
# Sets the resolution of the output GIFs
|
|
rez=1920
|
|
|
|
# Sets the framerate of the output gifs. Default is 15. Don't go too overboard or the filesize will balloon
|
|
fps=23.976
|