Skip to content
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

Cannot find "mp4decrypt" on mac os #14

Open
cmoulliard opened this issue Sep 29, 2022 · 3 comments
Open

Cannot find "mp4decrypt" on mac os #14

cmoulliard opened this issue Sep 29, 2022 · 3 comments

Comments

@cmoulliard
Copy link

Issue

When we execute the script python widevine-dl.py from a terminal, then we got this error on mac

Decrypting WideVine DRM.. (Takes some time)
sh: mp4decrypt: command not found
sh: mp4decrypt: command not found

Question: How do we get such a key ?

Enter WideVineDecryptor Prompt: 
> 
@Felixbstck
Copy link

The issue isn't with the key but with mp4decrypt which doesn't work on mac even with a valid key

@Felixbstck
Copy link

I got a fix to the decryptor you can download a new decryptor from https://www.bento4.com/downloads/ it's in the bin files just rename to mp4decrypt_mac

@CAlmendros
Copy link

Same issue happens on linux but, at least on linux's case, the problem is that mp4decrypt hasn't execution permissions.

This solved the issue for me:

chmod +x mp4decrypt_linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants