Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Audio::M4P::Decrypt 0.51

    Download button

    No screenshots available
    Downloads: 2,562  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    William Herrera | More programs
    Perl Artistic License / FREE
    October 7th, 2008, 21:45 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Audio::M4P::Decrypt description

    A DRMS decryption of Apple iTunes style MP4 player files.

    Audio::M4P::Decrypt is a DRMS decryption of Apple iTunes style MP4 player files.

    Originally derived from the DeDRMS.cs program by Jon Lech Johansen

    SYNOPSIS

    use Audio::M4P::Decrypt;

    my $outfile = 'mydecodedfile';
    my $deDRMS = new Audio::M4P::Decrypt;
    $deDRMS->DeDRMS($mp4file, $outfile);

    See also the M4pDecrypt.pl example program in this distribution.


    METHODS

    new

    my $cs = new Audio::M4P::Decrypt;

    my $cs_conparam = Audio::M4P::Decrypt->new(
    strHome => '~', sPfix => '.', dirSep => '/'
    );


    Optional arguments: strHome is the directory containing the keyfile directory. After running VLC on a .m4p file under Windows, MacOS X, and Linux, this should be found by the module automatically (APPDATA dir under Win32, ~/ under OS X and Linux). sPfix is '.' for MacOS/*nix, nil with Windows. dirSep is the char that separates directories, often /.

    For debugging purposes, use eg: my $cs_conparam = Audio::M4P::Decrypt->new( DEBUG => 1, DEBUGDUMPFILE => 'm4ptree.html' );

    DEBUG turns on debugging output. DEBUGDUMPFILE is an output file name to dump an html picture of the m4p data structure.

    DeDRMS

    my $cs = new Audio::M4P::Decrypt;
    $cs->DeDRMS('infilename', 'outfilename');

    Decode infilename, write to outfilename. Reading slurps up an entire file, so output can overwrite the same file without a problem, we hope. Backup first.

    DecryptFile

    $cs->DecryptFile('infilename', 'outfilename');

    More descriptive alias for the DeDRMS method.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    DRMS decryption | Apple iTunes | MP4 player | module | DRMS | decryption

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM