larksuite / rsmpeg

A Rust crate that exposes FFmpeg's power as much as possible.
https://docs.rs/rsmpeg/latest/rsmpeg/
MIT License
677 stars 41 forks source link

Added ablity to specify output format when creating an AVFormatContextOutput #196

Open sw-vish opened 1 month ago

sw-vish commented 1 month ago

As the title says, you can now optionally provide an AVOutputFormat when calling AVFormatContextOutput::create.