abema / go-mp4

Go library for reading and writing MP4 file
https://dev.to/sunfishshogi/go-mp4-golang-library-and-cli-tool-for-mp4-52o1
MIT License
464 stars 30 forks source link

CENC support #134

Closed ghost closed 1 year ago

ghost commented 1 year ago

If I have an encrypted MP4 and the Key, I want to be able to decrypt it.

https://www.w3.org/TR/eme-stream-mp4/

sunfish-shogi commented 1 year ago

We have no plans to support encryption/decryption feature so far.

By the way, please use issue templates when creating new issue.