Update README.md

This commit is contained in:
Janis Hutz
2023-03-30 09:08:04 +00:00
committed by GitHub
parent bdbfc9a8ce
commit 0b9a1e43d8

View File

@@ -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) - You may upscale Images (currently .png, .jpg and .jpeg) or Videos (currently .mp4 and .mkv)
- Output file will be written to the specified. - 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 # 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! 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* *I am looking for somebody willing to maintain the Windows version (including installer) as I am running Linux*