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.
- Host: GitHub
- URL: https://github.com/1step621/iva
- Owner: 1Step621
- License: mit
- Created: 2025-02-23T16:00:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T09:40:08.000Z (about 2 months ago)
- Last Synced: 2025-04-07T10:32:09.399Z (about 2 months ago)
- Topics: rust, tauri, video-editing, video-editor, vue
- Language: Vue
- Homepage:
- Size: 6.25 MB
- Stars: 44
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.