videosphere
    Preparing search index...

    Interface BackupInjectedMetadata

    Metadata atoms written into backup MP4/MOV files via ffmpeg.

    interface BackupInjectedMetadata {
        title?: string;
        albumArtist?: string;
        album?: string;
        genre?: string;
        year?: string;
    }
    Index

    Properties

    title?: string

    Video title (title atom).

    albumArtist?: string

    Album artist (album_artist atom).

    album?: string

    Album (album atom).

    genre?: string

    Genre (genre atom).

    year?: string

    Year (date atom), typically four digits.