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] 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!