1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-20 01:08:06 +00:00
mp4-rust/src
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
..
mp4box example/copy supports vp9-in-mp4 and example/dump supports fmp4 (#41) 2021-01-26 19:31:32 -08:00
error.rs Fragmented tracks (#31) 2020-09-14 18:05:34 -07:00
lib.rs 0.7.1 2020-11-23 13:55:31 -08:00
reader.rs Fragmented tracks (#31) 2020-09-14 18:05:34 -07:00
track.rs example/copy supports vp9-in-mp4 and example/dump supports fmp4 (#41) 2021-01-26 19:31:32 -08:00
types.rs example/copy supports vp9-in-mp4 and example/dump supports fmp4 (#41) 2021-01-26 19:31:32 -08:00
writer.rs Feature/mp4copy (#14) 2020-08-04 16:56:59 -07:00