GenZmeY
3acbb56f87
- add preview mode; - deps config; - upscale mode is selected automatically; - add scale mode support (i.e. without noise reduction); - refactoring.
10 lines
397 B
Plaintext
10 lines
397 B
Plaintext
### Dependencies settings ###
|
|
|
|
# By default, the script will look for utilities (ffmpeg, waifu2x-caffe-cui, etc) in the $PATH,
|
|
# specify directories here if they are not accessible via $PATH.
|
|
# You can also specify a relative path, the directory with the "video2d-2x" script is the base directory.
|
|
|
|
Waifu2xCaffeDir="dependencies/waifu2x-caffe"
|
|
MkvToolNixDir="dependencies/mkvtoolnix"
|
|
FfmpegDir=""
|