public class Mp4TagReader extends Object
The metadata tags are usually held under the ilst atom as shown below
Valid Exceptions to the rule:
Can be no udta atom with meta rooted immediately under moov instead
Can be no udta/meta atom at all
|--- ftyp |--- moov |......| |......|----- mvdh |......|----- trak |......|----- udta |..............| |..............|-- meta |....................| |....................|-- hdlr |....................|-- ilst |.........................| |.........................|---- @nam (Optional for each metadatafield) |.........................|.......|-- data |.........................|....... ecetera |.........................|---- ---- (Optional for reverse dns field) |.................................|-- mean |.................................|-- name |.................................|-- data |.................................... ecetere | |--- mdat
Constructor and Description |
---|
Mp4TagReader() |
public static Logger logger
public Mp4Tag read(Path file) throws CannotReadException, IOException
CannotReadException
IOException
Copyright © 2005–2020 jthink.net. All rights reserved.