Update README.md
This commit is contained in:
parent
8a8b2fda7d
commit
6f033b9f3d
|
@ -13,7 +13,9 @@ Keys will be logged in plaintext to the javascript console:
|
||||||
`WidevineDecryptor: Found key: 100b6c20940f779a4589152b57d2dacb (KID=eb676abbcb345e96bbcf616630f1a3da)
|
`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`
|
`ffmpeg -decryption_key 100b6c20940f779a4589152b57d2dacb -i encrypted_media.mp4 -codec copy decrypted_media.mp4`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue