Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | movenc: support cenc (common encryption) | erankor | 2015-12-15 | 1 | -0/+415 |
support writing encrypted mp4 using aes-ctr, conforming to ISO/IEC 23001-7. 3 new parameters were added: - encryption_scheme - allowed values are none (default) and cenc-aes-ctr - encryption_key - 128 bit encryption key (hex) - encryption_kid - 128 bit encryption key identifier (hex) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> |