1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-19 16:58:04 +00:00
mp4-rust/src
Ririsoft ace2799c75
read metadata from udta (#77)
This introduces the 'Metadata' trait to enable access
to common video metadata such
title, year, cover art and more.

Reading 'title', 'description', 'poster' and 'year'
metadata is implemented here.
2022-07-20 19:05:38 -07:00
..
mp4box read metadata from udta (#77) 2022-07-20 19:05:38 -07:00
error.rs read metadata from udta (#77) 2022-07-20 19:05:38 -07:00
lib.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
reader.rs read metadata from udta (#77) 2022-07-20 19:05:38 -07:00
track.rs fix clippy & enhance CI/CD (#78) 2022-07-07 20:02:00 -07:00
types.rs read metadata from udta (#77) 2022-07-20 19:05:38 -07:00
writer.rs Writer: Set mvhd/tkhd/mdhd version to 1 if duration is greater than u32::MAX (#76) 2022-06-14 21:44:59 -07:00