Video editing in Rust
Movieru
is a video editing library. It allows splitting, concatenations,
compositing, inserting text, or custom effects.
It is backed by ffmpeg
, so it supports all the most common audio and video
formats.
Only tested on Linux for now.
TODO
For now, there is no real attempt at having good performances. Reading and writing
from the ffmpeg
binary is probably far from the optimal way to do it.
The focus for no is on functionality, supporting effects, composition.
TODO