
App::MP4Meta::MusicVideo - Add metadata to a music video

version 1.130420

my $film = App::MP4Meta::MusicVideo->new; $film->apply_meta( '/path/to/Michael Jackson vs Prodigy - Bille Girl' );

Apply metadata to the file at this path.
Returns undef if success; string if error.

Andrew Jones <andrew@arjones.co.uk>

This software is copyright (c) 2013 by Andrew Jones.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.