summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomer <11458759+tomer8007@users.noreply.github.com>2020-10-19 19:00:06 +0200
committerTomer <11458759+tomer8007@users.noreply.github.com>2020-10-19 19:00:06 +0200
commit0bc28f2b5722bb3d5538fc11beeed1731141981b (patch)
tree2920784c87320c43331d2f09e0fc5e7591ceb93b
parentFixed a typo (diff)
parentUpdate README.md (diff)
downloadwidevine-l3-decryptor-0bc28f2b5722bb3d5538fc11beeed1731141981b.tar
widevine-l3-decryptor-0bc28f2b5722bb3d5538fc11beeed1731141981b.tar.gz
widevine-l3-decryptor-0bc28f2b5722bb3d5538fc11beeed1731141981b.tar.bz2
widevine-l3-decryptor-0bc28f2b5722bb3d5538fc11beeed1731141981b.tar.lz
widevine-l3-decryptor-0bc28f2b5722bb3d5538fc11beeed1731141981b.tar.xz
widevine-l3-decryptor-0bc28f2b5722bb3d5538fc11beeed1731141981b.tar.zst
widevine-l3-decryptor-0bc28f2b5722bb3d5538fc11beeed1731141981b.zip
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6046d5..a2727be 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,9 @@ Keys will be logged in plaintext to the javascript console:
`WidevineDecryptor: Found key: 100b6c20940f779a4589152b57d2dacb (KID=eb676abbcb345e96bbcf616630f1a3da)
`
-Decrypting the media itself is then just a matter of using a tool that can decrypt MPEG-CENC streams, like `ffmpeg`. e.g:
+Decrypting the media itself is then just a matter of using a tool that can decrypt MPEG-CENC streams, like `ffmpeg`.
+
+e.g:
`ffmpeg -decryption_key 100b6c20940f779a4589152b57d2dacb -i encrypted_media.mp4 -codec copy decrypted_media.mp4`