Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supermarcus/waifu2x-video-mac
Super-resolution videos in macOS with Waifu2x.
https://github.com/supermarcus/waifu2x-video-mac
coreml machine-learning macos macos-app metal super-resolution video-super-resolution waifu2x waifu2x-mac
Last synced: 13 days ago
JSON representation
Super-resolution videos in macOS with Waifu2x.
- Host: GitHub
- URL: https://github.com/supermarcus/waifu2x-video-mac
- Owner: SuperMarcus
- License: gpl-3.0
- Created: 2020-05-20T21:09:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T20:50:07.000Z (over 1 year ago)
- Last Synced: 2024-10-03T21:50:51.354Z (about 1 month ago)
- Topics: coreml, machine-learning, macos, macos-app, metal, super-resolution, video-super-resolution, waifu2x, waifu2x-mac
- Language: Swift
- Size: 24.8 MB
- Stars: 115
- Watchers: 6
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Waifu2x Video](screenshot.png)
=========================A video (only) super-resolution application powered by Waifu2x, SwiftUI, Metal, and CoreML. GPLv3 Licensed.
Copyright © 2018-2020 Marcus Zhou. All rights reserved.
Waifu2x Video is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Waifu2x Video is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Waifu2x Video. If not, see .
## Installation
Download the compiled binary from [Releases](https://github.com/SuperMarcus/waifu2x-video-mac/releases). Decompress the `zip` file and drag `Waifu2x Video.app` into your Applications folder.
## Usage
Waifu2x Video will only work for systems running macOS 10.15 or higher. The graphical interface is intuitive enough so you should be able to figure out how to use it by yourself.
## Credits
- [waifu2x](https://github.com/nagadomi/waifu2x)
- Inspired by [waifu2x-mac](https://github.com/imxieyi/waifu2x-mac)