diff options
author | Tomer <11458759+tomer8007@users.noreply.github.com> | 2020-10-20 21:22:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 21:22:02 +0200 |
commit | cfa841ad647a0725a325ad7f56c9fe0e09e214cf (patch) | |
tree | 957c2d88632a9911a8dfb98cb1ee0e5f50a5c1d2 | |
parent | Update README.md (diff) | |
download | widevine-l3-decryptor-cfa841ad647a0725a325ad7f56c9fe0e09e214cf.tar widevine-l3-decryptor-cfa841ad647a0725a325ad7f56c9fe0e09e214cf.tar.gz widevine-l3-decryptor-cfa841ad647a0725a325ad7f56c9fe0e09e214cf.tar.bz2 widevine-l3-decryptor-cfa841ad647a0725a325ad7f56c9fe0e09e214cf.tar.lz widevine-l3-decryptor-cfa841ad647a0725a325ad7f56c9fe0e09e214cf.tar.xz widevine-l3-decryptor-cfa841ad647a0725a325ad7f56c9fe0e09e214cf.tar.zst widevine-l3-decryptor-cfa841ad647a0725a325ad7f56c9fe0e09e214cf.zip |
-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 Windows 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.
|