From b6fd6ff1e3f46126282e3f5a81bc9ff750ec8ad2 Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Fri, 9 Sep 2022 11:20:42 +0200 Subject: [PATCH] Update README.md Added infos about the issues the app still has --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8ca7b38..e05d944 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,8 @@ This App is a GTK frontend to AMD's FidelityFX Super Resolution codebase, which - 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! +# 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. + # 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!