NAME
App::MP4Meta - Apply iTunes-like metadata to an mp4 file.
VERSION
version 1.120500
DESCRIPTION
The mp4meta
command applies iTunes-like metadata to an mp4 file. The metadata is obtained by parsing the filename and searching the Internet to find its title, description and cover image, amongst others.
film
The film
command parses the filename and searches the IMDB for film metadata. See App::MP4Meta::Command::film for more information.
tv
The tv
command parses the filename and searches the IMDB for TV Series metadata. See App::MP4Meta::Command::tv for more information.
musicvideo
The film
command parses the filename in order to get the videos artist and song title. See App::MP4Meta::Command::musicvideo for more information.
1;
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.