pcwalton / rust-media

A free, comprehensive, and portable video/audio streaming library for Rust
Apache License 2.0
787 stars 57 forks source link

Is it possible to split a video with this library? #44

Open taylorjdawson opened 4 years ago

taylorjdawson commented 4 years ago

Is it possible to split a video into a 10 second chunk with this library? I need something faster and simpler than ffmpeg. Thanks!