Hello, thank you for the great work on QualityScaler.
I would like to request the addition of a command-line interface (CLI) to QualityScaler. A CLI would allow users to run image and video upscaling without the GUI, enabling batch automation, scripting, and integration into existing workflows.
Common use cases include:
- Batch processing large sets of images or frames
- Automated pipelines for video workflows
- Running QualityScaler on servers or headless environments
- Allowing reproducible results through saved command flags
A possible minimal CLI structure could look like:
qualityscaler --input <path> \
--output <path> \
--model <model> \
--scale <2|4|8> \
--mode <image|video>
Even a basic implementation with input, output, model selection, scale, and mode would be extremely useful for advanced users who rely on automation.
Thank you for considering this request.
Hello, thank you for the great work on QualityScaler.
I would like to request the addition of a command-line interface (CLI) to QualityScaler. A CLI would allow users to run image and video upscaling without the GUI, enabling batch automation, scripting, and integration into existing workflows.
Common use cases include:
A possible minimal CLI structure could look like:
Even a basic implementation with input, output, model selection, scale, and mode would be extremely useful for advanced users who rely on automation.
Thank you for considering this request.