Releases: janishutz/SimpleMediaUpscalerLite
V2.0.0
SimpleMediaUpscalerLite V2.0.0
This Version of smuL comes with the following changes and updates:
- A CLI interface with which you can conveniently use a script to upscale many images and videos at once
- A brand new completely rewritten GUI as an Electron App such that it looks much neater
- One additional upscaling engine with two different modes plus added more modes of FidelityFX_CLI
- Plugin support (tho no plugin installer yet)
- Windows package with installer, Linux packages (RPM & Deb)
- ~80% rewritten backend codebase
- Various bugfixes
IMPORTANT:
Installation on any platform:
You need to have a valid ffmpeg & ffprobe installation. On Linux, ffprobe is part of the ffmpeg package on most distros.
For a guide on the installation of ffmpeg & ffprobe on Windows, please check our Wiki.
Contributors
We want to welcome @ThatPlasma to the development team!
If you have any suggestions or find a bug, please let us know. If you are able, you may also fix the bug yourself and open a PR!
V1.0.0 - GTK - Debian
First Version of this app! I will migrate it over to PyQt5 for the next release, which also will include a Windows version!
This version includes the following features:
- Upscale videos in the formats .mp4 and .mkv
- Upscale images in the formats .png, .jpg and .jpeg
- Change resolution multiplier from presets or set custom one that is smaller than 4
- Graphical file chooser
IMPORTANT: YOU NEED TO INSTALL FFMPEG IN ORDER FOR THIS TO WORK!
NOTE: Currently there's only a deb package, I will be adding a rpm soon