Ruben Laguna’s blog

MP4::Info Fixed

Jonathan Harris has just released a new version of MP4::Info adding support for Sony PSP title and encoder.

Movie title and the encoder used are now accessible under $tag->{NAM} and $tag->{TOO}

1
2
3
4
5

1
2
3
4
5
<span class='line'>use MP4::Info;
</span><span class='line'>my $file = 'MAQ12331.MP4';
</span><span class='line'>
</span><span class='line'>my $tag = get_mp4tag($file) or die "No TAG info";
</span><span class='line'>printf "$file title:%s encoder: %s\n", $tag->{NAM}, $tag->{TOO};</span>

see my related post

Comments

Copyright © 2015 - Ruben Laguna - Powered by Octopress