Expand description
Modules§
Structs§
- Av1CBox
- Aviffy
- Config for the serialization (allows setting advanced image properties).
- Chroma
Subsampling - Chroma subsampling configuration for AV1 encoding.
- ClapBox
- Clean Aperture box (
clap). - ClliBox
- Content Light Level Information box (
clli), per ISOBMFF § 12.1.5 / CEA-861.3. - ColrBox
- ColourInformationBox
- Colr
IccBox - ColourInformationBox with ICC profile (colour_type = ‘prof’ or ‘rICC’).
- ImirBox
- Image Mirror box (
imir). NOT a FullBox. - IrotBox
- Image Rotation box (
irot). NOT a FullBox. - MdcvBox
- Mastering Display Colour Volume box (
mdcv), per ISOBMFF § 12.1.5 / SMPTE ST 2086. - PaspBox
- Pixel Aspect Ratio box (
pasp).
Functions§
- serialize
- Makes an AVIF file given encoded AV1 data (create the data with
rav1e) - serialize_
to_ vec - See
serializefor description. This one makes aVecinstead of usingio::Write.