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

https://github.com/1step621/iva

The video editor alternative to AviUtl.
https://github.com/1step621/iva

rust tauri video-editing video-editor vue

Last synced: about 2 months ago
JSON representation

The video editor alternative to AviUtl.

Awesome Lists containing this project

README

        

# Iva

The video editor alternative to AviUtl.
Work in progress...

```rs
"avi".chars().rev().collect::()
```

## Known issues
Preview rendering is too laggy. This is due to Tauri's IPC overhead. I'm trying to solve this by rendering directly from the Tauri backend. https://zenn.dev/yadokani389/articles/rendering-with-rust-in-tauri-20250305

## Contributing

Iva is a work in progress, and contributions are welcome.
Please read the [contributing guidelines](CONTRIBUTING.md) before contributing.