From 5a34e49c097f230a0bc5a1a70b1d57aa87d33230 Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Wed, 14 Sep 2022 12:02:47 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e05d944..0427134 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ This App is a GTK frontend to AMD's FidelityFX Super Resolution codebase, which - 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! # Issues -The app is technically functional, but there are lots of known issues. For example you can choose to export an image as any file format you could think off, which obviously doesn't work. This leads to a crash. I am working on the filter that is preventing this issue. Additionally, there's not yet any quality selection except you go into the source code and change a value. This is another thing I am currently working on and will be available sooner than the protections. +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. + +# Supported OS +Supported technically is every OS that can run python, but tested so far only Linux is. I will create a Windows exe, a rpm and deb package and maybe a dmg. # INFO I will not be pushing the code to the main branch until there is a somewhat stable version in the dev-V1 branch. If you want to see the code, check it out there! From 8927f296b84b5344ab2705373962c521c777ae0d Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Thu, 15 Sep 2022 09:36:54 +0000 Subject: [PATCH 2/4] Update README.md --- README.md | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0427134..3782f80 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,39 @@ # FSRImageVideoUpscalerFrontend 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 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. -- 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 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. From 4520b9c0452a1b1f2d821cdf4ac7f7cbae180efd Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Fri, 16 Sep 2022 15:35:36 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3782f80..cd4eed6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ If you have any suggestions or features you'd like to have implemented, you may # Roadmap V1.0.0: -- Get the app working with installer +- Get the app working -- :white_check_mark: +- Create installer - Quality selector (presets and custom multiplier) -- :white_check_mark: - Filechoosers -- :white_check_mark: - Imageformats: .png, .jpg, .jpeg; Videoformats: .mp4, .mkv -- :white_check_mark: From 94a9a6ab9c7a535fc0d4d42819cd9a89a0c2054a Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Fri, 16 Sep 2022 15:36:13 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd4eed6..e36a129 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A GTK frontend to upscale images / videos using AMD's FidelityFX Super Resolutio # 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. -- Choose a input & output file from a GUI filemanager. +- Choose an 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.