diff options
author | Tomer <11458759+tomer8007@users.noreply.github.com> | 2020-10-22 19:58:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 19:58:27 +0200 |
commit | 5350515c5d490750b5517760ec2565b2b2ff92a9 (patch) | |
tree | 913ac3f02cad14d68dc7d34bd0de66e2c2eb5e0d /README.md | |
parent | Update README.md (diff) | |
download | widevine-l3-decryptor-5350515c5d490750b5517760ec2565b2b2ff92a9.tar widevine-l3-decryptor-5350515c5d490750b5517760ec2565b2b2ff92a9.tar.gz widevine-l3-decryptor-5350515c5d490750b5517760ec2565b2b2ff92a9.tar.bz2 widevine-l3-decryptor-5350515c5d490750b5517760ec2565b2b2ff92a9.tar.lz widevine-l3-decryptor-5350515c5d490750b5517760ec2565b2b2ff92a9.tar.xz widevine-l3-decryptor-5350515c5d490750b5517760ec2565b2b2ff92a9.tar.zst widevine-l3-decryptor-5350515c5d490750b5517760ec2565b2b2ff92a9.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ e.g: ```
ffmpeg -decryption_key 100b6c20940f779a4589152b57d2dacb -i encrypted_media.mp4 -codec copy decrypted_media.mp4
```
-*NOTE*: The extension currently supports the Windows platform only.
+**NOTE**: The extension currently supports the Windows platform only.
## How
In the context of browsers the actual decryption of the media is usually done inside a proprietary binary (`widevinecdm.dll`, known as the Content Decryption Module or CDM) only after receiving the license from a license server with an encrypted key in it.
|