Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteJobi committed May 31, 2023
2 parents 9236f7f + a7c881e commit 4b76e7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This repo provides a simple GUI for upscaling images and videos, based on [Real-


## How to build
You need to have DotNet 6 runtime installed to build or run the software. Download the latest runtime [here](https://dotnet.microsoft.com/en-us/download). If you're not sure which one to download, try [.NET 6.0 Version 6.0.16](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.408-windows-x64-installer)

In the project folder, run the below
```
dotnet publish -p:PublishSingleFile=true -r win-x64 -c Release --self-contained false
Expand All @@ -21,6 +23,9 @@ Two options are available depending on the type of media you want to upscale. Us

For animation videos, you can decide the upscale quality to use. **X2** means the video will be upscaled to twice its resolution and **X4** means 4 times its original resolution. The higher the quality, the longer it will take to complete. For realistic videos, as well as images of both types, it's always X4.

When you're done with the parameters, click **Select files** to select multiple files to be upscaled or **Select folder** to upscale every image and video in that folder.
When you're done with the parameters, click **Select files** to select multiple files to be upscaled or **Select folder** to upscale every image and video in that folder. You can also drag and drop files into the window.

NOTE: Depending on your GPU and CPU, upscaling large videos can take very long.

## Known issues
If your resolution scale is higher than 100%, the software may not render correctly and some UI controls may be out of view. There is no real fix for this. It's a limitation of Windows Forms.

0 comments on commit 4b76e7d

Please sign in to comment.