VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. So i tried using Shaka packager but it's giving this error could anybody help?


    Click image for larger version

Name:	shaka.PNG
Views:	439
Size:	17.7 KB
ID:	78703


    was following this guide https://forum.videohelp.com/threads/408557-Decryption-The-Last-Crusade

    i also tried Mp4decrypt but it shows this application cannot run in this device contact distributor.
    Quote Quote  
  2. Where did you download your shaka packager binary from? Download it from here: https://github.com/shaka-project/shaka-packager/releases
    Quote Quote  
  3. i downloaded from the official link https://github.com/shaka-project/shaka-packager/releases should reinstall it or maybe older version??
    Last edited by koustubhh; 29th Apr 2024 at 10:14.
    Quote Quote  
  4. Originally Posted by white_snake View Post
    Where did you download your shaka packager binary from? Download it from here: https://github.com/shaka-project/shaka-packager/releases
    yeah i think it got i solved i downloaded older version bro can u help me a little bit more can u write the code of it

    keys [ b3af32f237be4b24d053256eb57f4294:3617bd30da9cd5fa3 9328235fb49155a
    aa46933d36476da7c869df1b39429898:a7834a02f23b750f6 79a8b708214047b
    e16c8e7126666089b531168f98cc4406:425ee14a0e3a5c30e 040341e985389ee ]

    my input file audio C:\shaka-packager\master-03028928be-1702995022883.en.m4a

    output file location C:\shaka-packager\WhatIf01.m4a
    Quote Quote  
  5. Originally Posted by koustubhh View Post
    Originally Posted by white_snake View Post
    Where did you download your shaka packager binary from? Download it from here: https://github.com/shaka-project/shaka-packager/releases
    yeah i think it got i solved i downloaded older version bro can u help me a little bit more can u write the code of it

    keys [ b3af32f237be4b24d053256eb57f4294:3617bd30da9cd5fa3 9328235fb49155a
    aa46933d36476da7c869df1b39429898:a7834a02f23b750f6 79a8b708214047b
    e16c8e7126666089b531168f98cc4406:425ee14a0e3a5c30e 040341e985389ee ]

    my input file audio C:\shaka-packager\master-03028928be-1702995022883.en.m4a

    output file location C:\shaka-packager\WhatIf01.m4a
    I guess something like this should work:
    Code:
    packager-win-x64.exe in=C:\shaka-packager\master-03028928be-1702995022883.en.m4a,stream=audio,output=C:\shaka-packager\WhatIf01.m4a --enable_raw_key_decryption --keys key_id=b3af32f237be4b24d053256eb57f4294:key=3617bd30da9cd5fa39328235fb49155a,key_id=aa46933d36476da7c869df1b39429898:key=a7834a02f23b750f679a8b708214047b,key_id=e16c8e7126666089b531168f98cc4406:key=425ee14a0e3a5c30e040341e985389ee
    Or just try the key pairs one at a time.
    Quote Quote  
  6. Thanks but it says packaging error 8 cannot parse into media file
    Quote Quote  
  7. Image
    [Attachment 78709 - Click to enlarge]
    is that mean my keys are invalid or i'm doing something wrong and stupid??
    Quote Quote  
  8. Try this first:
    https://www.bento4.com/documentation/mp4info/
    Code:
    mp4info --verbose master-03028928be-1702995022883.en.m4a
    and check:
    default_KID = [00 00 XX XX XX XX XX XX XX XX XX XX XX XX XX XX]
    that matches your KID:KEY

    If the KID is right, try this with MP4decrypt:
    https://www.bento4.com/documentation/mp4decrypt/
    Code:
    mp4decrypt --show-progress --key KID:KEY master-03028928be-1702995022883.en.m4a master-03028928be-1702995022883-DECRYPTED.en.m4a
    More comprehensive guide on using Bento4 tools can be found here.
    Last edited by pssh; 29th Apr 2024 at 14:42.
    If I was in politics I make sure you drink plenty of beer
    and watch plenty of TV to keep you busy. | Data is the new oil.
    Quote Quote  
  9. Try this:

    Code:
    shaka-packager input="WhatIf01.mp4",stream=audio,output="D:\WhatIf01.mp4" --enable_raw_key_decryption --keys label=0:key_id=b3af32f237be4b24d053256eb57f4294:key=3617bd30da9cd5fa39328235fb49155a,label=1:key_id=aa46933d36476da7c869df1b39429898:key=a7834a02f23b750f679a8b708214047b,label=2:key_id=e16c8e7126666089b531168f98cc4406:key=425ee14a0e3a5c30e040341e985389ee
    Quote Quote  
  10. Originally Posted by koustubhh View Post
    Image
    [Attachment 78709 - Click to enlarge]
    is that mean my keys are invalid or i'm doing something wrong and stupid??
    Error is pretty clear to me: it's telling you that the KID of the audio stream you're trying to decrypt is 711121a59... and there's no matching KID:KEY pair for this KID. In other words, those are not the right keys for this stream.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!