The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::MP4Meta - Apply iTunes-like metadata to an mp4 file.

VERSION

version 1.130160

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 TVDB and the IMDB for TV Series metadata. See App::MP4Meta::Command::tv for more information.

musicvideo

The musicvideo command parses the filename in order to get the videos artist and song title. See App::MP4Meta::Command::musicvideo for more information.

AUTHOR

Andrew Jones <andrew@arjones.co.uk>

COPYRIGHT AND LICENSE

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.