NAME
App::MP4Meta::Base - Base class. Contains common functionality.
VERSION
version 1.120500
SYNOPSIS
my $film = App::MP4Meta::Base->new( ap => 'path/to/ap' );
$film->apply_meta( '/path/to/The_Truman_Show.m4v' );
METHODS
new( %args )
Create new object. Takes the following arguments:
ap - Path to the AtomicParsley command. Optional.
noreplace - If true, do not replace file, but save to temp instead
AUTHOR
Andrew Jones <andrew@arjones.co.uk>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 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.