Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z1xus/smoothie-blender
user-friendly web interface for smoothie-rs
https://github.com/z1xus/smoothie-blender
frame-blending frame-interpolation interpolation motion-blur smoothie-rs sveltekit tailwindcss video
Last synced: 3 days ago
JSON representation
user-friendly web interface for smoothie-rs
- Host: GitHub
- URL: https://github.com/z1xus/smoothie-blender
- Owner: Z1xus
- License: gpl-3.0
- Created: 2024-01-31T21:56:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T06:49:56.000Z (about 2 months ago)
- Last Synced: 2024-11-02T07:25:07.808Z (about 2 months ago)
- Topics: frame-blending, frame-interpolation, interpolation, motion-blur, smoothie-rs, sveltekit, tailwindcss, video
- Language: Svelte
- Homepage: https://smblender.com
- Size: 138 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## smoothie-blender
user-friendly web interface for smoothie-rs
this project runs [smoothie-rs](https://github.com/couleur-tweak-tips/smoothie-rs) under the hood to process videos, check them out!
### Development:
1. Clone the repository
```bash
git clone https://github.com/Z1xus/smoothie-blender
```
2. Install yarn (if you dont have it)
```bash
npm install --global yarn
yarn set version latest
```
3. Install dependencies
```bash
yarn install
```
4. Run it locally
```bash
yarn dev
```