tomer8007 / widevine-l3-decryptor

A Chrome extension that demonstrates bypassing Widevine L3 DRM
MIT License
1.11k stars 278 forks source link

I can get this key but it has no effect #11

Closed wc410514046 closed 3 years ago

wc410514046 commented 3 years ago

https://v.youku.com/v_show/id_XNDcxOTQ5ODMxNg==.html?spm=a2hbt.13141534.app.5~5!2~5!2~5~5~5!2~5~5!2~5!2~5!2~5~A!6&s=adbb85b0280346f29299 image I concat the video by init and 01 02 03. . . . . . image and Ran the command ffmpeg.exe -decryption_key 83ec2fb2028ac486bf491dcf7caaf33c -i ao.mp4 -codec copy a11n.mp4 but error image can you help me see it?

wc410514046 commented 3 years ago

微信图片_20201024125847 微信图片_20201024125845

微信图片_20201024125805

zackmark29 commented 3 years ago

Use MP4Decrpyt.

mp4decrypt.exe --key KID:KEY input.mp4 output.mp4

(e.g.) mp4decrypt.exe --key 3fa132ccf22a44799ca5e145c2850a8d:b81d4f73cab20142d3ec50610338ce30 encrypted.mp4 decrypted.mp4

https://www.bento4.com/downloads/

plmxs2017 commented 3 years ago

https://v.youku.com/v_show/id_XNDcxOTQ5ODMxNg==.html?spm=a2hbt.13141534.app.5~5!2~5!2~5~5~5!2~5~5!2~5!2~5!2~5~A!6&s=adbb85b0280346f29299 image I concat the video by init and 01 02 03. . . . . . image and Ran the command ffmpeg.exe -decryption_key 83ec2fb2028ac486bf491dcf7caaf33c -i ao.mp4 -codec copy a11n.mp4 but error image can you help me see it?

How did you download this encrypted video?