darkskygit / minimp4.rs

A minimp4 Rust binding, h264/h265 stream muxer
https://crates.io/crates/minimp4
Mozilla Public License 2.0
20 stars 7 forks source link

Support audio track #3

Closed hanguk0726 closed 1 year ago

hanguk0726 commented 1 year ago

This adds an audio track when mp4 is written using fdk-acc-sys crate.

I tested several pcm files while changing the number of channels(1 or2 ) and sample rate and it worked.

darkskygit commented 1 year ago

Thank you very much for your PR, I am a little busy this week, I will try to review this PR within the next weekend!