|
NAMEAudio::M4P::Decrypt -- DRMS decryption of Apple iTunes style MP4 player files DESCRIPTIONOriginally derived from the DeDRMS.cs program by Jon Lech Johansen SYNOPSISuse Audio::M4P::Decrypt; my $outfile = 'mydecodedfile'; my $deDRMS = new Audio::M4P::Decrypt; $deDRMS->DeDRMS($mp4file, $outfile); METHODS
SEE ALSONOTES This software is designed to allow different but fair use of music by the
purchaser of the music. In no way is this software intended to facilitate
use of digital music files by parties other than the purchaser of the
originally DRM-protected material. That is Fair Use, corporate entities.
If you need to locate your iTMS keys, look for compatible versions of
JHymn or FairKeys, or use the LWP::UserAgent::iTMS_Client Perl module.
Class Internal FunctionsAUTHOR Original C# version: copyright Jon Lech Johansen B<jon-vl@nanocrew.net>.
Perl version: William Herrera B<wherrera@skylightview.com>.
SUPPORTQuestions, feature requests and bug reports should go to <wherrera@skylightview.com>. COPYRIGHTCopyright (c) 2003-2005 William Herrera. All rights
reserved. This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
|