NAME
App::MP4Meta::Command::musicvideo - Apply metadata to a music video. Parses the filename in order to get its artist and title.
VERSION
version 1.153340
SYNOPSIS
mp4meta musicvideo "Michael Jackson vs Prodigy - Bille Girl.m4v"
This command applies metadata to one or more music videos. It parses the filename in order to get the videos artist and title.
It currently supports the following file formats:
artist - title.m4v
By default, it will apply the metadata to the existing file. If you want it to write to a temporary file and leave the existing file untouched, provide the --noreplace
option.
AUTHOR
Andrew Jones <andrew@arjones.co.uk>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 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.