Update README.md
This commit is contained in:
33
README.md
33
README.md
@@ -1,12 +1,39 @@
|
|||||||
# FSRImageVideoUpscalerFrontend
|
# FSRImageVideoUpscalerFrontend
|
||||||
A GTK frontend to upscale images / videos using AMD's FidelityFX Super Resolution.
|
A GTK frontend to upscale images / videos using AMD's FidelityFX Super Resolution.
|
||||||
*NOTE: THIS PROJECT IS STILL IN DEVELOPMENT AND NOT YET READY TO USE!*
|
*NOTE: THIS PROJECT IS STILL IN DEVELOPMENT AND MAY STILL CONTAIN SOME FUNDEMENTAL BUGS!*
|
||||||
|
|
||||||
# Functionality
|
# Functionality
|
||||||
This App is a GTK frontend to AMD's FidelityFX Super Resolution codebase, which allows you to upscale basically anything that is some kind of an image.
|
This App is a GTK frontend to AMD's FidelityFX Super Resolution codebase, which allows you to upscale basically anything that is some kind of an image.
|
||||||
- Choose a file to upscale (intending to support at least .png, .jpg, .mp4 and .mkv, but future versions may include support for other formats as well
|
- Choose a input & output file from a GUI filemanager.
|
||||||
|
- Choose from different quality presets or set your own multiplier
|
||||||
|
- You may upscale Images (currently .png, .jpg and .jpeg) or Videos (currently .mp4 and .mkv)
|
||||||
- Output file will be written to a specified folder.
|
- Output file will be written to a specified folder.
|
||||||
- App will split videos into single-frame image files so FSR can upscale it and then reassemble the whole video and add the audio to it again. This means no vrr is supported!
|
|
||||||
|
# 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*
|
||||||
|
|
||||||
|
# Roadmap
|
||||||
|
V1.0.0:
|
||||||
|
- Get the app working with installer
|
||||||
|
- Quality selector (presets and custom multiplier) -- :white_check_mark:
|
||||||
|
- Filechoosers -- :white_check_mark:
|
||||||
|
- Imageformats: .png, .jpg, .jpeg; Videoformats: .mp4, .mkv -- :white_check_mark:
|
||||||
|
- Working UI -- :white_check_mark:
|
||||||
|
- Basic Wiki
|
||||||
|
- Add all compiling infos to the repo
|
||||||
|
- Add about section inside app
|
||||||
|
|
||||||
|
V1.1.0:
|
||||||
|
- Custom Quality target resolution
|
||||||
|
- support more file formats (Which ones not decided yet)
|
||||||
|
|
||||||
|
V1.2.0:
|
||||||
|
- Show progress of scaling
|
||||||
|
|
||||||
|
V1.3.0:
|
||||||
|
- Expand Wiki
|
||||||
|
- ...
|
||||||
|
|
||||||
# Issues
|
# Issues
|
||||||
The app is technically functional, but there may still be some big bugs. If you run into any of them, please open an issue on this Github page under "issues". I will attempt to fix them as fast as possible, but a fully compiled version might still take a couple of days to arrive.
|
The app is technically functional, but there may still be some big bugs. If you run into any of them, please open an issue on this Github page under "issues". I will attempt to fix them as fast as possible, but a fully compiled version might still take a couple of days to arrive.
|
||||||
|
|||||||
Reference in New Issue
Block a user