1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-06-02 13:39:54 +00:00
mp4-rust/src/mp4box
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
..
avc1.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
co64.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
ctts.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
dinf.rs Fix the playback bug in QuickTime and Safari (#34) 2020-11-23 13:38:05 -08:00
edts.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
elst.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
ftyp.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
hdlr.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
hev1.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
mdhd.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
mdia.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
mehd.rs Fragmented boxes (#30) 2020-09-13 00:25:08 -07:00
mfhd.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
minf.rs Fix the playback bug in QuickTime and Safari (#34) 2020-11-23 13:38:05 -08:00
mod.rs example/copy supports vp9-in-mp4 and example/dump supports fmp4 (#41) 2021-01-26 19:31:32 -08:00
moof.rs Fragmented boxes (#30) 2020-09-13 00:25:08 -07:00
moov.rs Fragmented boxes (#30) 2020-09-13 00:25:08 -07:00
mp4a.rs Fix the playback bug in QuickTime and Safari (#34) 2020-11-23 13:38:05 -08:00
mvex.rs example/copy supports vp9-in-mp4 and example/dump supports fmp4 (#41) 2021-01-26 19:31:32 -08:00
mvhd.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
smhd.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
stbl.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
stco.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
stsc.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
stsd.rs example/copy supports vp9-in-mp4 and example/dump supports fmp4 (#41) 2021-01-26 19:31:32 -08:00
stss.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
stsz.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
stts.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
tfhd.rs Fragmented boxes (#30) 2020-09-13 00:25:08 -07:00
tkhd.rs Fix the playback bug in QuickTime and Safari (#34) 2020-11-23 13:38:05 -08:00
traf.rs Fragmented boxes (#30) 2020-09-13 00:25:08 -07:00
trak.rs Skip serializing edts if Option::is_none. 2020-09-09 21:02:38 -07:00
trex.rs Fragmented tracks (#31) 2020-09-14 18:05:34 -07:00
trun.rs Fragmented tracks (#31) 2020-09-14 18:05:34 -07:00
tx3g.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
vmhd.rs Box summary and to_json traits. (#29) 2020-09-08 22:24:34 -07:00
vp09.rs example/copy supports vp9-in-mp4 and example/dump supports fmp4 (#41) 2021-01-26 19:31:32 -08:00
vpcc.rs example/copy supports vp9-in-mp4 and example/dump supports fmp4 (#41) 2021-01-26 19:31:32 -08:00