From 5d30641aa7a2f9de292a9757000df2681ac88607 Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Sun, 4 Sep 2022 16:32:37 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfa5669..c8f2a77 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ A GTK frontend to upscale images / videos using AMD's FidelityFX Super Resolutio 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 - 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! From 6085cc60272af3794a45d81bce92a8c10d5e3b76 Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Sun, 4 Sep 2022 16:35:26 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c8f2a77..8ca7b38 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ This App is a GTK frontend to AMD's FidelityFX Super Resolution codebase, which - 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 - 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! + +# 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!