summaryrefslogtreecommitdiff
path: root/doc/demuxers.texi
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2022-05-14 14:38:56 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2022-05-14 14:46:01 +0530
commit8b64d8d9aa7fede94ab531b7be3f73cd2f3c448c (patch)
treeaecc473a388c8cf53e4f47ee4d2e91a12503ca93 /doc/demuxers.texi
parentb90341d1d5585b7181873ac4d85a7c373eb3b2ae (diff)
downloadffmpeg-8b64d8d9aa7fede94ab531b7be3f73cd2f3c448c.tar.gz
avformat/dashdec: accept and relay CENC decryption key
Allows to process CENC-encrypted media segments. Option arg syntax is same as that for option decryption_key in MOV demuxer
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 238b8e03a8..c95a9ae594 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -274,6 +274,17 @@ which streams to actually receive.
Each stream mirrors the @code{id} and @code{bandwidth} properties from the
@code{<Representation>} as metadata keys named "id" and "variant_bitrate" respectively.
+@subsection Options
+
+This demuxer accepts the following option:
+
+@table @option
+
+@item cenc_decryption_key
+16-byte key, in hex, to decrypt files encrypted using ISO Common Encryption (CENC/AES-128 CTR; ISO/IEC 23001-7).
+
+@end table
+
@section imf
Interoperable Master Format demuxer.