-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mp4decrypt does not work with m4a audio files? #589
Comments
You should be using: |
I'll try, thanks! |
I'm having the same issue. Audio and Video are separate on the target site. Video decrypts just fine. Audio does not. |
im got "unexpected argument" error how can i fix it? this command: mp4decrypt.exe --key 1:edef8ba979d64acea3c827dcd51d21ed:AAAAWnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADoIARIQsQDOCpU7Ee6gAS4RFK3dBiIkNjI4YWIyZmMtYWY3Ni00NDc2LThlMjgtMzJjNmNlOTdmZDI0:default_kid b100ce0a-953b-11ee-a001-2e1114addd06 1.mp4 new.mp4 |
The key value should be specified as : where is a track number and expressed in hex (32 hex characters). You can pass multiple keys, one per track. |
Well, there ARE cases that audio tracks are encrypted in a way that a
In this case mp4decrypt just doesn't work with it. For people having the same frustration, we can use shaka-packager instead.
|
I am trying to decrypt an audio file in .m4a format I am using the correct key, but the file is not being decrypted. The same file in .aac format is decrypted using the same key, but as I said, it doesn't work in m4a format.
"audio578956 m4a audio only [pt] DASH audio 128k , m4a_dash container, mp4a.40.2 (48000Hz)"
"mp4decrypt --key faxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:85xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "test.m4a" "decrypt.aac"
or
"mp4decrypt --key faxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:85xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "test.m4a" "decrypt.m4a"
Either way, the m4a file is not decrypted. Is there any solution?
The text was updated successfully, but these errors were encountered: