So i tried using Shaka packager but it's giving this error could anybody help?
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.
+ Reply to Thread
Results 1 to 10 of 10
-
-
Where did you download your shaka packager binary from? Download it from here: https://github.com/shaka-project/shaka-packager/releases
-
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.
-
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
-
[Attachment 78709 - Click to enlarge] is that mean my keys are invalid or i'm doing something wrong and stupid?? -
Try this first:
https://www.bento4.com/documentation/mp4info/
Code:mp4info --verbose master-03028928be-1702995022883.en.m4a
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
-
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
-
Similar Threads
-
need help decrypting+downloading videos from sokmil as beginner
By hej4lyf in forum Video Streaming DownloadingReplies: 11Last Post: 17th Mar 2024, 18:34 -
Need Help Downloading & Decrypting Videos Hosted on Graphy
By johndiehl929 in forum Video Streaming DownloadingReplies: 32Last Post: 11th Feb 2024, 10:12 -
shaka packager decryption
By zeosle in forum Video Streaming DownloadingReplies: 6Last Post: 15th Dec 2023, 03:43 -
help on shaka,
By Maurioski in forum Video Streaming DownloadingReplies: 0Last Post: 12th Apr 2023, 10:26 -
shaka usage
By whs912km in forum Video Streaming DownloadingReplies: 6Last Post: 13th Feb 2023, 01:56