Update README.md

This commit is contained in:
simplePCBuilding
2022-09-04 16:35:26 +00:00
committed by GitHub
parent 5d30641aa7
commit 6085cc6027

View File

@@ -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 - 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. - 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! - 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!