-
Notifications
You must be signed in to change notification settings - Fork 3
Config Variables
All of these only affect videos added below them, so you can use multiple in a file and change their value many times.
$base_output_folder
"folder"
This changes the default base output folder called "output", which is added to the config path.
If you set this to be an absolute path, it won't add onto the config path.
$append_output_folder
"folder"
This appends to the base output folder, for example:
full_output_folder = base_output_folder + append_output_folder
You can't set this to be an absolute path, and it wouldn't make sense if you could anyway.
To reset this, just set it to ""
$input_video_folder
"folder"
This sets the folder for where the input videos are, by default it searches the same folder as the config file.
This will add onto the config folder unless you can set this to an absolute path.
$force_file_ext
"mkv"
This will force any output video to use this file extension, and adding a period to the file extension is optional