NAME
App::VideoHost::Video - Encapsulate a single video
VERSION
version 0.143310
SYNOPSIS
# /foo/bar/baz contains video.mp4 and metadata.txt
my $video = App::VideoHost::Video->new(directory => '/foo/bar/baz');
$video->check;
METHODS
check
Check this video for correct metadata.
Throws an exception if there is a problem with the video or it's related files.
metadata
Return the value for a given key for this App::VideoHost::Video object.
AUTHOR
Justin Hawkins <justin@eatmorecode.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Justin Hawkins.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.