https://github.com/jerryshell/aurora
Video frame interpolation using machine learning : 30 FPS -> 60 FPS
https://github.com/jerryshell/aurora
frame-interpolation ncnn video video-frame-interpolation video-interpolation video-processing vulkan
Last synced: 2 months ago
JSON representation
Video frame interpolation using machine learning : 30 FPS -> 60 FPS
- Host: GitHub
- URL: https://github.com/jerryshell/aurora
- Owner: jerryshell
- License: agpl-3.0
- Created: 2023-02-10T16:20:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T09:48:12.000Z (10 months ago)
- Last Synced: 2025-04-14T09:43:03.347Z (6 months ago)
- Topics: frame-interpolation, ncnn, video, video-frame-interpolation, video-interpolation, video-processing, vulkan
- Language: Rust
- Homepage:
- Size: 47.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aurora
Video frame interpolation using machine learning
## How to use
1. Download executable file from [releases](https://github.com/jerryshell/aurora/releases)
2. Edit `.env` file
3. Run `aurora-cli` or `aurora-cli.exe`
## Fix
### vulkan-1.dll is missing from your computer
[Install Vulkan Runtime](https://vulkan.lunarg.com/sdk/home)
### macOS cannot verify that this app is free from malware
```bash
xattr -dr com.apple.quarantine ffmpeg rife-ncnn-vulkan
```## Credits
- [ffmpeg](https://ffmpeg.org)
- [rife-ncnn-vulkan](https://github.com/nihui/rife-ncnn-vulkan)## License
[GNU Affero General Public License v3.0](LICENSE)