From 0b9a1e43d81b52087ccc15c3a7044eda88b0f0a1 Mon Sep 17 00:00:00 2001 From: Janis Hutz <98422316+simplePCBuilding@users.noreply.github.com> Date: Thu, 30 Mar 2023 09:08:04 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2b06b09..a4450ad 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ This App is a PyQT5 frontend to AMD's FidelityFX Super Resolution codebase, whic - You may upscale Images (currently .png, .jpg and .jpeg) or Videos (currently .mp4 and .mkv) - Output file will be written to the specified. +This App also features a CLI interface. +- Options: +``` +-s SCALEFACTOR --scalefactor SCALEFACTOR Factor of form 2x, maximum 4x +-S SHARPENING --sharpening SHARPENING Value (0 - 1) +-T THREADCOUNT --threads THREADCOUNT Choose how many threads in parallel. Maximum is max threads of your CPU +-F FILETYPE --filetype FILETYPE Choose file type of temporary image files when upscaling videos (required) +-N --noscaling No upscaling, requires -S option (Sharpening option) +``` + # Contributing If you have any suggestions or features you'd like to have implemented, you may either implement the feature yourself and open a pull request, or open an issue on this GitHub page. Both things are appreciated! *I am looking for somebody willing to maintain the Windows version (including installer) as I am running Linux*