Search Results
6/16/2025, 9:57:46 AM
this is important because the basic way to get ffmpeg or the CLI version of Upscayl (upscayl-bin) to work is for you to be in the same folder as as it, otherwise you will get an error that says something like
"'upscayl-bin.exe' is not recognized as an internal or external command,
operable program or batch file."
an easy way to do this is go to where the `.exe` is located with your mouse like normal, click the navigation bar, type 'cmd' and hit enter, this should open a command prompt in the proper location, from there you can use the CLI program
now that you have its location or "path" (current directory + name '.exe')you can put it in a script file to do batch processing, rather than by hand
"'upscayl-bin.exe' is not recognized as an internal or external command,
operable program or batch file."
an easy way to do this is go to where the `.exe` is located with your mouse like normal, click the navigation bar, type 'cmd' and hit enter, this should open a command prompt in the proper location, from there you can use the CLI program
now that you have its location or "path" (current directory + name '.exe')you can put it in a script file to do batch processing, rather than by hand
Page 1