Get information on mp4 files from the command line
As long as you have MP4::Info installed perl -MMP4::Info -MData::Dumper -e ‘my $mp4 = new MP4::Info $ARGV[0]; print Dumper($mp4);’ YOURFILENAME.mp4
As long as you have MP4::Info installed perl -MMP4::Info -MData::Dumper -e ‘my $mp4 = new MP4::Info $ARGV[0]; print Dumper($mp4);’ YOURFILENAME.mp4