-
Notifications
You must be signed in to change notification settings - Fork 78
Using Dandere2x CLI Features
Dandere2x is allowed to be ran either through a GUI or a CLI, and both are compiled and included within each binary release.
Dandere2x requires adminstraotr privalges to be run properly. In order to start CMD w/ administrator permissions, right click the executable and 'run as administrator'.
This can be done by typing
cd < your directory here >
Into the terminal, and pressing enter.
By default, typing
main.exe
Into terminal will prompt the GUI. In order to view Dandere2x's CLI commands, type
main.exe -h
Note: This will take a while due to the size of the executable.
An example command to upscale a folder would be:
main.exe -i C:\Users\windwoz\Desktop\dandere2x_build_folder\1.8_release\workspace\multiple_videos -o C:\Users\windwoz\Desktop\dandere2x_build_folder\1.8_release\workspace\output -b 30 -q 85
To upscale a single video, one could type
main.exe -i C:\Users\windwoz\Desktop\dandere2x_build_folder\1.8_release\workspace\yn_moving.mkv -o C:\Users\windwoz\Desktop\dandere2x_build_folder\1.8_release\workspace\output.mkv -b 30 -q 85