NAME

MP4::File - Read/Write MP4 files

SYNOPSIS

use MP4::File;

$mp4 = MP4::File->new;
$mp4->Modify($filename);
$mp4->SetMetadataArtist("Dire Straits");

DESCRIPTION

Please refer to the libmp4v2 documentation.

AUTHOR

Marcus Holland-Moritz <mhx@cpan.org>