Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

## smoothie-blender

user-friendly web interface for smoothie-rs


preview



CodeFactor





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
```