1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-20 09:18:16 +00:00
mp4-rust/examples
ninthakeey 00b50636b6
example/copy supports vp9-in-mp4 and example/dump supports fmp4 (#41)
* feat: mvex box中的mehd box改为可选,支持fmp4的解析

* feat: support to copy mp4 with vp9 codec, but not support to copy fmp4 with vp9 codec

* Update types.rs

undo unnecessary changes.

* Update types.rs

undo reduce unnecessary changes.

* Update types.rs

* Update mp4copy.rs

Add vp9 code after h265

* Update stsd.rs

Add vp09 after the Hevc

* Update types.rs

Add after the HevcConfig.

* fix: Track.rs add vp9 support

* feat: mp4 writer set vp09 box into stsd box
2021-01-26 19:31:32 -08:00
..
mp4copy.rs example/copy supports vp9-in-mp4 and example/dump supports fmp4 (#41) 2021-01-26 19:31:32 -08:00
mp4dump.rs example/copy supports vp9-in-mp4 and example/dump supports fmp4 (#41) 2021-01-26 19:31:32 -08:00
mp4info.rs update mp4info example and track. 2020-09-05 13:15:31 -07:00
mp4sample.rs Update mp4sample.rs 2020-12-16 01:14:04 -08:00
simple.rs add criterion for benchmarking performance. 2020-08-26 20:45:18 -07:00