From dc823f884673b2b82a9a86153165015ecec04c13 Mon Sep 17 00:00:00 2001 From: Dimitri Podborski Date: Wed, 6 Sep 2023 14:52:43 -0700 Subject: [PATCH] cenc from m56755 --- data/file_features/.cfignore | 3 +- .../under_consideration/cenc/audio_cbcs.json | 14 + .../cenc/audio_cbcs_const_iv.json | 14 + .../cenc/audio_cbcs_const_iv_gpac.json | 606 +++ .../cenc/audio_cbcs_gpac.json | 1075 +++++ .../cenc/audio_cenc_128iv.json | 14 + .../cenc/audio_cenc_128iv_gpac.json | 1073 +++++ .../under_consideration/cenc/image_cbc1.json | 14 + .../cenc/image_cbc1_gpac.json | 349 ++ .../under_consideration/cenc/image_cbcs.json | 14 + .../cenc/image_cbcs_const_iv.json | 14 + .../cenc/image_cbcs_const_iv_gpac.json | 352 ++ .../cenc/image_cbcs_const_iv_roll.json | 14 + .../cenc/image_cbcs_const_iv_roll_gpac.json | 357 ++ .../cenc/image_cbcs_gpac.json | 351 ++ .../cenc/image_cbcs_mkey_const_iv_subs.json | 14 + .../image_cbcs_mkey_const_iv_subs_gpac.json | 384 ++ .../cenc/image_cenc_128iv.json | 14 + .../cenc/image_cenc_128iv_gpac.json | 349 ++ .../cenc/image_cenc_64iv.json | 14 + .../cenc/image_cenc_64iv_gpac.json | 349 ++ .../cenc/image_cenc_mkey_base.json | 14 + .../cenc/image_cenc_mkey_base_gpac.json | 380 ++ .../cenc/image_cenc_mkey_roll.json | 14 + .../cenc/image_cenc_mkey_roll_gpac.json | 380 ++ .../cenc/image_cenc_mkey_subs.json | 14 + .../cenc/image_cenc_mkey_subs_gpac.json | 380 ++ .../cenc/image_cenc_roll.json | 14 + .../cenc/image_cenc_roll_gpac.json | 354 ++ .../cenc/image_cens_128iv.json | 14 + .../cenc/image_cens_128iv_gpac.json | 351 ++ .../cenc/image_cens_64iv.json | 14 + .../cenc/image_cens_64iv_gpac.json | 351 ++ .../under_consideration/cenc/video_cbc1.json | 14 + .../cenc/video_cbc1_gpac.json | 2968 ++++++++++++++ .../under_consideration/cenc/video_cbcs.json | 14 + .../cenc/video_cbcs_const_iv.json | 14 + .../cenc/video_cbcs_const_iv_gpac.json | 2921 ++++++++++++++ .../cenc/video_cbcs_const_iv_roll.json | 14 + .../cenc/video_cbcs_const_iv_roll_frag1s.json | 14 + .../video_cbcs_const_iv_roll_frag1s_gpac.json | 3160 +++++++++++++++ .../cenc/video_cbcs_const_iv_roll_gpac.json | 2962 ++++++++++++++ .../cenc/video_cbcs_gpac.json | 2970 ++++++++++++++ .../cenc/video_cbcs_mkey_const_iv_subs.json | 14 + .../cenc/video_cenc_128iv.json | 14 + .../cenc/video_cenc_128iv_gpac.json | 2968 ++++++++++++++ .../cenc/video_cenc_64iv.json | 14 + .../cenc/video_cenc_64iv_gpac.json | 2968 ++++++++++++++ .../cenc/video_cenc_mkey_base.json | 14 + .../cenc/video_cenc_mkey_base_gpac.json | 3450 +++++++++++++++++ .../cenc/video_cenc_mkey_roll.json | 14 + .../cenc/video_cenc_mkey_roll_gpac.json | 3450 +++++++++++++++++ .../cenc/video_cenc_mkey_subs.json | 14 + .../cenc/video_cenc_mkey_subs_gpac.json | 2700 +++++++++++++ .../cenc/video_cenc_roll.json | 14 + .../cenc/video_cenc_roll_frag1s.json | 14 + .../cenc/video_cenc_roll_frag1s_gpac.json | 3250 ++++++++++++++++ .../cenc/video_cenc_roll_gpac.json | 3031 +++++++++++++++ .../cenc/video_cens_128iv.json | 14 + .../cenc/video_cens_128iv_gpac.json | 2970 ++++++++++++++ .../cenc/video_cens_64iv.json | 14 + .../cenc/video_cens_64iv_gpac.json | 2970 ++++++++++++++ 62 files changed, 50615 insertions(+), 1 deletion(-) create mode 100644 data/file_features/under_consideration/cenc/audio_cbcs.json create mode 100644 data/file_features/under_consideration/cenc/audio_cbcs_const_iv.json create mode 100644 data/file_features/under_consideration/cenc/audio_cbcs_const_iv_gpac.json create mode 100644 data/file_features/under_consideration/cenc/audio_cbcs_gpac.json create mode 100644 data/file_features/under_consideration/cenc/audio_cenc_128iv.json create mode 100644 data/file_features/under_consideration/cenc/audio_cenc_128iv_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cbc1.json create mode 100644 data/file_features/under_consideration/cenc/image_cbc1_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cbcs.json create mode 100644 data/file_features/under_consideration/cenc/image_cbcs_const_iv.json create mode 100644 data/file_features/under_consideration/cenc/image_cbcs_const_iv_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cbcs_const_iv_roll.json create mode 100644 data/file_features/under_consideration/cenc/image_cbcs_const_iv_roll_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cbcs_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cbcs_mkey_const_iv_subs.json create mode 100644 data/file_features/under_consideration/cenc/image_cbcs_mkey_const_iv_subs_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cenc_128iv.json create mode 100644 data/file_features/under_consideration/cenc/image_cenc_128iv_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cenc_64iv.json create mode 100644 data/file_features/under_consideration/cenc/image_cenc_64iv_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cenc_mkey_base.json create mode 100644 data/file_features/under_consideration/cenc/image_cenc_mkey_base_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cenc_mkey_roll.json create mode 100644 data/file_features/under_consideration/cenc/image_cenc_mkey_roll_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cenc_mkey_subs.json create mode 100644 data/file_features/under_consideration/cenc/image_cenc_mkey_subs_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cenc_roll.json create mode 100644 data/file_features/under_consideration/cenc/image_cenc_roll_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cens_128iv.json create mode 100644 data/file_features/under_consideration/cenc/image_cens_128iv_gpac.json create mode 100644 data/file_features/under_consideration/cenc/image_cens_64iv.json create mode 100644 data/file_features/under_consideration/cenc/image_cens_64iv_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cbc1.json create mode 100644 data/file_features/under_consideration/cenc/video_cbc1_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cbcs.json create mode 100644 data/file_features/under_consideration/cenc/video_cbcs_const_iv.json create mode 100644 data/file_features/under_consideration/cenc/video_cbcs_const_iv_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll.json create mode 100644 data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll_frag1s.json create mode 100644 data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll_frag1s_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cbcs_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cbcs_mkey_const_iv_subs.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_128iv.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_128iv_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_64iv.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_64iv_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_mkey_base.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_mkey_base_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_mkey_roll.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_mkey_roll_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_mkey_subs.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_mkey_subs_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_roll.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_roll_frag1s.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_roll_frag1s_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cenc_roll_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cens_128iv.json create mode 100644 data/file_features/under_consideration/cenc/video_cens_128iv_gpac.json create mode 100644 data/file_features/under_consideration/cenc/video_cens_64iv.json create mode 100644 data/file_features/under_consideration/cenc/video_cens_64iv_gpac.json diff --git a/data/file_features/.cfignore b/data/file_features/.cfignore index d324263..475b58d 100644 --- a/data/file_features/.cfignore +++ b/data/file_features/.cfignore @@ -1,4 +1,5 @@ mbms-fec* compact-no-code-fec* isobmff/FX-VY-9436R.3_qhd* -isobmff/08_bifs_carousel_v2* \ No newline at end of file +isobmff/08_bifs_carousel_v2* +under_consideration/cenc/video_cbcs_mkey_const_iv_subs* \ No newline at end of file diff --git a/data/file_features/under_consideration/cenc/audio_cbcs.json b/data/file_features/under_consideration/cenc/audio_cbcs.json new file mode 100644 index 0000000..1a8969a --- /dev/null +++ b/data/file_features/under_consideration/cenc/audio_cbcs.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "cd5b8a0dd0f11ab61cf0b76433101596", + "rel_filepath": "./audio_cbcs.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/audio_cbcs_const_iv.json b/data/file_features/under_consideration/cenc/audio_cbcs_const_iv.json new file mode 100644 index 0000000..e11a05d --- /dev/null +++ b/data/file_features/under_consideration/cenc/audio_cbcs_const_iv.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "ca9bca68d33971977c3bec09cb3b874a", + "rel_filepath": "./audio_cbcs_const_iv.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/audio_cbcs_const_iv_gpac.json b/data/file_features/under_consideration/cenc/audio_cbcs_const_iv_gpac.json new file mode 100644 index 0000000..b3a149b --- /dev/null +++ b/data/file_features/under_consideration/cenc/audio_cbcs_const_iv_gpac.json @@ -0,0 +1,606 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "audio_cbcs_const_iv.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "isom", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "isom" + } + }, + "MovieBox": { + "@Size": "1159", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701668933", + "@ModificationTime": "3701668933", + "@TimeScale": "600", + "@Duration": "1212", + "@NextTrackID": "2" + }, + "ObjectDescriptorBox": { + "@Size": "21", + "@Type": "iods", + "@Version": "0", + "@Flags": "0", + "@Specification": "p14", + "@Container": "moov", + "MP4InitialObjectDescriptor": { + "@objectDescriptorID": "od1", + "@binaryID": "1", + "Profile": { + "@audioProfileLevelIndication": "41", + "@visualProfileLevelIndication": "255", + "@sceneProfileLevelIndication": "255", + "@graphicsProfileLevelIndication": "255", + "@ODProfileLevelIndication": "255" + }, + "Descr": null + } + }, + "TrackBox": { + "@Size": "945", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666818", + "@ModificationTime": "3701668933", + "@TrackID": "1", + "@Duration": "1212", + "@Volume": "1.00" + }, + "MediaBox": { + "@Size": "845", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666818", + "@ModificationTime": "3701668933", + "@TimeScale": "44100", + "@Duration": "89088", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "81", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "soun", + "@Name": "aac:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "724", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "SoundMediaHeaderBox": { + "@Size": "16", + "@Type": "smhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "664", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "188", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "AudioSampleDescriptionBox": { + "@Size": "172", + "@Type": "enca", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@SampleRate": "44100", + "@Channels": "1", + "@BitsPerSample": "16", + "MPEG4ESDescriptorBox": { + "@Size": "39", + "@Type": "esds", + "@Version": "0", + "@Flags": "0", + "@Specification": "p14", + "@Container": "mp4a mp4s mp4v encv enca encs resv wave", + "ES_Descriptor": { + "@ES_ID": "es0", + "decConfigDescr": { + "DecoderConfigDescriptor": { + "@objectTypeIndication": "64", + "@streamType": "5", + "@bufferSizeDB": "215", + "@maxBitrate": "63064", + "@avgBitrate": "63904", + "decSpecificInfo": { + "DecoderSpecificInfo": { + "@type": "auto", + "@src": "data:application/octet-string,%12%08" + } + } + } + }, + "slConfigDescr": { + "SLConfigDescriptor": { + "predefined": { + "@value": "2" + }, + "custom": null + } + } + } + }, + "ProtectionSchemeInfoBox": { + "@Size": "97", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "mp4a" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cbcs", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "57", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "49", + "@Type": "tenc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@constant_IV_size": "16", + "@constant_IV": "0x0A610676CB88F302D10AC8BC66E039ED", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@crypt_byte_block": "0", + "@skip_byte_block": "0" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1024", + "@SampleCount": "87" + } + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "21", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "3", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "368", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "87", + "SampleSizeEntry": [ + { + "@Size": "188" + }, + { + "@Size": "135" + }, + { + "@Size": "59" + }, + { + "@Size": "140" + }, + { + "@Size": "152" + }, + { + "@Size": "162" + }, + { + "@Size": "155" + }, + { + "@Size": "162" + }, + { + "@Size": "163" + }, + { + "@Size": "163" + }, + { + "@Size": "166" + }, + { + "@Size": "160" + }, + { + "@Size": "168" + }, + { + "@Size": "159" + }, + { + "@Size": "181" + }, + { + "@Size": "168" + }, + { + "@Size": "178" + }, + { + "@Size": "176" + }, + { + "@Size": "168" + }, + { + "@Size": "165" + }, + { + "@Size": "183" + }, + { + "@Size": "192" + }, + { + "@Size": "178" + }, + { + "@Size": "185" + }, + { + "@Size": "181" + }, + { + "@Size": "180" + }, + { + "@Size": "189" + }, + { + "@Size": "197" + }, + { + "@Size": "183" + }, + { + "@Size": "184" + }, + { + "@Size": "200" + }, + { + "@Size": "196" + }, + { + "@Size": "200" + }, + { + "@Size": "204" + }, + { + "@Size": "201" + }, + { + "@Size": "191" + }, + { + "@Size": "180" + }, + { + "@Size": "205" + }, + { + "@Size": "195" + }, + { + "@Size": "192" + }, + { + "@Size": "191" + }, + { + "@Size": "203" + }, + { + "@Size": "202" + }, + { + "@Size": "129" + }, + { + "@Size": "174" + }, + { + "@Size": "94" + }, + { + "@Size": "205" + }, + { + "@Size": "191" + }, + { + "@Size": "212" + }, + { + "@Size": "205" + }, + { + "@Size": "188" + }, + { + "@Size": "210" + }, + { + "@Size": "196" + }, + { + "@Size": "207" + }, + { + "@Size": "207" + }, + { + "@Size": "200" + }, + { + "@Size": "205" + }, + { + "@Size": "203" + }, + { + "@Size": "190" + }, + { + "@Size": "194" + }, + { + "@Size": "192" + }, + { + "@Size": "195" + }, + { + "@Size": "195" + }, + { + "@Size": "205" + }, + { + "@Size": "198" + }, + { + "@Size": "188" + }, + { + "@Size": "202" + }, + { + "@Size": "210" + }, + { + "@Size": "185" + }, + { + "@Size": "209" + }, + { + "@Size": "205" + }, + { + "@Size": "203" + }, + { + "@Size": "202" + }, + { + "@Size": "210" + }, + { + "@Size": "194" + }, + { + "@Size": "205" + }, + { + "@Size": "186" + }, + { + "@Size": "215" + }, + { + "@Size": "193" + }, + { + "@Size": "195" + }, + { + "@Size": "208" + }, + { + "@Size": "204" + }, + { + "@Size": "194" + }, + { + "@Size": "201" + }, + { + "@Size": "203" + }, + { + "@Size": "193" + }, + { + "@Size": "158" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "1187" + }, + { + "@offset": "4538" + }, + { + "@offset": "8565" + }, + { + "@offset": "12559" + }, + { + "@offset": "16771" + } + ] + } + } + } + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D475041435A8E62EB7DF2829F7D583A722E60DA8A" + } + } + }, + "MediaDataBox": { + "@Size": "16146", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "16138" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/audio_cbcs_gpac.json b/data/file_features/under_consideration/cenc/audio_cbcs_gpac.json new file mode 100644 index 0000000..eb0c584 --- /dev/null +++ b/data/file_features/under_consideration/cenc/audio_cbcs_gpac.json @@ -0,0 +1,1075 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "audio_cbcs.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "isom", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "isom" + } + }, + "MovieBox": { + "@Size": "2591", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701668946", + "@ModificationTime": "3701668946", + "@TimeScale": "600", + "@Duration": "1212", + "@NextTrackID": "2" + }, + "ObjectDescriptorBox": { + "@Size": "21", + "@Type": "iods", + "@Version": "0", + "@Flags": "0", + "@Specification": "p14", + "@Container": "moov", + "MP4InitialObjectDescriptor": { + "@objectDescriptorID": "od1", + "@binaryID": "1", + "Profile": { + "@audioProfileLevelIndication": "41", + "@visualProfileLevelIndication": "255", + "@sceneProfileLevelIndication": "255", + "@graphicsProfileLevelIndication": "255", + "@ODProfileLevelIndication": "255" + }, + "Descr": null + } + }, + "TrackBox": { + "@Size": "2377", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666818", + "@ModificationTime": "3701668946", + "@TrackID": "1", + "@Duration": "1212", + "@Volume": "1.00" + }, + "MediaBox": { + "@Size": "869", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666818", + "@ModificationTime": "3701668946", + "@TimeScale": "44100", + "@Duration": "89088", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "81", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "soun", + "@Name": "aac:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "748", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "SoundMediaHeaderBox": { + "@Size": "16", + "@Type": "smhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "688", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "171", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "AudioSampleDescriptionBox": { + "@Size": "155", + "@Type": "enca", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@SampleRate": "44100", + "@Channels": "1", + "@BitsPerSample": "16", + "MPEG4ESDescriptorBox": { + "@Size": "39", + "@Type": "esds", + "@Version": "0", + "@Flags": "0", + "@Specification": "p14", + "@Container": "mp4a mp4s mp4v encv enca encs resv wave", + "ES_Descriptor": { + "@ES_ID": "es0", + "decConfigDescr": { + "DecoderConfigDescriptor": { + "@objectTypeIndication": "64", + "@streamType": "5", + "@bufferSizeDB": "215", + "@maxBitrate": "63064", + "@avgBitrate": "63904", + "decSpecificInfo": { + "DecoderSpecificInfo": { + "@type": "auto", + "@src": "data:application/octet-string,%12%08" + } + } + } + }, + "slConfigDescr": { + "SLConfigDescriptor": { + "predefined": { + "@value": "2" + }, + "custom": null + } + } + } + }, + "ProtectionSchemeInfoBox": { + "@Size": "80", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "mp4a" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cbcs", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "40", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "32", + "@Type": "tenc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@crypt_byte_block": "0", + "@skip_byte_block": "0" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1024", + "@SampleCount": "87" + } + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "21", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "3", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "368", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "87", + "SampleSizeEntry": [ + { + "@Size": "188" + }, + { + "@Size": "135" + }, + { + "@Size": "59" + }, + { + "@Size": "140" + }, + { + "@Size": "152" + }, + { + "@Size": "162" + }, + { + "@Size": "155" + }, + { + "@Size": "162" + }, + { + "@Size": "163" + }, + { + "@Size": "163" + }, + { + "@Size": "166" + }, + { + "@Size": "160" + }, + { + "@Size": "168" + }, + { + "@Size": "159" + }, + { + "@Size": "181" + }, + { + "@Size": "168" + }, + { + "@Size": "178" + }, + { + "@Size": "176" + }, + { + "@Size": "168" + }, + { + "@Size": "165" + }, + { + "@Size": "183" + }, + { + "@Size": "192" + }, + { + "@Size": "178" + }, + { + "@Size": "185" + }, + { + "@Size": "181" + }, + { + "@Size": "180" + }, + { + "@Size": "189" + }, + { + "@Size": "197" + }, + { + "@Size": "183" + }, + { + "@Size": "184" + }, + { + "@Size": "200" + }, + { + "@Size": "196" + }, + { + "@Size": "200" + }, + { + "@Size": "204" + }, + { + "@Size": "201" + }, + { + "@Size": "191" + }, + { + "@Size": "180" + }, + { + "@Size": "205" + }, + { + "@Size": "195" + }, + { + "@Size": "192" + }, + { + "@Size": "191" + }, + { + "@Size": "203" + }, + { + "@Size": "202" + }, + { + "@Size": "129" + }, + { + "@Size": "174" + }, + { + "@Size": "94" + }, + { + "@Size": "205" + }, + { + "@Size": "191" + }, + { + "@Size": "212" + }, + { + "@Size": "205" + }, + { + "@Size": "188" + }, + { + "@Size": "210" + }, + { + "@Size": "196" + }, + { + "@Size": "207" + }, + { + "@Size": "207" + }, + { + "@Size": "200" + }, + { + "@Size": "205" + }, + { + "@Size": "203" + }, + { + "@Size": "190" + }, + { + "@Size": "194" + }, + { + "@Size": "192" + }, + { + "@Size": "195" + }, + { + "@Size": "195" + }, + { + "@Size": "205" + }, + { + "@Size": "198" + }, + { + "@Size": "188" + }, + { + "@Size": "202" + }, + { + "@Size": "210" + }, + { + "@Size": "185" + }, + { + "@Size": "209" + }, + { + "@Size": "205" + }, + { + "@Size": "203" + }, + { + "@Size": "202" + }, + { + "@Size": "210" + }, + { + "@Size": "194" + }, + { + "@Size": "205" + }, + { + "@Size": "186" + }, + { + "@Size": "215" + }, + { + "@Size": "193" + }, + { + "@Size": "195" + }, + { + "@Size": "208" + }, + { + "@Size": "204" + }, + { + "@Size": "194" + }, + { + "@Size": "201" + }, + { + "@Size": "203" + }, + { + "@Size": "193" + }, + { + "@Size": "158" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "2619" + }, + { + "@offset": "5970" + }, + { + "@offset": "9997" + }, + { + "@offset": "13991" + }, + { + "@offset": "18203" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "16", + "@sample_count": "87" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1142" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "1408", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "87", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x0" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E039ED" + }, + { + "@sampleNumber": "2", + "@IV_size": "16", + "@IV": "0xF9E383CA83D4A5E1E274C5389ED9A10A" + }, + { + "@sampleNumber": "3", + "@IV_size": "16", + "@IV": "0xF479BCB497E5A6EB06F885A3E8F5A62C" + }, + { + "@sampleNumber": "4", + "@IV_size": "16", + "@IV": "0xE7D8DD62756A7189B882E6D6233D4095" + }, + { + "@sampleNumber": "5", + "@IV_size": "16", + "@IV": "0x1A502B5FA4B1156DA248BE3F8BFB718A" + }, + { + "@sampleNumber": "6", + "@IV_size": "16", + "@IV": "0x85E6D62702CAEED0236F72306242DD9C" + }, + { + "@sampleNumber": "7", + "@IV_size": "16", + "@IV": "0xB003B00FF69C996B5653F402AD895061" + }, + { + "@sampleNumber": "8", + "@IV_size": "16", + "@IV": "0xD0AC1252A6C388D9C23A5B4B2DA532A0" + }, + { + "@sampleNumber": "9", + "@IV_size": "16", + "@IV": "0x312003009C6BF3A46EEE8118FE78CEF0" + }, + { + "@sampleNumber": "10", + "@IV_size": "16", + "@IV": "0x9E96DE0790A66CAC843426620DA2C1DD" + }, + { + "@sampleNumber": "11", + "@IV_size": "16", + "@IV": "0xDDF00172686B294FC3AAC0AA08F53B83" + }, + { + "@sampleNumber": "12", + "@IV_size": "16", + "@IV": "0x04A54D1D15A2645EFAE0BC1731318EA0" + }, + { + "@sampleNumber": "13", + "@IV_size": "16", + "@IV": "0x9FC2CB156630EAA1312DACBE5F3FCFA4" + }, + { + "@sampleNumber": "14", + "@IV_size": "16", + "@IV": "0x8C7B211AE4B411F7EB25DFF885CDD1E6" + }, + { + "@sampleNumber": "15", + "@IV_size": "16", + "@IV": "0x3CAA5DA172399326B0FD6315CAEABDD3" + }, + { + "@sampleNumber": "16", + "@IV_size": "16", + "@IV": "0x8A0299235E3CE624522A81E4C865491D" + }, + { + "@sampleNumber": "17", + "@IV_size": "16", + "@IV": "0x5023663E7E949F53A566DE6A2F184845" + }, + { + "@sampleNumber": "18", + "@IV_size": "16", + "@IV": "0x0D7D87B8A6005D66D57F8E9C12873A72" + }, + { + "@sampleNumber": "19", + "@IV_size": "16", + "@IV": "0x98B89E052E106CF7130EF5CC329F8E5E" + }, + { + "@sampleNumber": "20", + "@IV_size": "16", + "@IV": "0xB3A9B56BA0EFD8B52294B8488C7FDB9D" + }, + { + "@sampleNumber": "21", + "@IV_size": "16", + "@IV": "0xB157057A6E4B46890175AEC89CAF297E" + }, + { + "@sampleNumber": "22", + "@IV_size": "16", + "@IV": "0xFB3CC7A076E89FCDE0CEB65B57B9A94A" + }, + { + "@sampleNumber": "23", + "@IV_size": "16", + "@IV": "0xA421D63E995AF174A5F7A5B2B8798106" + }, + { + "@sampleNumber": "24", + "@IV_size": "16", + "@IV": "0x79DB3071069DFCDB0940298E893DE688" + }, + { + "@sampleNumber": "25", + "@IV_size": "16", + "@IV": "0x01438EF84EA01BD8D87EC4CE1F1E814A" + }, + { + "@sampleNumber": "26", + "@IV_size": "16", + "@IV": "0xB27F437BF51923E946FD7A1425B9AA14" + }, + { + "@sampleNumber": "27", + "@IV_size": "16", + "@IV": "0x78163855DB12EAC3C3B02137869AE9D7" + }, + { + "@sampleNumber": "28", + "@IV_size": "16", + "@IV": "0xD6533C4EF1EEB8BDDAC5AF80778DF17D" + }, + { + "@sampleNumber": "29", + "@IV_size": "16", + "@IV": "0x7F3FDC07DCC929C19D38238D853A53EF" + }, + { + "@sampleNumber": "30", + "@IV_size": "16", + "@IV": "0xD0D5B82EE628AE2A268E9D6486B30FE9" + }, + { + "@sampleNumber": "31", + "@IV_size": "16", + "@IV": "0xB0C199569B19E19E26FA5160DA042F4F" + }, + { + "@sampleNumber": "32", + "@IV_size": "16", + "@IV": "0x7B68BFE566113BBFFD2D61927B199294" + }, + { + "@sampleNumber": "33", + "@IV_size": "16", + "@IV": "0x06DEA3EAC32527179B3BCCFE7E28390E" + }, + { + "@sampleNumber": "34", + "@IV_size": "16", + "@IV": "0x0D2E64C032A26D3A6946F89A6F879BBF" + }, + { + "@sampleNumber": "35", + "@IV_size": "16", + "@IV": "0x7AD70215A83B172287DCF6B89B5ED3DD" + }, + { + "@sampleNumber": "36", + "@IV_size": "16", + "@IV": "0xF3617A7B160C5F6FF601E690BE2D9455" + }, + { + "@sampleNumber": "37", + "@IV_size": "16", + "@IV": "0xB07D08F8671F225775EBA3989D3A0FCE" + }, + { + "@sampleNumber": "38", + "@IV_size": "16", + "@IV": "0x3F64832D9C27BC3EE4F425D7C6BAAAE9" + }, + { + "@sampleNumber": "39", + "@IV_size": "16", + "@IV": "0xF0B1EBCC8FAF1026A32C6CFE2DD34BFB" + }, + { + "@sampleNumber": "40", + "@IV_size": "16", + "@IV": "0x0D4F014A34947A5ECACF318E4C1864EB" + }, + { + "@sampleNumber": "41", + "@IV_size": "16", + "@IV": "0x8C05215FDBE495E593B632D709614F26" + }, + { + "@sampleNumber": "42", + "@IV_size": "16", + "@IV": "0x88932D16A3BF1C12B26FFC037346B8E1" + }, + { + "@sampleNumber": "43", + "@IV_size": "16", + "@IV": "0x5445BC347914D96DF4A02206304514E3" + }, + { + "@sampleNumber": "44", + "@IV_size": "16", + "@IV": "0xE72AAEA4C2AB4F820252E528189B1C71" + }, + { + "@sampleNumber": "45", + "@IV_size": "16", + "@IV": "0x66800B01C8554B9CE7A3AD87D223170F" + }, + { + "@sampleNumber": "46", + "@IV_size": "16", + "@IV": "0x858D790E5924A1BB39888FEB3CCE4798" + }, + { + "@sampleNumber": "47", + "@IV_size": "16", + "@IV": "0x6DC2EBB8D09C12636891A0036364E93A" + }, + { + "@sampleNumber": "48", + "@IV_size": "16", + "@IV": "0x59442DE5DF7DD9AD60637CD4CA9494CD" + }, + { + "@sampleNumber": "49", + "@IV_size": "16", + "@IV": "0x2D1E9CA64B09EE8781FEA72727B0CFB7" + }, + { + "@sampleNumber": "50", + "@IV_size": "16", + "@IV": "0x3E146287BA3575E0F6338826155FAB10" + }, + { + "@sampleNumber": "51", + "@IV_size": "16", + "@IV": "0xB7D2988CF09E39D7739E2292560A3B53" + }, + { + "@sampleNumber": "52", + "@IV_size": "16", + "@IV": "0xA418E85F255C12A054E3FB89AD27EFD4" + }, + { + "@sampleNumber": "53", + "@IV_size": "16", + "@IV": "0x56F4FCB527EC99E34BBE33EA9ADCA23A" + }, + { + "@sampleNumber": "54", + "@IV_size": "16", + "@IV": "0x1A85B8C04EC00D4492E3E6450EE9BD19" + }, + { + "@sampleNumber": "55", + "@IV_size": "16", + "@IV": "0x91C907F355E683B2422F2C53B02CC178" + }, + { + "@sampleNumber": "56", + "@IV_size": "16", + "@IV": "0x2C80DAFE5C462AC1AAA8D8D25C3A6DDD" + }, + { + "@sampleNumber": "57", + "@IV_size": "16", + "@IV": "0xE90AF1A436EC74F8EE2873F201C9F2CD" + }, + { + "@sampleNumber": "58", + "@IV_size": "16", + "@IV": "0x2A7B576A9F8DEB74ACD24988A8EB441B" + }, + { + "@sampleNumber": "59", + "@IV_size": "16", + "@IV": "0xC92FB41B625C01A84696F47C461B2DC2" + }, + { + "@sampleNumber": "60", + "@IV_size": "16", + "@IV": "0x34933E7203BEEB6184653D0212903DBB" + }, + { + "@sampleNumber": "61", + "@IV_size": "16", + "@IV": "0x1DA47EBD2E394D6DE25BF7363385E845" + }, + { + "@sampleNumber": "62", + "@IV_size": "16", + "@IV": "0xEE421F0244665D6960AF9F63E047D9FE" + }, + { + "@sampleNumber": "63", + "@IV_size": "16", + "@IV": "0xFF3DA083AB967ECDBD6F767E653A220D" + }, + { + "@sampleNumber": "64", + "@IV_size": "16", + "@IV": "0x1FC410BCAB67D22731A26B8975F5ABAA" + }, + { + "@sampleNumber": "65", + "@IV_size": "16", + "@IV": "0x3257649DC5D70F765C209C51B42E8100" + }, + { + "@sampleNumber": "66", + "@IV_size": "16", + "@IV": "0xD9416F33BA0B1425D0C400634E9BC88B" + }, + { + "@sampleNumber": "67", + "@IV_size": "16", + "@IV": "0x0993AB8B6150916B5994BFB770C1D15D" + }, + { + "@sampleNumber": "68", + "@IV_size": "16", + "@IV": "0xFFFCAEE75922723B2F4DC247DFAAD038" + }, + { + "@sampleNumber": "69", + "@IV_size": "16", + "@IV": "0xF499E7ED1C01B051DDF1BC45D7017468" + }, + { + "@sampleNumber": "70", + "@IV_size": "16", + "@IV": "0xB750668BCFE521A4B0067C2133C4A3CE" + }, + { + "@sampleNumber": "71", + "@IV_size": "16", + "@IV": "0xE0D84A09D5B60A60DC5C3E223A94635C" + }, + { + "@sampleNumber": "72", + "@IV_size": "16", + "@IV": "0x30547831D29B0643588542DFAB979F98" + }, + { + "@sampleNumber": "73", + "@IV_size": "16", + "@IV": "0x6670C14376DAF773E95DFEB3099545CA" + }, + { + "@sampleNumber": "74", + "@IV_size": "16", + "@IV": "0x9FBF3BA30C0EAEB43273DB13348842AF" + }, + { + "@sampleNumber": "75", + "@IV_size": "16", + "@IV": "0x6EE855BCB78D64BBA0B2283F17F0654F" + }, + { + "@sampleNumber": "76", + "@IV_size": "16", + "@IV": "0x983B9F20CDFB06EBE5958D1757C1094B" + }, + { + "@sampleNumber": "77", + "@IV_size": "16", + "@IV": "0xBF90BB04CED1D331EBFF20F9CBAF7658" + }, + { + "@sampleNumber": "78", + "@IV_size": "16", + "@IV": "0x6A5A84AFC6ED2D1B67BDE191D3DE0756" + }, + { + "@sampleNumber": "79", + "@IV_size": "16", + "@IV": "0x24A5CABF235566E19880ECA75F4A9D7A" + }, + { + "@sampleNumber": "80", + "@IV_size": "16", + "@IV": "0x4E93143E44B2BD3335EF35177FC791B7" + }, + { + "@sampleNumber": "81", + "@IV_size": "16", + "@IV": "0x4239335172EE0F2CF5C9EDEC1689D7A4" + }, + { + "@sampleNumber": "82", + "@IV_size": "16", + "@IV": "0x361FE5B9F5E8BA6085F42C25E77B7620" + }, + { + "@sampleNumber": "83", + "@IV_size": "16", + "@IV": "0x5AEA5986D155412074FE7FDAB2F3C216" + }, + { + "@sampleNumber": "84", + "@IV_size": "16", + "@IV": "0xB3D8A2F4451811FCC1C532A5951E25CC" + }, + { + "@sampleNumber": "85", + "@IV_size": "16", + "@IV": "0xDDF4C2E604BD11EE999159DE717D9AAC" + }, + { + "@sampleNumber": "86", + "@IV_size": "16", + "@IV": "0x2CA339E1818F0A9C24742BB3949572B9" + }, + { + "@sampleNumber": "87", + "@IV_size": "16", + "@IV": "0xEFF37BC7C455D32CF86B3175BF2E36E0" + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D475041435A8E62EB7DF2829F7D583A722E60DA8A" + } + } + }, + "MediaDataBox": { + "@Size": "16146", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "16138" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/audio_cenc_128iv.json b/data/file_features/under_consideration/cenc/audio_cenc_128iv.json new file mode 100644 index 0000000..bb2c6c0 --- /dev/null +++ b/data/file_features/under_consideration/cenc/audio_cenc_128iv.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "b5f8cfca4e56e4e4460d57b9ebc0062f", + "rel_filepath": "./audio_cenc_128iv.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/audio_cenc_128iv_gpac.json b/data/file_features/under_consideration/cenc/audio_cenc_128iv_gpac.json new file mode 100644 index 0000000..18bd758 --- /dev/null +++ b/data/file_features/under_consideration/cenc/audio_cenc_128iv_gpac.json @@ -0,0 +1,1073 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "audio_cenc_128iv.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "isom", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "isom" + } + }, + "MovieBox": { + "@Size": "2591", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701668865", + "@ModificationTime": "3701668865", + "@TimeScale": "600", + "@Duration": "1212", + "@NextTrackID": "2" + }, + "ObjectDescriptorBox": { + "@Size": "21", + "@Type": "iods", + "@Version": "0", + "@Flags": "0", + "@Specification": "p14", + "@Container": "moov", + "MP4InitialObjectDescriptor": { + "@objectDescriptorID": "od1", + "@binaryID": "1", + "Profile": { + "@audioProfileLevelIndication": "41", + "@visualProfileLevelIndication": "255", + "@sceneProfileLevelIndication": "255", + "@graphicsProfileLevelIndication": "255", + "@ODProfileLevelIndication": "255" + }, + "Descr": null + } + }, + "TrackBox": { + "@Size": "2377", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666818", + "@ModificationTime": "3701668865", + "@TrackID": "1", + "@Duration": "1212", + "@Volume": "1.00" + }, + "MediaBox": { + "@Size": "869", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666818", + "@ModificationTime": "3701668865", + "@TimeScale": "44100", + "@Duration": "89088", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "81", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "soun", + "@Name": "aac:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "748", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "SoundMediaHeaderBox": { + "@Size": "16", + "@Type": "smhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "688", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "171", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "AudioSampleDescriptionBox": { + "@Size": "155", + "@Type": "enca", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@SampleRate": "44100", + "@Channels": "1", + "@BitsPerSample": "16", + "MPEG4ESDescriptorBox": { + "@Size": "39", + "@Type": "esds", + "@Version": "0", + "@Flags": "0", + "@Specification": "p14", + "@Container": "mp4a mp4s mp4v encv enca encs resv wave", + "ES_Descriptor": { + "@ES_ID": "es0", + "decConfigDescr": { + "DecoderConfigDescriptor": { + "@objectTypeIndication": "64", + "@streamType": "5", + "@bufferSizeDB": "215", + "@maxBitrate": "63064", + "@avgBitrate": "63904", + "decSpecificInfo": { + "DecoderSpecificInfo": { + "@type": "auto", + "@src": "data:application/octet-string,%12%08" + } + } + } + }, + "slConfigDescr": { + "SLConfigDescriptor": { + "predefined": { + "@value": "2" + }, + "custom": null + } + } + } + }, + "ProtectionSchemeInfoBox": { + "@Size": "80", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "mp4a" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "40", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "32", + "@Type": "tenc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1024", + "@SampleCount": "87" + } + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "21", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "3", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "368", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "87", + "SampleSizeEntry": [ + { + "@Size": "188" + }, + { + "@Size": "135" + }, + { + "@Size": "59" + }, + { + "@Size": "140" + }, + { + "@Size": "152" + }, + { + "@Size": "162" + }, + { + "@Size": "155" + }, + { + "@Size": "162" + }, + { + "@Size": "163" + }, + { + "@Size": "163" + }, + { + "@Size": "166" + }, + { + "@Size": "160" + }, + { + "@Size": "168" + }, + { + "@Size": "159" + }, + { + "@Size": "181" + }, + { + "@Size": "168" + }, + { + "@Size": "178" + }, + { + "@Size": "176" + }, + { + "@Size": "168" + }, + { + "@Size": "165" + }, + { + "@Size": "183" + }, + { + "@Size": "192" + }, + { + "@Size": "178" + }, + { + "@Size": "185" + }, + { + "@Size": "181" + }, + { + "@Size": "180" + }, + { + "@Size": "189" + }, + { + "@Size": "197" + }, + { + "@Size": "183" + }, + { + "@Size": "184" + }, + { + "@Size": "200" + }, + { + "@Size": "196" + }, + { + "@Size": "200" + }, + { + "@Size": "204" + }, + { + "@Size": "201" + }, + { + "@Size": "191" + }, + { + "@Size": "180" + }, + { + "@Size": "205" + }, + { + "@Size": "195" + }, + { + "@Size": "192" + }, + { + "@Size": "191" + }, + { + "@Size": "203" + }, + { + "@Size": "202" + }, + { + "@Size": "129" + }, + { + "@Size": "174" + }, + { + "@Size": "94" + }, + { + "@Size": "205" + }, + { + "@Size": "191" + }, + { + "@Size": "212" + }, + { + "@Size": "205" + }, + { + "@Size": "188" + }, + { + "@Size": "210" + }, + { + "@Size": "196" + }, + { + "@Size": "207" + }, + { + "@Size": "207" + }, + { + "@Size": "200" + }, + { + "@Size": "205" + }, + { + "@Size": "203" + }, + { + "@Size": "190" + }, + { + "@Size": "194" + }, + { + "@Size": "192" + }, + { + "@Size": "195" + }, + { + "@Size": "195" + }, + { + "@Size": "205" + }, + { + "@Size": "198" + }, + { + "@Size": "188" + }, + { + "@Size": "202" + }, + { + "@Size": "210" + }, + { + "@Size": "185" + }, + { + "@Size": "209" + }, + { + "@Size": "205" + }, + { + "@Size": "203" + }, + { + "@Size": "202" + }, + { + "@Size": "210" + }, + { + "@Size": "194" + }, + { + "@Size": "205" + }, + { + "@Size": "186" + }, + { + "@Size": "215" + }, + { + "@Size": "193" + }, + { + "@Size": "195" + }, + { + "@Size": "208" + }, + { + "@Size": "204" + }, + { + "@Size": "194" + }, + { + "@Size": "201" + }, + { + "@Size": "203" + }, + { + "@Size": "193" + }, + { + "@Size": "158" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "2619" + }, + { + "@offset": "5970" + }, + { + "@offset": "9997" + }, + { + "@offset": "13991" + }, + { + "@offset": "18203" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "16", + "@sample_count": "87" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1142" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "1408", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "87", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x0" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E039ED" + }, + { + "@sampleNumber": "2", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E039FA" + }, + { + "@sampleNumber": "3", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A04" + }, + { + "@sampleNumber": "4", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A09" + }, + { + "@sampleNumber": "5", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A13" + }, + { + "@sampleNumber": "6", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A1E" + }, + { + "@sampleNumber": "7", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A2A" + }, + { + "@sampleNumber": "8", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A35" + }, + { + "@sampleNumber": "9", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A41" + }, + { + "@sampleNumber": "10", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A4D" + }, + { + "@sampleNumber": "11", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A59" + }, + { + "@sampleNumber": "12", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A65" + }, + { + "@sampleNumber": "13", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A6F" + }, + { + "@sampleNumber": "14", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A7B" + }, + { + "@sampleNumber": "15", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A86" + }, + { + "@sampleNumber": "16", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A93" + }, + { + "@sampleNumber": "17", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03A9F" + }, + { + "@sampleNumber": "18", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03AAC" + }, + { + "@sampleNumber": "19", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03AB7" + }, + { + "@sampleNumber": "20", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03AC3" + }, + { + "@sampleNumber": "21", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03ACF" + }, + { + "@sampleNumber": "22", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03ADC" + }, + { + "@sampleNumber": "23", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03AE8" + }, + { + "@sampleNumber": "24", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03AF5" + }, + { + "@sampleNumber": "25", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B02" + }, + { + "@sampleNumber": "26", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B0F" + }, + { + "@sampleNumber": "27", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B1C" + }, + { + "@sampleNumber": "28", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B29" + }, + { + "@sampleNumber": "29", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B37" + }, + { + "@sampleNumber": "30", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B44" + }, + { + "@sampleNumber": "31", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B51" + }, + { + "@sampleNumber": "32", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B5F" + }, + { + "@sampleNumber": "33", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B6D" + }, + { + "@sampleNumber": "34", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B7B" + }, + { + "@sampleNumber": "35", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B89" + }, + { + "@sampleNumber": "36", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B97" + }, + { + "@sampleNumber": "37", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03BA4" + }, + { + "@sampleNumber": "38", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03BB1" + }, + { + "@sampleNumber": "39", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03BBF" + }, + { + "@sampleNumber": "40", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03BCD" + }, + { + "@sampleNumber": "41", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03BD9" + }, + { + "@sampleNumber": "42", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03BE6" + }, + { + "@sampleNumber": "43", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03BF4" + }, + { + "@sampleNumber": "44", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C02" + }, + { + "@sampleNumber": "45", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C0C" + }, + { + "@sampleNumber": "46", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C18" + }, + { + "@sampleNumber": "47", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C1F" + }, + { + "@sampleNumber": "48", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C2D" + }, + { + "@sampleNumber": "49", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C3A" + }, + { + "@sampleNumber": "50", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C49" + }, + { + "@sampleNumber": "51", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C57" + }, + { + "@sampleNumber": "52", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C64" + }, + { + "@sampleNumber": "53", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C73" + }, + { + "@sampleNumber": "54", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C81" + }, + { + "@sampleNumber": "55", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C8F" + }, + { + "@sampleNumber": "56", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C9D" + }, + { + "@sampleNumber": "57", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03CAB" + }, + { + "@sampleNumber": "58", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03CB9" + }, + { + "@sampleNumber": "59", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03CC7" + }, + { + "@sampleNumber": "60", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03CD4" + }, + { + "@sampleNumber": "61", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03CE2" + }, + { + "@sampleNumber": "62", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03CEE" + }, + { + "@sampleNumber": "63", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03CFC" + }, + { + "@sampleNumber": "64", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D0A" + }, + { + "@sampleNumber": "65", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D18" + }, + { + "@sampleNumber": "66", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D26" + }, + { + "@sampleNumber": "67", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D33" + }, + { + "@sampleNumber": "68", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D41" + }, + { + "@sampleNumber": "69", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D50" + }, + { + "@sampleNumber": "70", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D5D" + }, + { + "@sampleNumber": "71", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D6C" + }, + { + "@sampleNumber": "72", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D7A" + }, + { + "@sampleNumber": "73", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D88" + }, + { + "@sampleNumber": "74", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D96" + }, + { + "@sampleNumber": "75", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03DA5" + }, + { + "@sampleNumber": "76", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03DB3" + }, + { + "@sampleNumber": "77", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03DC1" + }, + { + "@sampleNumber": "78", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03DCE" + }, + { + "@sampleNumber": "79", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03DDD" + }, + { + "@sampleNumber": "80", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03DEB" + }, + { + "@sampleNumber": "81", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03DF9" + }, + { + "@sampleNumber": "82", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03E06" + }, + { + "@sampleNumber": "83", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03E14" + }, + { + "@sampleNumber": "84", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03E22" + }, + { + "@sampleNumber": "85", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03E30" + }, + { + "@sampleNumber": "86", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03E3E" + }, + { + "@sampleNumber": "87", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03E4C" + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A" + } + } + }, + "MediaDataBox": { + "@Size": "16146", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "16138" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cbc1.json b/data/file_features/under_consideration/cenc/image_cbc1.json new file mode 100644 index 0000000..f9d1fc8 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cbc1.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "da5a3cadefa13cc710194a8e9f41d210", + "rel_filepath": "./image_cbc1.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cbc1_gpac.json b/data/file_features/under_consideration/cenc/image_cbc1_gpac.json new file mode 100644 index 0000000..78805dc --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cbc1_gpac.json @@ -0,0 +1,349 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cbc1.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "562", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "594", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5846", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "78", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cbc1", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "236", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "204", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "32", + "@Type": "ienc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "KeyInfo": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@IV_size": "16" + } + } + }, + "ItemPropertyAssociationBox": { + "@Size": "24", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "1", + "AssociationEntry": { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + } + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D475041435A8E62EB7DF2829F7D583A722E60DA8A" + } + } + }, + "MediaDataBox": { + "@Size": "5338", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5330" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cbcs.json b/data/file_features/under_consideration/cenc/image_cbcs.json new file mode 100644 index 0000000..c04e515 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cbcs.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "a76f1814e9c003e09dc065e0360754c2", + "rel_filepath": "./image_cbcs.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cbcs_const_iv.json b/data/file_features/under_consideration/cenc/image_cbcs_const_iv.json new file mode 100644 index 0000000..2c4c842 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cbcs_const_iv.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "b5bd5007faadc3ef73c2630c4c9b6152", + "rel_filepath": "./image_cbcs_const_iv.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cbcs_const_iv_gpac.json b/data/file_features/under_consideration/cenc/image_cbcs_const_iv_gpac.json new file mode 100644 index 0000000..e20818b --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cbcs_const_iv_gpac.json @@ -0,0 +1,352 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cbcs_const_iv.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "579", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "611", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5863", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "62", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cbcs", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "253", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "221", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "49", + "@Type": "ienc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "@skip_byte_block": "9", + "@crypt_byte_block": "1", + "KeyInfo": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@constant_IV_size": "16", + "@constant_IV": "0x0A610676CB88F302D10AC8BC66E039ED" + } + } + }, + "ItemPropertyAssociationBox": { + "@Size": "24", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "1", + "AssociationEntry": { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + } + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D475041435A8E62EB7DF2829F7D583A722E60DA8A" + } + } + }, + "MediaDataBox": { + "@Size": "5322", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5314" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cbcs_const_iv_roll.json b/data/file_features/under_consideration/cenc/image_cbcs_const_iv_roll.json new file mode 100644 index 0000000..f59eb4c --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cbcs_const_iv_roll.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "d0c7d1e737e4f53be5fa0b258ba3dfa6", + "rel_filepath": "./image_cbcs_const_iv_roll.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cbcs_const_iv_roll_gpac.json b/data/file_features/under_consideration/cenc/image_cbcs_const_iv_roll_gpac.json new file mode 100644 index 0000000..5e9e42b --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cbcs_const_iv_roll_gpac.json @@ -0,0 +1,357 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cbcs_const_iv_roll.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "611", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "643", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5895", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "62", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cbcs", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "253", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "221", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "49", + "@Type": "ienc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "@skip_byte_block": "9", + "@crypt_byte_block": "1", + "KeyInfo": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@constant_IV_size": "16", + "@constant_IV": "0x0A610676CB88F302D10AC8BC66E039ED" + } + } + }, + "ItemPropertyAssociationBox": { + "@Size": "24", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "1", + "AssociationEntry": { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + } + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + { + "@KID": "0x597669572E55547E656B56586E2F6F68" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A656019AA8C0BB58201279782652FA1F4" + } + } + }, + "MediaDataBox": { + "@Size": "5322", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5314" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cbcs_gpac.json b/data/file_features/under_consideration/cenc/image_cbcs_gpac.json new file mode 100644 index 0000000..59a8ed9 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cbcs_gpac.json @@ -0,0 +1,351 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cbcs.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "562", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "594", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5846", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "78", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cbcs", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "236", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "204", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "32", + "@Type": "ienc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "@skip_byte_block": "9", + "@crypt_byte_block": "1", + "KeyInfo": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@IV_size": "16" + } + } + }, + "ItemPropertyAssociationBox": { + "@Size": "24", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "1", + "AssociationEntry": { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + } + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D475041435A8E62EB7DF2829F7D583A722E60DA8A" + } + } + }, + "MediaDataBox": { + "@Size": "5338", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5330" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cbcs_mkey_const_iv_subs.json b/data/file_features/under_consideration/cenc/image_cbcs_mkey_const_iv_subs.json new file mode 100644 index 0000000..7f7a062 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cbcs_mkey_const_iv_subs.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "c61736fe0d6dd437cd1590dd0ab4f4f1", + "rel_filepath": "./image_cbcs_mkey_const_iv_subs.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cbcs_mkey_const_iv_subs_gpac.json b/data/file_features/under_consideration/cenc/image_cbcs_mkey_const_iv_subs_gpac.json new file mode 100644 index 0000000..418c417 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cbcs_mkey_const_iv_subs_gpac.json @@ -0,0 +1,384 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cbcs_mkey_const_iv_subs.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "669", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "701", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5953", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "62", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cbcs", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "311", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "275", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "83", + "@Type": "ienc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "@skip_byte_block": "9", + "@crypt_byte_block": "1", + "KeyInfo": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E", + "@constant_IV_size": "16", + "@constant_IV": "0x0A610676CB88F302D10AC8BC66E039ED" + }, + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@constant_IV_size": "16", + "@constant_IV": "0x0A610676CB88F302D10AC8BC66E039ED" + } + ] + }, + "ItemAuxiliaryInformationBox": { + "@Size": "20", + "@Type": "iaux", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "@aux_info_type": "0", + "@aux_info_parameter": "1" + } + }, + "ItemPropertyAssociationBox": { + "@Size": "28", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "2", + "AssociationEntry": [ + { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + }, + { + "@item_ID": "2", + "@association_count": "1", + "Property": { + "@index": "6", + "@essential": "1" + } + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E" + }, + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF2349497D39DDBD09D0DC0626A39C7663ACF7" + } + } + }, + "MediaDataBox": { + "@Size": "5322", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5314" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cenc_128iv.json b/data/file_features/under_consideration/cenc/image_cenc_128iv.json new file mode 100644 index 0000000..49458b7 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cenc_128iv.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "997dc996e49db3545f20e3ee618c3960", + "rel_filepath": "./image_cenc_128iv.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cenc_128iv_gpac.json b/data/file_features/under_consideration/cenc/image_cenc_128iv_gpac.json new file mode 100644 index 0000000..592c2ef --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cenc_128iv_gpac.json @@ -0,0 +1,349 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cenc_128iv.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "562", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "594", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5846", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "78", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "236", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "204", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "32", + "@Type": "ienc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "KeyInfo": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@IV_size": "16" + } + } + }, + "ItemPropertyAssociationBox": { + "@Size": "24", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "1", + "AssociationEntry": { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + } + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A" + } + } + }, + "MediaDataBox": { + "@Size": "5338", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5330" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cenc_64iv.json b/data/file_features/under_consideration/cenc/image_cenc_64iv.json new file mode 100644 index 0000000..5fcf85e --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cenc_64iv.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "999cb0764a84b950a1a408195dc6c750", + "rel_filepath": "./image_cenc_64iv.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cenc_64iv_gpac.json b/data/file_features/under_consideration/cenc/image_cenc_64iv_gpac.json new file mode 100644 index 0000000..6b8b8b1 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cenc_64iv_gpac.json @@ -0,0 +1,349 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cenc_64iv.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "562", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "594", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5846", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "70", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "236", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "204", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "32", + "@Type": "ienc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "KeyInfo": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@IV_size": "8" + } + } + }, + "ItemPropertyAssociationBox": { + "@Size": "24", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "1", + "AssociationEntry": { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + } + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A" + } + } + }, + "MediaDataBox": { + "@Size": "5330", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5322" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cenc_mkey_base.json b/data/file_features/under_consideration/cenc/image_cenc_mkey_base.json new file mode 100644 index 0000000..2550d8f --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cenc_mkey_base.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "e821762e6af2d449f2f0d799e3c1d92a", + "rel_filepath": "./image_cenc_mkey_base.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cenc_mkey_base_gpac.json b/data/file_features/under_consideration/cenc/image_cenc_mkey_base_gpac.json new file mode 100644 index 0000000..08ea8eb --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cenc_mkey_base_gpac.json @@ -0,0 +1,380 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cenc_mkey_base.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "635", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "667", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5919", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "122", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "277", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "241", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "49", + "@Type": "ienc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "KeyInfo": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E", + "@IV_size": "16" + }, + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@IV_size": "16" + } + ] + }, + "ItemAuxiliaryInformationBox": { + "@Size": "20", + "@Type": "iaux", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "@aux_info_type": "0", + "@aux_info_parameter": "1" + } + }, + "ItemPropertyAssociationBox": { + "@Size": "28", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "2", + "AssociationEntry": [ + { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + }, + { + "@item_ID": "2", + "@association_count": "1", + "Property": { + "@index": "6", + "@essential": "1" + } + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E" + }, + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF2349497D39DDBD09D0DC0626A39C7663ACF7" + } + } + }, + "MediaDataBox": { + "@Size": "5382", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5374" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cenc_mkey_roll.json b/data/file_features/under_consideration/cenc/image_cenc_mkey_roll.json new file mode 100644 index 0000000..bb16d04 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cenc_mkey_roll.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "529bea2423ddbc24918b56a0b63106d0", + "rel_filepath": "./image_cenc_mkey_roll.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cenc_mkey_roll_gpac.json b/data/file_features/under_consideration/cenc/image_cenc_mkey_roll_gpac.json new file mode 100644 index 0000000..88f71e8 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cenc_mkey_roll_gpac.json @@ -0,0 +1,380 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cenc_mkey_roll.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "635", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "667", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5919", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "122", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "277", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "241", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "49", + "@Type": "ienc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "KeyInfo": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E", + "@IV_size": "16" + }, + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@IV_size": "16" + } + ] + }, + "ItemAuxiliaryInformationBox": { + "@Size": "20", + "@Type": "iaux", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "@aux_info_type": "0", + "@aux_info_parameter": "1" + } + }, + "ItemPropertyAssociationBox": { + "@Size": "28", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "2", + "AssociationEntry": [ + { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + }, + { + "@item_ID": "2", + "@association_count": "1", + "Property": { + "@index": "6", + "@essential": "1" + } + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E" + }, + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF2349497D39DDBD09D0DC0626A39C7663ACF7" + } + } + }, + "MediaDataBox": { + "@Size": "5382", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5374" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cenc_mkey_subs.json b/data/file_features/under_consideration/cenc/image_cenc_mkey_subs.json new file mode 100644 index 0000000..363e307 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cenc_mkey_subs.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "b82bb739621e13cedf3dd672e85cd125", + "rel_filepath": "./image_cenc_mkey_subs.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cenc_mkey_subs_gpac.json b/data/file_features/under_consideration/cenc/image_cenc_mkey_subs_gpac.json new file mode 100644 index 0000000..3221651 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cenc_mkey_subs_gpac.json @@ -0,0 +1,380 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cenc_mkey_subs.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "635", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "667", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5919", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "98", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "277", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "241", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "49", + "@Type": "ienc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "KeyInfo": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E", + "@IV_size": "16" + }, + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@IV_size": "16" + } + ] + }, + "ItemAuxiliaryInformationBox": { + "@Size": "20", + "@Type": "iaux", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "@aux_info_type": "0", + "@aux_info_parameter": "1" + } + }, + "ItemPropertyAssociationBox": { + "@Size": "28", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "2", + "AssociationEntry": [ + { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + }, + { + "@item_ID": "2", + "@association_count": "1", + "Property": { + "@index": "6", + "@essential": "1" + } + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E" + }, + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF2349497D39DDBD09D0DC0626A39C7663ACF7" + } + } + }, + "MediaDataBox": { + "@Size": "5358", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5350" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cenc_roll.json b/data/file_features/under_consideration/cenc/image_cenc_roll.json new file mode 100644 index 0000000..1db49b9 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cenc_roll.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "5fa36fc0f879c9316f351a2bbc73a2b1", + "rel_filepath": "./image_cenc_roll.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cenc_roll_gpac.json b/data/file_features/under_consideration/cenc/image_cenc_roll_gpac.json new file mode 100644 index 0000000..ca5060b --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cenc_roll_gpac.json @@ -0,0 +1,354 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cenc_roll.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "594", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "626", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5878", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "78", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "236", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "204", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "32", + "@Type": "ienc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "KeyInfo": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@IV_size": "16" + } + } + }, + "ItemPropertyAssociationBox": { + "@Size": "24", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "1", + "AssociationEntry": { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + } + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + { + "@KID": "0x597669572E55547E656B56586E2F6F68" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A656019AA8C0BB58201279782652FA1F4" + } + } + }, + "MediaDataBox": { + "@Size": "5338", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5330" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cens_128iv.json b/data/file_features/under_consideration/cenc/image_cens_128iv.json new file mode 100644 index 0000000..e8102b0 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cens_128iv.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "3147cb35e30dc800bed569205b777f10", + "rel_filepath": "./image_cens_128iv.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cens_128iv_gpac.json b/data/file_features/under_consideration/cenc/image_cens_128iv_gpac.json new file mode 100644 index 0000000..be32cbb --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cens_128iv_gpac.json @@ -0,0 +1,351 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cens_128iv.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "562", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "594", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5846", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "78", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cens", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "236", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "204", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "32", + "@Type": "ienc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "@skip_byte_block": "1", + "@crypt_byte_block": "10", + "KeyInfo": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@IV_size": "16" + } + } + }, + "ItemPropertyAssociationBox": { + "@Size": "24", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "1", + "AssociationEntry": { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + } + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A" + } + } + }, + "MediaDataBox": { + "@Size": "5338", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5330" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/image_cens_64iv.json b/data/file_features/under_consideration/cenc/image_cens_64iv.json new file mode 100644 index 0000000..93de473 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cens_64iv.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "756d6c13223362d59388922e81c41dff", + "rel_filepath": "./image_cens_64iv.heic", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/image_cens_64iv_gpac.json b/data/file_features/under_consideration/cenc/image_cens_64iv_gpac.json new file mode 100644 index 0000000..a6088b5 --- /dev/null +++ b/data/file_features/under_consideration/cenc/image_cens_64iv_gpac.json @@ -0,0 +1,351 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "image_cens_64iv.heic", + "FileTypeBox": { + "@Size": "24", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "mif1", + "@MinorVersion": "0", + "BrandEntry": [ + { + "@AlternateBrand": "mif1" + }, + { + "@AlternateBrand": "heic" + } + ] + }, + "MetaBox": { + "@Size": "562", + "@Type": "meta", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file moov trak moof traf udta", + "HandlerBox": { + "@Size": "50", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "pict", + "@Name": "GPAC pict Handler", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "PrimaryItemBox": { + "@Size": "14", + "@Type": "pitm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@item_ID": "1" + }, + "ItemLocationBox": { + "@Size": "44", + "@Type": "iloc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "@offset_size": "0", + "@length_size": "4", + "@base_offset_size": "4", + "@index_size": "0", + "ItemLocationEntry": [ + { + "@item_ID": "1", + "@data_reference_index": "0", + "@base_offset": "594", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "5252", + "@extent_index": "0" + } + }, + { + "@item_ID": "2", + "@data_reference_index": "0", + "@base_offset": "5846", + "@construction_method": "0", + "ItemExtentEntry": { + "@extent_offset": "0", + "@extent_length": "70", + "@extent_index": "0" + } + } + ] + }, + "ItemProtectionBox": { + "@Size": "42", + "@Type": "ipro", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ProtectionSchemeInfoBox": { + "@Size": "28", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cens", + "@scheme_version": "65536" + } + } + }, + "ItemInfoBox": { + "@Size": "61", + "@Type": "iinf", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemInfoEntryBox": [ + { + "@Size": "26", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "1", + "@item_protection_index": "1", + "@item_name": "Image", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "hvc1" + }, + { + "@Size": "21", + "@Type": "infe", + "@Version": "2", + "@Flags": "0", + "@Specification": "p12", + "@Container": "iinf", + "@item_ID": "2", + "@item_protection_index": "0", + "@item_name": "(null)", + "@content_type": "(null)", + "@content_encoding": "(null)", + "@item_type": "auxi" + } + ] + }, + "ItemReferenceBox": { + "@Size": "26", + "@Type": "iref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "meta", + "ItemReferenceBox": { + "@Size": "14", + "@Type": "auxr", + "@Specification": "p12", + "@Container": "iref", + "@from_item_id": "1", + "ItemReferenceBoxEntry": { + "@ItemID": "2" + } + } + }, + "ItemPropertiesBox": { + "@Size": "236", + "@Type": "iprp", + "@Specification": "iff", + "@Container": "meta", + "ItemPropertyContainerBox": { + "@Size": "204", + "@Type": "ipco", + "@Specification": "iff", + "@Container": "iprp", + "ImageSpatialExtentsPropertyBox": { + "@Size": "20", + "@Type": "ispe", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "@image_width": "1280", + "@image_height": "720" + }, + "PixelAspectRatioBox": { + "@Size": "16", + "@Type": "pasp", + "@Specification": "p12", + "@Container": "video_sample_entry ipco", + "@hSpacing": "1", + "@vSpacing": "1" + }, + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "PixelInformationPropertyBox": { + "@Size": "16", + "@Type": "pixi", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "ipco", + "BitPerChannel": [ + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + }, + { + "@bits_per_channel": "8" + } + ] + }, + "ItemEncryptionPropertyBox": { + "@Size": "32", + "@Type": "ienc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "ipco", + "@skip_byte_block": "1", + "@crypt_byte_block": "10", + "KeyInfo": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@IV_size": "8" + } + } + }, + "ItemPropertyAssociationBox": { + "@Size": "24", + "@Type": "ipma", + "@Version": "0", + "@Flags": "0", + "@Specification": "iff", + "@Container": "iprp", + "@entry_count": "1", + "AssociationEntry": { + "@item_ID": "1", + "@association_count": "5", + "Property": [ + { + "@index": "1", + "@essential": "0" + }, + { + "@index": "2", + "@essential": "0" + }, + { + "@index": "3", + "@essential": "1" + }, + { + "@index": "4", + "@essential": "1" + }, + { + "@index": "5", + "@essential": "1" + } + ] + } + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A" + } + } + }, + "MediaDataBox": { + "@Size": "5330", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "5322" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cbc1.json b/data/file_features/under_consideration/cenc/video_cbc1.json new file mode 100644 index 0000000..9e0f81d --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cbc1.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "7534465dd54d3d3650105eaf24f0bda4", + "rel_filepath": "./video_cbc1.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cbc1_gpac.json b/data/file_features/under_consideration/cenc/video_cbc1_gpac.json new file mode 100644 index 0000000..ba67ed6 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cbc1_gpac.json @@ -0,0 +1,2968 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cbc1.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso4", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "iso4" + } + }, + "MovieBox": { + "@Size": "5102", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701683911", + "@ModificationTime": "3701683911", + "@TimeScale": "600", + "@Duration": "1200", + "@NextTrackID": "2" + }, + "TrackBox": { + "@Size": "4909", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TrackID": "1", + "@Duration": "1200", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "893", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TimeScale": "25000", + "@Duration": "50000", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "771", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "707", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "314", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "298", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "80", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cbc1", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "40", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "32", + "@Type": "tenc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1000", + "@SampleCount": "50" + } + }, + "SyncSampleBox": { + "@Size": "24", + "@Type": "stss", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SyncSampleEntry": [ + { + "@sampleNumber": "1" + }, + { + "@sampleNumber": "26" + } + ] + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "12", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "2", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "220", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "50", + "SampleSizeEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + }, + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "5130" + }, + { + "@offset": "32971" + }, + { + "@offset": "60988" + }, + { + "@offset": "100659" + }, + { + "@offset": "128432" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "78", + "@sample_count": "50" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1145" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "3916", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "50", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E039ED", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "185", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "3136" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "16", + "@IV": "0x33C961C252A64FCDA9C34FAC1A4C5682", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "16", + "@IV": "0xD25EAC779F2CB610C9AF5C745FA4CAC6", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "16", + "@IV": "0x35AA35E789E7BDD3C374C1AD0D440EF3", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "16", + "@IV": "0xB61D12280370BB4948CC5A197892383C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "16", + "@IV": "0xE6F785E1D1534A967F3C6F2D51D6EC5B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "2480" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "16", + "@IV": "0xFD002758C5C7C1F51EC5F343DE2AE3C6", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "16", + "@IV": "0x5493975977BDDA0D987267C118298E1B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "16", + "@IV": "0xF295F488DF47254C338B7B51CF96E65D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "16", + "@IV": "0x4BBBAA4D308028AB9B6611AD1C51A747", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "16", + "@IV": "0x80BBB4754D9D34497A0EBA38DC535897", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "16", + "@IV": "0xC10A34E515D7B801E696E090CA7F34B8", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "384" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "16", + "@IV": "0x5558A4F737473A2419E9635688DEB326", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "16", + "@IV": "0x86BA3CD2F4CD471A85DC6AF452918745", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "16", + "@IV": "0x8BD535CA60D318E5D051F2E71484FBB4", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "16", + "@IV": "0xA6A53CDE6E513323512C2EE2210A023B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "16", + "@IV": "0x4AC5FC2FDAE8156E9D0D192631A18B14", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "16", + "@IV": "0x665F193E450EBF07C9DB762D17627D7B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "16", + "@IV": "0xF3D29F225CC6F0C2B1A18DD58F7CEE36", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "16", + "@IV": "0x8B0005298E679216E8095B6C05BC76EB", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "16", + "@IV": "0x95A6652884A0B14E3FB9D1D5E6A71AB5", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "16", + "@IV": "0xF7249349DD6FD2863C3221E041734DDE", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "16", + "@IV": "0xC291574432E51845D6D912C9D4109CE4", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "592" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "16", + "@IV": "0xFE8B787DC2177A41D22EBD80E2AAFE96", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "928" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "16", + "@IV": "0x97EFAC3D8809F154BDD5BF8727330117", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "26", + "@IV_size": "16", + "@IV": "0x85823943A493028AA1455FF08659A061", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "768" + }, + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "2528" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "9744" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1328" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "27", + "@IV_size": "16", + "@IV": "0x23A0604AE95C6BE574DE5A51DD2BDD09", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "896" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "28", + "@IV_size": "16", + "@IV": "0x57F325BDDACCEC61942E092B8BDAB970", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "29", + "@IV_size": "16", + "@IV": "0xDAE1F43225CF261A8326933A07DF4DE0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "352" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "30", + "@IV_size": "16", + "@IV": "0x5A6B019BB7A74113A7714FFEFDE36056", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "31", + "@IV_size": "16", + "@IV": "0x6EDB3C9601ED2718CDA98914FE1E49E1", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "32", + "@IV_size": "16", + "@IV": "0x98F8D57049D167262383B1DA1A0969EE", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "33", + "@IV_size": "16", + "@IV": "0x17F8A3478A042F5C067D5D3CE0105441", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "34", + "@IV_size": "16", + "@IV": "0xA7131C5ED73CA70AC0C31A9E0708B55A", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "35", + "@IV_size": "16", + "@IV": "0xF544C84C6A3F1E0448DA5B4DC650B13F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "36", + "@IV_size": "16", + "@IV": "0x5183E62D3FCBE610264DEFB2C000214E", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "688" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "37", + "@IV_size": "16", + "@IV": "0x5F466E5DA21F8436799FCA2B68F60938", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "640" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "38", + "@IV_size": "16", + "@IV": "0x3BA043771C2FB55C10AF2126ED3109EF", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "39", + "@IV_size": "16", + "@IV": "0x1A8152CB57A23F85C4B2AB4AA5FFE872", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "976" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "40", + "@IV_size": "16", + "@IV": "0x3A59C5355CE14AD2C6CDE42D8B94F9BC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "496" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "41", + "@IV_size": "16", + "@IV": "0x3912D66BF86808087C5EB6C7F309D60E", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "42", + "@IV_size": "16", + "@IV": "0x15498BAFD2C55ADF5A116DA1BE6E2EA4", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "43", + "@IV_size": "16", + "@IV": "0xBA6E1EA25C1BF99A010965510508C56C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "656" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "44", + "@IV_size": "16", + "@IV": "0x3E5E009F36A6F8B2A4319D8CD5C21DBE", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "1056" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "45", + "@IV_size": "16", + "@IV": "0x3F1E71B994A4437D5164A1D43C08F72B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "46", + "@IV_size": "16", + "@IV": "0xA344756171EF8C1377DADFEB9EB671BB", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "47", + "@IV_size": "16", + "@IV": "0xDEC206F0CD44E163202A3A68D18E4960", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "832" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "48", + "@IV_size": "16", + "@IV": "0x3B514A9933AD6AE5DEF7F723F9AE19B5", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "49", + "@IV_size": "16", + "@IV": "0xFA69BFDC8749AA59AAE00855F0DE7586", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1040" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "50", + "@IV_size": "16", + "@IV": "0xA7B317375560944F32EE76EC334F3361", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D475041435A8E62EB7DF2829F7D583A722E60DA8A" + } + } + }, + "MediaDataBox": { + "@Size": "128839", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "128831" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cbcs.json b/data/file_features/under_consideration/cenc/video_cbcs.json new file mode 100644 index 0000000..29f2a70 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cbcs.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "c50ea5aea81b00608400d2fab39cccd3", + "rel_filepath": "./video_cbcs.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cbcs_const_iv.json b/data/file_features/under_consideration/cenc/video_cbcs_const_iv.json new file mode 100644 index 0000000..d00aad4 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cbcs_const_iv.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "655d5a7c1b3099600ea5e9fed0957558", + "rel_filepath": "./video_cbcs_const_iv.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cbcs_const_iv_gpac.json b/data/file_features/under_consideration/cenc/video_cbcs_const_iv_gpac.json new file mode 100644 index 0000000..86e986d --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cbcs_const_iv_gpac.json @@ -0,0 +1,2921 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cbcs_const_iv.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso4", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "iso4" + } + }, + "MovieBox": { + "@Size": "4319", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701683911", + "@ModificationTime": "3701683911", + "@TimeScale": "600", + "@Duration": "1200", + "@NextTrackID": "2" + }, + "TrackBox": { + "@Size": "4126", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TrackID": "1", + "@Duration": "1200", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "910", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TimeScale": "25000", + "@Duration": "50000", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "788", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "724", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "331", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "315", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "97", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cbcs", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "57", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "49", + "@Type": "tenc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@constant_IV_size": "16", + "@constant_IV": "0x0A610676CB88F302D10AC8BC66E039ED", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@crypt_byte_block": "1", + "@skip_byte_block": "9" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1000", + "@SampleCount": "50" + } + }, + "SyncSampleBox": { + "@Size": "24", + "@Type": "stss", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SyncSampleEntry": [ + { + "@sampleNumber": "1" + }, + { + "@sampleNumber": "26" + } + ] + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "12", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "2", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "220", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "50", + "SampleSizeEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + }, + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "4347" + }, + { + "@offset": "32188" + }, + { + "@offset": "60205" + }, + { + "@offset": "99876" + }, + { + "@offset": "127649" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "62", + "@sample_count": "50" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1162" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "3116", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "50", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "184", + "@NumEncryptedBytes": "17" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "72" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "54" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "217" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "726" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "79" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "211" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "3144" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "446" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "61" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "88" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "121" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "242" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "108" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "66" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "181" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "129" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "39" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "57" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "88" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "134" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "168" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "99" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "61" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "155" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "108" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "27" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "50" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "130" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "293" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "430" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "140" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "119" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "524" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "172" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "56" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "110" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "222" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "186" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "189" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "123" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "41" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "127" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "265" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "524" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "167" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "177" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "2488" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "259" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "70" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "100" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "246" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "338" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "175" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "76" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "222" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "179" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "57" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "73" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "203" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "323" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "70" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "349" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "179" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "420" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "795" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "213" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "113" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "614" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "333" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "53" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "243" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "350" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "169" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "69" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "383" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "200" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "65" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "91" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "377" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "684" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "194" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "111" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "1023" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "466" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "58" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "92" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "228" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "393" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "74" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "299" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "265" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "41" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "56" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "102" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "246" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "450" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "167" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "115" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "281" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "63" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "93" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "829" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "189" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "717" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "286" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "62" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "231" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "202" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "373" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "254" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "87" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "300" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "708" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "180" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "346" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "236" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "120" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "291" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "191" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "106" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "737" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "234" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "230" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "589" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "167" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "85" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "297" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "268" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "62" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "97" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "913" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "88" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "315" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "219" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "78" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "106" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "639" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "156" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "86" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "747" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "244" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "118" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "919" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "186" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "87" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "307" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "215" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "254" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "734" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "89" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "342" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "228" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "157" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "109" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "276" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "602" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "186" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "87" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "341" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "231" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "198" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "127" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "942" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "214" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "90" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "582" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "275" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "222" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "182" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "194" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "531" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "89" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "425" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "26", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "9", + "@NumEncryptedBytes": "21" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "310" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "265" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "782" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "2529" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "328" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "543" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "9759" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "1343" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "27", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "108" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "189" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "285" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "638" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "197" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "903" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "244" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "28", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "76" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "230" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "437" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "165" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "93" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "306" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "229" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "29", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "90" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "174" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "359" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "714" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "238" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "97" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "406" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "30", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "41" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "65" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "109" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "253" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "415" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "209" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "91" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "271" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "210" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "31", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "106" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "568" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "677" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "252" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "100" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "293" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "245" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "32", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "67" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "107" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "244" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "452" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "168" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "255" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "200" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "33", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "69" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "315" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "449" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "284" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "97" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "280" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "216" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "34", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "74" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "280" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "713" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "213" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "86" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "274" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "202" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "35", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "470" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "270" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "105" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "285" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "215" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "36", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "67" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "302" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "703" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "198" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "253" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "214" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "37", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "77" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "294" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "644" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "191" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "111" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "309" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "269" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "38", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "72" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "275" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "433" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "183" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "259" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "325" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "39", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "312" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "979" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "185" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "299" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "346" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "40", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "70" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "101" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "292" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "511" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "209" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "332" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "237" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "41", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "131" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "831" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "237" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "369" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "42", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "107" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "270" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "724" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "107" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "332" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "212" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "43", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "103" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "341" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "661" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "152" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "101" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "291" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "223" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "44", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "73" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "115" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "1058" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "201" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "307" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "267" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "45", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "138" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "310" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "577" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "209" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "105" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "277" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "236" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "46", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "141" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "326" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "1012" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "216" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "94" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "291" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "226" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "47", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "191" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "309" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "846" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "260" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "109" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "325" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "333" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "48", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "184" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "110" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "314" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "625" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "213" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "100" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "317" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "49", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "199" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "340" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "1052" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "277" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "99" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "346" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "50", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "237" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "159" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "298" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "302" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "110" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "296" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "283" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D475041435A8E62EB7DF2829F7D583A722E60DA8A" + } + } + }, + "MediaDataBox": { + "@Size": "128839", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "128831" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll.json b/data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll.json new file mode 100644 index 0000000..bc54ac8 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "1c6a58d6d36f640e5f65bdacae2588db", + "rel_filepath": "./video_cbcs_const_iv_roll.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll_frag1s.json b/data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll_frag1s.json new file mode 100644 index 0000000..d6feb4e --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll_frag1s.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "fe1f8830616eef3b8211558e497be933", + "rel_filepath": "./video_cbcs_const_iv_roll_frag1s.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll_frag1s_gpac.json b/data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll_frag1s_gpac.json new file mode 100644 index 0000000..bfcadfa --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll_frag1s_gpac.json @@ -0,0 +1,3160 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cbcs_const_iv_roll_frag1s.mp4", + "FileTypeBox": { + "@Size": "32", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso6", + "@MinorVersion": "1", + "BrandEntry": [ + { + "@AlternateBrand": "iso6" + }, + { + "@AlternateBrand": "dsms" + }, + { + "@AlternateBrand": "msix" + }, + { + "@AlternateBrand": "dash" + } + ] + }, + "FreeSpaceBox": [ + { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + }, + { + "@Size": "40", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "32" + } + ], + "MovieBox": { + "@Size": "1035", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701684124", + "@ModificationTime": "3701684124", + "@TimeScale": "600", + "@Duration": "0", + "@NextTrackID": "2" + }, + "MovieExtendsBox": { + "@Size": "56", + "@Type": "mvex", + "@Specification": "p12", + "@Container": "moov", + "MovieExtendsHeaderBox": { + "@Size": "16", + "@Type": "mehd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mvex", + "@fragmentDuration": "1200" + }, + "TrackExtendsBox": { + "@Size": "32", + "@Type": "trex", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mvex", + "@TrackID": "1", + "@SampleDescriptionIndex": "1", + "@SampleDuration": "1000", + "@SampleSize": "0", + "DefaultSampleFlags": { + "@IsLeading": "0", + "@SampleDependsOn": "0", + "@SampleIsDependedOn": "0", + "@SampleHasRedundancy": "0", + "@SamplePadding": "0", + "@SampleSync": "0", + "@SampleDegradationPriority": "0" + } + } + }, + "TrackBox": { + "@Size": "754", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701684124", + "@TrackID": "1", + "@Duration": "0", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "654", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701684124", + "@TimeScale": "25000", + "@Duration": "0", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "532", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "468", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "331", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "315", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "97", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cbcs", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "57", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "49", + "@Type": "tenc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@constant_IV_size": "16", + "@constant_IV": "0x0A610676CB88F302D10AC8BC66E039ED", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@crypt_byte_block": "1", + "@skip_byte_block": "9" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "16", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "0" + }, + "SampleToChunkBox": { + "@Size": "16", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "0" + }, + "SampleSizeBox": { + "@Size": "20", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "0" + }, + "ChunkOffsetBox": { + "@Size": "16", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "0" + }, + "SampleGroupDescriptionBox": { + "@Size": "61", + "@Type": "sgpd", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "@default_length": "37", + "CENCSampleEncryptionGroupEntry": { + "@IsEncrypted": "1", + "@IV_size": "0", + "@KID": "0x597669572E55547E656B56586E2F6F68", + "@constant_IV_size": "16", + "@constant_IV": "0x0A610676CB88F302D10AC8BC66E039ED" + } + } + } + } + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + { + "@KID": "0x597669572E55547E656B56586E2F6F68" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A656019AA8C0BB58201279782652FA1F4" + } + } + }, + "SegmentIndexBox": { + "@Size": "56", + "@Type": "sidx", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file", + "@reference_ID": "1", + "@timescale": "25000", + "@earliest_presentation_time": "0", + "@first_offset": "0", + "Reference": [ + { + "@type": "0", + "@size": "59948", + "@duration": "25000", + "@startsWithSAP": "1", + "@SAP_type": "1", + "@SAPDeltaTime": "0" + }, + { + "@type": "0", + "@size": "72517", + "@duration": "25000", + "@startsWithSAP": "1", + "@SAP_type": "1", + "@SAPDeltaTime": "0" + } + ] + }, + "MovieFragmentBox": [ + { + "@Size": "1795", + "@Type": "moof", + "@Specification": "p12", + "@Container": "file", + "@TrackFragments": "1", + "MovieFragmentHeaderBox": { + "@Size": "16", + "@Type": "mfhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moof", + "@FragmentSequenceNumber": "1" + }, + "TrackFragmentBox": { + "@Size": "1771", + "@Type": "traf", + "@Specification": "p12", + "@Container": "moof", + "TrackFragmentHeaderBox": { + "@Size": "16", + "@Type": "tfhd", + "@Version": "0", + "@Flags": "131072", + "@Specification": "p12", + "@Container": "traf", + "@TrackID": "1", + "@BaseDataOffset": "moof" + }, + "TrackFragmentBaseMediaDecodeTimeBox": { + "@Size": "16", + "@Type": "tfdt", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "traf", + "@baseMediaDecodeTime": "0" + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "62", + "@sample_count": "25" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "121" + } + }, + "SampleEncryptionBox": { + "@Size": "1566", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "25", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "184", + "@NumEncryptedBytes": "17" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "72" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "54" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "217" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "726" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "79" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "211" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "3144" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "446" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "61" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "88" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "121" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "242" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "108" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "66" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "181" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "129" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "39" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "57" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "88" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "134" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "168" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "99" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "61" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "155" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "108" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "27" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "50" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "130" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "293" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "430" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "140" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "119" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "524" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "172" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "56" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "110" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "222" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "186" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "189" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "123" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "41" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "127" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "265" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "524" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "167" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "177" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "2488" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "259" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "70" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "100" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "246" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "338" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "175" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "76" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "222" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "179" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "57" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "73" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "203" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "323" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "70" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "349" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "179" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "420" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "795" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "213" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "113" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "614" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "333" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "53" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "243" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "350" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "169" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "69" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "383" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "200" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "65" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "91" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "377" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "684" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "194" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "111" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "1023" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "466" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "58" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "92" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "228" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "393" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "74" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "299" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "265" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "41" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "56" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "102" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "246" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "450" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "167" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "115" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "281" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "63" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "93" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "829" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "189" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "717" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "286" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "62" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "231" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "202" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "373" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "254" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "87" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "300" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "708" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "180" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "346" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "236" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "120" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "291" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "191" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "106" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "737" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "234" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "230" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "589" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "167" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "85" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "297" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "268" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "62" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "97" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "913" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "88" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "315" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "219" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "78" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "106" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "639" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "156" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "86" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "747" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "244" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "118" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "919" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "186" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "87" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "307" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "215" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "254" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "734" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "89" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "342" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "228" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "157" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "109" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "276" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "602" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "186" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "87" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "341" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "231" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "198" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "127" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "942" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "214" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "90" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "582" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "275" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "222" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "182" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "194" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "531" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "89" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "425" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + }, + "TrackRunBox": { + "@Size": "124", + "@Type": "trun", + "@Version": "0", + "@Flags": "517", + "@Specification": "p12", + "@Container": "traf", + "@SampleCount": "25", + "@DataOffset": "1803", + "FirstSampleFlags": { + "@IsLeading": "0", + "@SampleDependsOn": "0", + "@SampleIsDependedOn": "0", + "@SampleHasRedundancy": "0", + "@SamplePadding": "0", + "@SampleSync": "1", + "@SampleDegradationPriority": "0" + }, + "TrackRunEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + } + ] + } + } + }, + { + "@Size": "1823", + "@Type": "moof", + "@Specification": "p12", + "@Container": "file", + "@TrackFragments": "1", + "MovieFragmentHeaderBox": { + "@Size": "16", + "@Type": "mfhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moof", + "@FragmentSequenceNumber": "2" + }, + "TrackFragmentBox": { + "@Size": "1799", + "@Type": "traf", + "@Specification": "p12", + "@Container": "moof", + "TrackFragmentHeaderBox": { + "@Size": "16", + "@Type": "tfhd", + "@Version": "0", + "@Flags": "131072", + "@Specification": "p12", + "@Container": "traf", + "@TrackID": "1", + "@BaseDataOffset": "moof" + }, + "TrackFragmentBaseMediaDecodeTimeBox": { + "@Size": "16", + "@Type": "tfdt", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "traf", + "@baseMediaDecodeTime": "25000" + }, + "SampleGroupBox": { + "@Size": "28", + "@Type": "sbgp", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "SampleGroupBoxEntry": { + "@sample_count": "25", + "@group_description_index": "1" + } + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "62", + "@sample_count": "25" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "149" + } + }, + "SampleEncryptionBox": { + "@Size": "1566", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "25", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "9", + "@NumEncryptedBytes": "21" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "310" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "265" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "782" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "2529" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "328" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "543" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "9759" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "1343" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "108" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "189" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "285" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "638" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "197" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "903" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "244" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "76" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "230" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "437" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "165" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "93" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "306" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "229" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "90" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "174" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "359" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "714" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "238" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "97" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "406" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "41" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "65" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "109" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "253" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "415" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "209" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "91" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "271" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "210" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "106" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "568" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "677" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "252" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "100" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "293" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "245" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "67" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "107" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "244" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "452" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "168" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "255" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "200" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "69" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "315" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "449" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "284" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "97" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "280" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "216" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "74" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "280" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "713" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "213" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "86" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "274" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "202" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "470" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "270" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "105" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "285" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "215" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "67" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "302" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "703" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "198" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "253" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "214" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "77" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "294" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "644" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "191" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "111" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "309" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "269" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "72" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "275" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "433" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "183" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "259" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "325" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "312" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "979" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "185" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "299" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "346" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "70" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "101" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "292" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "511" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "209" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "332" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "237" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "131" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "831" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "237" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "369" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "107" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "270" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "724" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "107" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "332" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "212" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "103" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "341" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "661" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "152" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "101" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "291" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "223" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "73" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "115" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "1058" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "201" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "307" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "267" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "138" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "310" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "577" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "209" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "105" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "277" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "236" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "141" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "326" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "1012" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "216" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "94" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "291" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "226" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "191" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "309" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "846" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "260" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "109" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "325" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "333" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "184" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "110" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "314" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "625" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "213" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "100" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "317" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "199" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "340" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "1052" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "277" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "99" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "346" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "237" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "159" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "298" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "302" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "110" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "296" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "283" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + }, + "TrackRunBox": { + "@Size": "124", + "@Type": "trun", + "@Version": "0", + "@Flags": "517", + "@Specification": "p12", + "@Container": "traf", + "@SampleCount": "25", + "@DataOffset": "1831", + "FirstSampleFlags": { + "@IsLeading": "0", + "@SampleDependsOn": "0", + "@SampleIsDependedOn": "0", + "@SampleHasRedundancy": "0", + "@SamplePadding": "0", + "@SampleSync": "1", + "@SampleDegradationPriority": "0" + }, + "TrackRunEntry": [ + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + } + } + } + ], + "MediaDataBox": [ + { + "@Size": "58153", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "58145" + }, + { + "@Size": "70694", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "70686" + } + ] + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll_gpac.json b/data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll_gpac.json new file mode 100644 index 0000000..57c39e9 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cbcs_const_iv_roll_gpac.json @@ -0,0 +1,2962 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cbcs_const_iv_roll.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso4", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "iso4" + } + }, + "MovieBox": { + "@Size": "4448", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701683911", + "@ModificationTime": "3701683911", + "@TimeScale": "600", + "@Duration": "1200", + "@NextTrackID": "2" + }, + "TrackBox": { + "@Size": "4223", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TrackID": "1", + "@Duration": "1200", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "1007", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TimeScale": "25000", + "@Duration": "50000", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "885", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "821", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "331", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "315", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "97", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cbcs", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "57", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "49", + "@Type": "tenc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@constant_IV_size": "16", + "@constant_IV": "0x0A610676CB88F302D10AC8BC66E039ED", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@crypt_byte_block": "1", + "@skip_byte_block": "9" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1000", + "@SampleCount": "50" + } + }, + "SyncSampleBox": { + "@Size": "24", + "@Type": "stss", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SyncSampleEntry": [ + { + "@sampleNumber": "1" + }, + { + "@sampleNumber": "26" + } + ] + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "12", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "2", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "220", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "50", + "SampleSizeEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + }, + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "4476" + }, + { + "@offset": "32317" + }, + { + "@offset": "60334" + }, + { + "@offset": "100005" + }, + { + "@offset": "127778" + } + ] + }, + "SampleGroupDescriptionBox": { + "@Size": "61", + "@Type": "sgpd", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "@default_length": "37", + "CENCSampleEncryptionGroupEntry": { + "@IsEncrypted": "1", + "@IV_size": "0", + "@KID": "0x597669572E55547E656B56586E2F6F68", + "@constant_IV_size": "16", + "@constant_IV": "0x0A610676CB88F302D10AC8BC66E039ED" + } + }, + "SampleGroupBox": { + "@Size": "36", + "@Type": "sbgp", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "SampleGroupBoxEntry": [ + { + "@sample_count": "25", + "@group_description_index": "0" + }, + { + "@sample_count": "25", + "@group_description_index": "1" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "62", + "@sample_count": "50" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1259" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "3116", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "50", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "184", + "@NumEncryptedBytes": "17" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "72" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "54" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "217" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "726" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "79" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "211" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "3144" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "446" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "61" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "88" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "121" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "242" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "108" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "66" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "181" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "129" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "39" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "57" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "88" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "134" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "168" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "99" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "61" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "155" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "108" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "27" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "50" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "130" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "293" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "430" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "140" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "119" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "524" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "172" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "56" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "110" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "222" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "186" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "189" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "123" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "41" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "127" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "265" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "524" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "167" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "177" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "2488" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "259" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "70" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "100" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "246" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "338" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "175" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "76" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "222" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "179" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "57" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "73" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "203" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "323" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "70" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "349" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "179" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "420" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "795" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "213" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "113" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "614" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "333" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "53" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "243" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "350" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "169" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "69" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "383" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "200" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "65" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "91" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "377" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "684" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "194" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "111" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "1023" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "466" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "58" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "92" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "228" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "393" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "74" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "299" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "265" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "41" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "56" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "102" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "246" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "450" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "167" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "115" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "281" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "63" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "93" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "829" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "189" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "717" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "286" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "62" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "231" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "202" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "373" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "254" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "87" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "300" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "708" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "180" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "346" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "236" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "120" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "291" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "191" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "106" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "737" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "234" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "230" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "589" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "167" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "85" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "297" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "268" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "62" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "97" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "913" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "88" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "315" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "219" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "78" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "106" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "639" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "156" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "86" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "747" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "244" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "118" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "919" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "186" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "87" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "307" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "215" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "254" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "734" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "89" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "342" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "228" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "157" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "109" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "276" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "602" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "186" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "87" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "341" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "231" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "198" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "127" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "942" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "214" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "90" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "582" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "275" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "222" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "182" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "194" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "531" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "89" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "425" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "26", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "9", + "@NumEncryptedBytes": "21" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "310" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "265" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "782" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "2529" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "328" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "543" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "9759" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "1343" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "27", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "108" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "189" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "285" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "638" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "197" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "903" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "244" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "28", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "76" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "230" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "437" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "165" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "93" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "306" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "229" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "29", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "90" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "174" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "359" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "714" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "238" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "97" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "406" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "30", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "41" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "65" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "109" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "253" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "415" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "209" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "91" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "271" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "210" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "31", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "106" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "568" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "677" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "252" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "100" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "293" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "245" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "32", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "67" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "107" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "244" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "452" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "168" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "255" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "200" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "33", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "69" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "315" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "449" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "284" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "97" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "280" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "216" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "34", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "74" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "280" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "713" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "213" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "86" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "274" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "202" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "35", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "470" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "270" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "105" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "285" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "215" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "36", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "67" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "302" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "703" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "198" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "253" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "214" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "37", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "77" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "294" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "644" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "191" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "111" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "309" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "269" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "38", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "72" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "275" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "433" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "183" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "259" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "325" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "39", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "312" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "979" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "185" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "299" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "346" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "40", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "70" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "101" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "292" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "511" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "209" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "332" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "237" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "41", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "131" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "831" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "237" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "369" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "42", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "107" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "270" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "724" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "107" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "332" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "212" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "43", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "103" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "341" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "661" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "152" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "101" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "291" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "223" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "44", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "73" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "115" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "1058" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "201" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "307" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "267" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "45", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "138" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "310" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "577" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "209" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "105" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "277" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "236" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "46", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "141" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "326" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "1012" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "216" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "94" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "291" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "226" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "47", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "191" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "309" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "846" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "260" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "109" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "325" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "333" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "48", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "184" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "110" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "314" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "625" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "213" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "100" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "317" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "49", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "199" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "340" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "1052" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "277" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "99" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "346" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "50", + "@IV_size": "0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "237" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "159" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "298" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "302" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "110" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "296" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "283" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + { + "@KID": "0x597669572E55547E656B56586E2F6F68" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A656019AA8C0BB58201279782652FA1F4" + } + } + }, + "MediaDataBox": { + "@Size": "128839", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "128831" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cbcs_gpac.json b/data/file_features/under_consideration/cenc/video_cbcs_gpac.json new file mode 100644 index 0000000..a96cb35 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cbcs_gpac.json @@ -0,0 +1,2970 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cbcs.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso4", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "iso4" + } + }, + "MovieBox": { + "@Size": "5102", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701683911", + "@ModificationTime": "3701683911", + "@TimeScale": "600", + "@Duration": "1200", + "@NextTrackID": "2" + }, + "TrackBox": { + "@Size": "4909", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TrackID": "1", + "@Duration": "1200", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "893", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TimeScale": "25000", + "@Duration": "50000", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "771", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "707", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "314", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "298", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "80", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cbcs", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "40", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "32", + "@Type": "tenc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@crypt_byte_block": "1", + "@skip_byte_block": "9" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1000", + "@SampleCount": "50" + } + }, + "SyncSampleBox": { + "@Size": "24", + "@Type": "stss", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SyncSampleEntry": [ + { + "@sampleNumber": "1" + }, + { + "@sampleNumber": "26" + } + ] + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "12", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "2", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "220", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "50", + "SampleSizeEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + }, + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "5130" + }, + { + "@offset": "32971" + }, + { + "@offset": "60988" + }, + { + "@offset": "100659" + }, + { + "@offset": "128432" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "78", + "@sample_count": "50" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1145" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "3916", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "50", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E039ED", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "184", + "@NumEncryptedBytes": "17" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "72" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "54" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "217" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "726" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "79" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "211" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "3144" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "446" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "16", + "@IV": "0x25BD6E7DCC1C3AA47C575101A37BE42D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "61" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "88" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "121" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "242" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "108" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "66" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "181" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "129" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "16", + "@IV": "0x76B1618549B593BA590453C1E80A04AD", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "39" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "57" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "88" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "134" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "168" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "99" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "61" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "155" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "108" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "16", + "@IV": "0xD926EFC4BC9C897307A6985C22399D1A", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "27" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "50" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "130" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "293" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "430" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "140" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "119" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "524" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "172" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "16", + "@IV": "0x9B82CB00BF83F157B5DA3D4EBAFCBF41", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "56" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "110" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "222" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "186" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "189" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "123" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "16", + "@IV": "0xC0701F551AFA6B077EB6EA6653F7B670", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "41" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "127" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "265" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "524" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "167" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "177" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "2488" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "259" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "16", + "@IV": "0x6F9EE42BABDFC88679B4F357578C25B0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "70" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "100" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "246" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "338" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "175" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "76" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "222" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "179" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "16", + "@IV": "0xF68278207A035DC0656F1E8D69F9D6F5", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "57" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "73" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "203" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "323" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "70" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "349" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "16", + "@IV": "0x746769B46F2354F2B02AA2092A96B45B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "179" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "420" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "795" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "213" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "113" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "614" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "333" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "16", + "@IV": "0x9EFA2FCDE8722B1FC3CAD77472E08D18", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "53" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "243" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "350" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "169" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "69" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "383" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "200" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "16", + "@IV": "0x92D393CF79719F4F9612942DCD7241DB", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "65" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "91" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "377" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "684" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "194" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "111" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "1023" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "466" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "16", + "@IV": "0x28A7784341A12C85E58896D0B5CC1202", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "58" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "92" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "228" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "393" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "74" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "299" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "265" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "16", + "@IV": "0x2A0D959A966447C326D1ED1AAAA82023", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "41" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "56" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "102" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "246" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "450" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "167" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "115" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "281" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "16", + "@IV": "0x90A5ECFB08951C5F926013A6518F152D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "63" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "93" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "829" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "189" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "717" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "286" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "16", + "@IV": "0x961C199E3DECB147AB7B4A4498E03743", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "62" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "231" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "202" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "373" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "254" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "16", + "@IV": "0x7BAFFE54600AACF057ACBEDA51B66A17", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "87" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "300" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "708" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "180" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "346" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "236" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "16", + "@IV": "0x8DAEEE724277721354A099D01E664656", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "120" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "291" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "191" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "106" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "737" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "234" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "16", + "@IV": "0x7ECB66E27F63A7FEFD79F5B3EE76E32B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "230" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "589" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "167" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "85" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "297" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "268" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "16", + "@IV": "0x56025247A7329EF5A9F455B28F7FD2EC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "62" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "97" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "913" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "88" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "315" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "219" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "16", + "@IV": "0xD25BD64D3D89BD99C3C79A0253CD513B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "78" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "106" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "639" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "156" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "86" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "747" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "244" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "16", + "@IV": "0x0D83F7D994FB8035F8DCD7840697E1BA", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "118" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "919" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "186" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "87" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "307" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "215" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "16", + "@IV": "0x5EAA3E0FB8C8E86BABF892DBF4E12CE7", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "254" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "734" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "89" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "342" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "228" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "16", + "@IV": "0x8565BB4692321C0F1AF33A83DB497F46", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "157" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "109" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "276" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "602" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "186" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "87" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "341" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "231" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "16", + "@IV": "0x5ACBE13275190583E04A50F7821BAEC2", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "198" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "127" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "942" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "214" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "90" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "582" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "275" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "16", + "@IV": "0x127C031DB13B390A0A54B6AC2878CFA9", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "222" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "182" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "194" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "531" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "89" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "425" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "26", + "@IV_size": "16", + "@IV": "0x10B8B41C7F2060C5D208243E97D9C247", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "9", + "@NumEncryptedBytes": "21" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "310" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "265" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "782" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "2529" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "328" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "543" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "9759" + }, + { + "@NumClearBytes": "10", + "@NumEncryptedBytes": "1343" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "27", + "@IV_size": "16", + "@IV": "0x871A24C57C4D77C0FEB274D29F6A54AD", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "108" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "189" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "285" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "638" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "197" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "903" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "244" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "28", + "@IV_size": "16", + "@IV": "0xCDB61F8A9D166F1202550B8D9FCA4C1B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "76" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "171" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "230" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "437" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "165" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "93" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "306" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "229" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "29", + "@IV_size": "16", + "@IV": "0x90B4200B917C5A874712995B1D76EBC4", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "90" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "174" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "359" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "714" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "238" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "97" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "406" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "30", + "@IV_size": "16", + "@IV": "0xF3DBE914F683A8F8A328FC4300FDB695", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "41" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "65" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "109" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "253" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "415" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "209" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "91" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "271" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "210" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "31", + "@IV_size": "16", + "@IV": "0x1C20FC57975D5D5BA9E3BB30CBCB1375", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "106" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "568" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "677" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "252" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "100" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "293" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "245" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "32", + "@IV_size": "16", + "@IV": "0xE930B0930B12169A845599D8D71FA066", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "67" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "107" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "244" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "452" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "168" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "255" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "200" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "33", + "@IV_size": "16", + "@IV": "0x85520E0768D41241C80A78371BBC70DC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "69" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "315" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "449" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "284" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "97" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "280" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "216" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "34", + "@IV_size": "16", + "@IV": "0x0E932468ED7200D6A55CA7AC9FEF1E74", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "74" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "280" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "713" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "213" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "86" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "274" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "202" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "35", + "@IV_size": "16", + "@IV": "0x0869133BF4E6646A07F8485E70361546", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "470" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "270" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "105" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "285" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "215" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "36", + "@IV_size": "16", + "@IV": "0xF00561E68AFC3509972A794F996E7B0E", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "67" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "302" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "703" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "198" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "253" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "214" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "37", + "@IV_size": "16", + "@IV": "0x177A2350B0D6F5E84E8B0E7760892922", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "77" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "294" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "644" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "191" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "111" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "309" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "269" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "38", + "@IV_size": "16", + "@IV": "0x2E27A0DA519DDD67AD3ED733A0092EFA", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "68" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "72" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "275" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "433" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "183" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "259" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "325" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "39", + "@IV_size": "16", + "@IV": "0x45FCB19EC0CE08D105C1E8E186A34AD9", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "83" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "312" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "979" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "185" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "299" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "346" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "40", + "@IV_size": "16", + "@IV": "0x6C3A79FE7CCDF2E2711DF08E55785480", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "70" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "101" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "292" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "511" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "209" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "84" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "332" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "237" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "41", + "@IV_size": "16", + "@IV": "0xCDACD4D20EA6BFE54F94B37BAEF44A56", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "131" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "831" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "237" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "98" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "369" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "42", + "@IV_size": "16", + "@IV": "0x67722332CE43A414F3BA30841C883239", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "107" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "270" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "724" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "107" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "332" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "212" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "43", + "@IV_size": "16", + "@IV": "0x83D441BDA217A9E870DBA7A3D1291447", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "42" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "75" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "103" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "341" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "661" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "152" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "101" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "291" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "223" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "44", + "@IV_size": "16", + "@IV": "0x0F27800E3115CA4BAEA160B628BCD637", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "73" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "115" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "1058" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "201" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "307" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "267" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "45", + "@IV_size": "16", + "@IV": "0x46B36587E3A41F9D6EF499C1BC353B51", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "138" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "310" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "577" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "209" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "105" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "277" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "236" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "46", + "@IV_size": "16", + "@IV": "0xC9DA1ED8E09CA5B20AF6D563B7E45744", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "71" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "141" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "326" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "1012" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "216" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "94" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "291" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "226" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "47", + "@IV_size": "16", + "@IV": "0xEDC8477E5B2F752E5DE80969882B2623", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "95" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "191" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "309" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "846" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "260" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "109" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "325" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "333" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "48", + "@IV_size": "16", + "@IV": "0x5098F8566ACBC2AF0A606DE0100C1971", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "184" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "110" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "314" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "625" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "213" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "100" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "317" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "49", + "@IV_size": "16", + "@IV": "0x55CAFEF45A634972D63836AE53A718E6", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "199" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "340" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "1052" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "277" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "99" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "346" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "50", + "@IV_size": "16", + "@IV": "0x26F72DF9D463511AE693DBE83E56DB22", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "40" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "237" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "159" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "298" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "302" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "110" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "296" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "283" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D475041435A8E62EB7DF2829F7D583A722E60DA8A" + } + } + }, + "MediaDataBox": { + "@Size": "128839", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "128831" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cbcs_mkey_const_iv_subs.json b/data/file_features/under_consideration/cenc/video_cbcs_mkey_const_iv_subs.json new file mode 100644 index 0000000..6c1f3ae --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cbcs_mkey_const_iv_subs.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "73f3bb22382c894717f4f627c333d739", + "rel_filepath": "./video_cbcs_mkey_const_iv_subs.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_128iv.json b/data/file_features/under_consideration/cenc/video_cenc_128iv.json new file mode 100644 index 0000000..a236d28 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_128iv.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "fbd9b7a2e279c27f2f3535211e27d3d6", + "rel_filepath": "./video_cenc_128iv.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_128iv_gpac.json b/data/file_features/under_consideration/cenc/video_cenc_128iv_gpac.json new file mode 100644 index 0000000..b71eb56 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_128iv_gpac.json @@ -0,0 +1,2968 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cenc_128iv.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso4", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "iso4" + } + }, + "MovieBox": { + "@Size": "5102", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701683911", + "@ModificationTime": "3701683911", + "@TimeScale": "600", + "@Duration": "1200", + "@NextTrackID": "2" + }, + "TrackBox": { + "@Size": "4909", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TrackID": "1", + "@Duration": "1200", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "893", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TimeScale": "25000", + "@Duration": "50000", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "771", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "707", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "314", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "298", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "80", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "40", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "32", + "@Type": "tenc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1000", + "@SampleCount": "50" + } + }, + "SyncSampleBox": { + "@Size": "24", + "@Type": "stss", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SyncSampleEntry": [ + { + "@sampleNumber": "1" + }, + { + "@sampleNumber": "26" + } + ] + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "12", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "2", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "220", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "50", + "SampleSizeEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + }, + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "5130" + }, + { + "@offset": "32971" + }, + { + "@offset": "60988" + }, + { + "@offset": "100659" + }, + { + "@offset": "128432" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "78", + "@sample_count": "50" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1145" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "3916", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "50", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E039ED", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "185", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "3136" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B1F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B5C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B90", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C01", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C44", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "2480" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D41", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D97", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03DF0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03E9B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03EFB", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03FB5", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "384" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04014", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0407D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04117", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04183", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04200", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0429D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0430C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04391", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0441F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E044B8", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04532", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "592" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E045AC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "928" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0464F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "26", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E046D2", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "768" + }, + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "2528" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "9744" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1328" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "27", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04AAD", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "896" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "28", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04B51", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "29", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04BBA", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "352" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "30", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04C49", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "31", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04CAC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "32", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04D3B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "33", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04D9C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "34", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04E0B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "35", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04E81", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "36", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04EF0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "688" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "37", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04F65", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "640" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "38", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04FDD", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "39", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05047", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "976" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "40", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E050D9", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "496" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "41", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0514A", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "42", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E051E8", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "43", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05264", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "656" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "44", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E052DC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "1056" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "45", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05372", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "46", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E053E9", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "47", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0547C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "832" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "48", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05513", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "49", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05595", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1040" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "50", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05649", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A" + } + } + }, + "MediaDataBox": { + "@Size": "128839", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "128831" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_64iv.json b/data/file_features/under_consideration/cenc/video_cenc_64iv.json new file mode 100644 index 0000000..77b23db --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_64iv.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "a79cc7c1acb3aca2ea7f82f4fda8ef4f", + "rel_filepath": "./video_cenc_64iv.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_64iv_gpac.json b/data/file_features/under_consideration/cenc/video_cenc_64iv_gpac.json new file mode 100644 index 0000000..b9161e6 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_64iv_gpac.json @@ -0,0 +1,2968 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cenc_64iv.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso4", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "iso4" + } + }, + "MovieBox": { + "@Size": "4702", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701683911", + "@ModificationTime": "3701683911", + "@TimeScale": "600", + "@Duration": "1200", + "@NextTrackID": "2" + }, + "TrackBox": { + "@Size": "4509", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TrackID": "1", + "@Duration": "1200", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "893", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TimeScale": "25000", + "@Duration": "50000", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "771", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "707", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "314", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "298", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "80", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "40", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "32", + "@Type": "tenc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@IV_size": "8", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1000", + "@SampleCount": "50" + } + }, + "SyncSampleBox": { + "@Size": "24", + "@Type": "stss", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SyncSampleEntry": [ + { + "@sampleNumber": "1" + }, + { + "@sampleNumber": "26" + } + ] + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "12", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "2", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "220", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "50", + "SampleSizeEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + }, + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "4730" + }, + { + "@offset": "32571" + }, + { + "@offset": "60588" + }, + { + "@offset": "100259" + }, + { + "@offset": "128032" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "70", + "@sample_count": "50" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1145" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "3516", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "50", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "8", + "@IV": "0x0A610676CB88F302", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "185", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "3136" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "8", + "@IV": "0x0A610676CB88F303", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "8", + "@IV": "0x0A610676CB88F304", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "8", + "@IV": "0x0A610676CB88F305", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "8", + "@IV": "0x0A610676CB88F306", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "8", + "@IV": "0x0A610676CB88F307", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "2480" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "8", + "@IV": "0x0A610676CB88F308", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "8", + "@IV": "0x0A610676CB88F309", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "8", + "@IV": "0x0A610676CB88F30A", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "8", + "@IV": "0x0A610676CB88F30B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "8", + "@IV": "0x0A610676CB88F30C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "8", + "@IV": "0x0A610676CB88F30D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "384" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "8", + "@IV": "0x0A610676CB88F30E", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "8", + "@IV": "0x0A610676CB88F30F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "8", + "@IV": "0x0A610676CB88F310", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "8", + "@IV": "0x0A610676CB88F311", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "8", + "@IV": "0x0A610676CB88F312", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "8", + "@IV": "0x0A610676CB88F313", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "8", + "@IV": "0x0A610676CB88F314", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "8", + "@IV": "0x0A610676CB88F315", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "8", + "@IV": "0x0A610676CB88F316", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "8", + "@IV": "0x0A610676CB88F317", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "8", + "@IV": "0x0A610676CB88F318", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "592" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "8", + "@IV": "0x0A610676CB88F319", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "928" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "8", + "@IV": "0x0A610676CB88F31A", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "26", + "@IV_size": "8", + "@IV": "0x0A610676CB88F31B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "768" + }, + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "2528" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "9744" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1328" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "27", + "@IV_size": "8", + "@IV": "0x0A610676CB88F31C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "896" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "28", + "@IV_size": "8", + "@IV": "0x0A610676CB88F31D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "29", + "@IV_size": "8", + "@IV": "0x0A610676CB88F31E", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "352" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "30", + "@IV_size": "8", + "@IV": "0x0A610676CB88F31F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "31", + "@IV_size": "8", + "@IV": "0x0A610676CB88F320", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "32", + "@IV_size": "8", + "@IV": "0x0A610676CB88F321", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "33", + "@IV_size": "8", + "@IV": "0x0A610676CB88F322", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "34", + "@IV_size": "8", + "@IV": "0x0A610676CB88F323", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "35", + "@IV_size": "8", + "@IV": "0x0A610676CB88F324", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "36", + "@IV_size": "8", + "@IV": "0x0A610676CB88F325", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "688" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "37", + "@IV_size": "8", + "@IV": "0x0A610676CB88F326", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "640" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "38", + "@IV_size": "8", + "@IV": "0x0A610676CB88F327", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "39", + "@IV_size": "8", + "@IV": "0x0A610676CB88F328", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "976" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "40", + "@IV_size": "8", + "@IV": "0x0A610676CB88F329", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "496" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "41", + "@IV_size": "8", + "@IV": "0x0A610676CB88F32A", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "42", + "@IV_size": "8", + "@IV": "0x0A610676CB88F32B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "43", + "@IV_size": "8", + "@IV": "0x0A610676CB88F32C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "656" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "44", + "@IV_size": "8", + "@IV": "0x0A610676CB88F32D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "1056" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "45", + "@IV_size": "8", + "@IV": "0x0A610676CB88F32E", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "46", + "@IV_size": "8", + "@IV": "0x0A610676CB88F32F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "47", + "@IV_size": "8", + "@IV": "0x0A610676CB88F330", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "832" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "48", + "@IV_size": "8", + "@IV": "0x0A610676CB88F331", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "49", + "@IV_size": "8", + "@IV": "0x0A610676CB88F332", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1040" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "50", + "@IV_size": "8", + "@IV": "0x0A610676CB88F333", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A" + } + } + }, + "MediaDataBox": { + "@Size": "128839", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "128831" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_mkey_base.json b/data/file_features/under_consideration/cenc/video_cenc_mkey_base.json new file mode 100644 index 0000000..3d88dd2 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_mkey_base.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "1e302ffec2c457acf45fbb3dbe8da89a", + "rel_filepath": "./video_cenc_mkey_base.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_mkey_base_gpac.json b/data/file_features/under_consideration/cenc/video_cenc_mkey_base_gpac.json new file mode 100644 index 0000000..53d2c7c --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_mkey_base_gpac.json @@ -0,0 +1,3450 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cenc_mkey_base.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso4", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "iso4" + } + }, + "MovieBox": { + "@Size": "7401", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701683911", + "@ModificationTime": "3701683911", + "@TimeScale": "600", + "@Duration": "1200", + "@NextTrackID": "2" + }, + "TrackBox": { + "@Size": "7176", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TrackID": "1", + "@Duration": "1200", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "960", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TimeScale": "25000", + "@Duration": "50000", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "838", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "774", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "282", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "266", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "48", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "8", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf" + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1000", + "@SampleCount": "50" + } + }, + "SyncSampleBox": { + "@Size": "24", + "@Type": "stss", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SyncSampleEntry": [ + { + "@sampleNumber": "1" + }, + { + "@sampleNumber": "26" + } + ] + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "12", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "2", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "220", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "50", + "SampleSizeEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + }, + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "7429" + }, + { + "@offset": "35270" + }, + { + "@offset": "63287" + }, + { + "@offset": "102958" + }, + { + "@offset": "130731" + } + ] + }, + "SampleGroupDescriptionBox": { + "@Size": "63", + "@Type": "sgpd", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "@default_length": "39", + "CENCSampleEncryptionGroupEntry": { + "@IsEncrypted": "1", + "CENCKey": [ + { + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E" + }, + { + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + ] + } + }, + "SampleGroupBox": { + "@Size": "28", + "@Type": "sbgp", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "SampleGroupBoxEntry": { + "@sample_count": "50", + "@group_description_index": "1" + } + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "25", + "@Type": "saiz", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "122", + "@sample_count": "50", + "@aux_info_type": "0", + "@aux_info_type_parameter": "1" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1212" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "6116", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "50", + "FullBoxInfo": { + "@Version": "1", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E039ED,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E039ED]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "185", + "@NumEncryptedBytes": "16" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "3136" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "432" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A46,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AC6]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A68,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AE1]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A82,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AFB]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "16" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "416" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AB6,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B38]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AD4,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B5D]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "2480" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B18,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C16]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B44,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C40]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B6F,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C6E]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "416" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "784" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "608" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03BC8,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CC0]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "368" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03BF5,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CF3]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "368" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "672" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "1008" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "464" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C49,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D59]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "384" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C7C,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D85]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "448" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CB8,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03DB2]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "816" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "704" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D08,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03DFC]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "368" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D40,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E30]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "704" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D86,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E67]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "736" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03DD4,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03EB6]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "576" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E15,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03EE4]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "912" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E68,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03F16]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "624" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "736" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03EAB,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03F61]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "912" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03EFF,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03FA6]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "720" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03F46,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03FD9]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "592" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03F86,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04013]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "928" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "576" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03FDF,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0405D]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "528" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "416" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "26", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04021,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0409E]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "16" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "768" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "11", + "@NumEncryptedBytes": "2528" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "528" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "9744" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1328" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "27", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04144,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04356]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "624" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "896" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "28", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0418D,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E043B1]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "432" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "29", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E041C7,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E043E0]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "352" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "704" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "400" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "30", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04214,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04422]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "400" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "31", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04247,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04452]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "560" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "672" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "32", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0428E,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0449A]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "448" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "33", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E042C3,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E044C6]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "448" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "34", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E042F9,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E044FF]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "704" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "35", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0433C,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04532]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "464" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "36", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04374,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04569]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "688" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "37", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E043B8,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0459A]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "640" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "38", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E043FC,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E045CE]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "432" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "39", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04436,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E045FE]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "976" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "40", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04494,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04632]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "496" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "41", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E044CE,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04669]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "816" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "368" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "42", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0451F,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E046B6]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "43", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04567,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E046EA]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "656" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "44", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E045AB,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0471E]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "1056" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "45", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0460B,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04754]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "576" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "46", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0464D,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04789]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "1008" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "47", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E046A9,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E047C0]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "832" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "48", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04704,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E047FC]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "624" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "49", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04748,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0483A]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1040" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "50", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E047B2,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04884]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E" + }, + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF2349497D39DDBD09D0DC0626A39C7663ACF7" + } + } + }, + "MediaDataBox": { + "@Size": "128839", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "128831" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_mkey_roll.json b/data/file_features/under_consideration/cenc/video_cenc_mkey_roll.json new file mode 100644 index 0000000..9f89674 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_mkey_roll.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "1890970035c1517216de3d5763a5c702", + "rel_filepath": "./video_cenc_mkey_roll.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_mkey_roll_gpac.json b/data/file_features/under_consideration/cenc/video_cenc_mkey_roll_gpac.json new file mode 100644 index 0000000..b53612c --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_mkey_roll_gpac.json @@ -0,0 +1,3450 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cenc_mkey_roll.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso4", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "iso4" + } + }, + "MovieBox": { + "@Size": "7401", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701683911", + "@ModificationTime": "3701683911", + "@TimeScale": "600", + "@Duration": "1200", + "@NextTrackID": "2" + }, + "TrackBox": { + "@Size": "7176", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TrackID": "1", + "@Duration": "1200", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "960", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TimeScale": "25000", + "@Duration": "50000", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "838", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "774", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "282", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "266", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "48", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "8", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf" + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1000", + "@SampleCount": "50" + } + }, + "SyncSampleBox": { + "@Size": "24", + "@Type": "stss", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SyncSampleEntry": [ + { + "@sampleNumber": "1" + }, + { + "@sampleNumber": "26" + } + ] + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "12", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "2", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "220", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "50", + "SampleSizeEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + }, + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "7429" + }, + { + "@offset": "35270" + }, + { + "@offset": "63287" + }, + { + "@offset": "102958" + }, + { + "@offset": "130731" + } + ] + }, + "SampleGroupDescriptionBox": { + "@Size": "63", + "@Type": "sgpd", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "@default_length": "39", + "CENCSampleEncryptionGroupEntry": { + "@IsEncrypted": "1", + "CENCKey": [ + { + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E" + }, + { + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + ] + } + }, + "SampleGroupBox": { + "@Size": "28", + "@Type": "sbgp", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "SampleGroupBoxEntry": { + "@sample_count": "50", + "@group_description_index": "1" + } + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "25", + "@Type": "saiz", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "122", + "@sample_count": "50", + "@aux_info_type": "0", + "@aux_info_type_parameter": "1" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1212" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "6116", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "50", + "FullBoxInfo": { + "@Version": "1", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E039ED,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E039ED]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "185", + "@NumEncryptedBytes": "16" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "3136" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "432" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A3E,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03ACE]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A60,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AE9]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A7B,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B02]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "16" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "416" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AAB,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B43]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03ACC,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B65]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "2480" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B0C,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C22]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B3C,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C48]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B6C,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C71]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "416" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "784" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "608" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03BC5,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CC3]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "368" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03BF5,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CF3]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "368" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "672" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "1008" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "464" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C4E,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D54]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "384" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C84,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D7D]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "448" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CC0,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03DAA]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "816" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "704" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D14,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03DF0]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "368" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D4F,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E21]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "704" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D9B,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E52]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "736" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03DEB,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E9F]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "576" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E2F,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03ECA]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "912" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E84,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03EFA]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "624" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "736" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03EC9,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03F43]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "912" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03F20,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03F85]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "720" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03F6C,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03FB3]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "592" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03FB5,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03FE4]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "928" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "576" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0401B,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04021]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "528" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "416" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "26", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04068,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04057]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "16" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "768" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "11", + "@NumEncryptedBytes": "2528" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "528" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "9744" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1328" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "27", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04181,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04319]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "624" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "896" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "28", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E041CB,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04373]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "432" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "29", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04204,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E043A3]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "352" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "704" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "400" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "30", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04254,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E043E2]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "400" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "31", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0428D,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0440C]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "560" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "672" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "32", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E042DB,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0444D]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "448" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "33", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04313,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04476]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "448" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "34", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04353,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E044A5]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "704" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "35", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0439E,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E044D0]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "464" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "36", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E043DE,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E044FF]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "688" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "37", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04428,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0452A]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "640" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "38", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04471,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04559]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "432" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "39", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E044B1,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04583]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "976" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "40", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04514,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E045B2]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "496" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "41", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04554,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E045E3]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "816" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "368" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "42", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E045A9,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0462C]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "43", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E045F5,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0465C]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "656" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "44", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0463A,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0468F]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "1056" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "45", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0469E,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E046C1]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "576" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "46", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E046E3,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E046F3]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "1008" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "47", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04743,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04726]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "832" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "48", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E047A2,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0475E]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "624" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "49", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E047F2,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04790]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1040" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "50", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0486B,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E047CB]", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E" + }, + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF2349497D39DDBD09D0DC0626A39C7663ACF7" + } + } + }, + "MediaDataBox": { + "@Size": "128839", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "128831" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_mkey_subs.json b/data/file_features/under_consideration/cenc/video_cenc_mkey_subs.json new file mode 100644 index 0000000..a3415fd --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_mkey_subs.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "656532241806673f477ebc9b6bcc87b1", + "rel_filepath": "./video_cenc_mkey_subs.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_mkey_subs_gpac.json b/data/file_features/under_consideration/cenc/video_cenc_mkey_subs_gpac.json new file mode 100644 index 0000000..5244392 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_mkey_subs_gpac.json @@ -0,0 +1,2700 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cenc_mkey_subs.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso4", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "iso4" + } + }, + "MovieBox": { + "@Size": "6201", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701683911", + "@ModificationTime": "3701683911", + "@TimeScale": "600", + "@Duration": "1200", + "@NextTrackID": "2" + }, + "TrackBox": { + "@Size": "5976", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TrackID": "1", + "@Duration": "1200", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "960", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683911", + "@TimeScale": "25000", + "@Duration": "50000", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "838", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "774", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "282", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "266", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "48", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "8", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf" + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1000", + "@SampleCount": "50" + } + }, + "SyncSampleBox": { + "@Size": "24", + "@Type": "stss", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SyncSampleEntry": [ + { + "@sampleNumber": "1" + }, + { + "@sampleNumber": "26" + } + ] + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "12", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "2", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "220", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "50", + "SampleSizeEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + }, + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "6229" + }, + { + "@offset": "34070" + }, + { + "@offset": "62087" + }, + { + "@offset": "101758" + }, + { + "@offset": "129531" + } + ] + }, + "SampleGroupDescriptionBox": { + "@Size": "63", + "@Type": "sgpd", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "@default_length": "39", + "CENCSampleEncryptionGroupEntry": { + "@IsEncrypted": "1", + "CENCKey": [ + { + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E" + }, + { + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + ] + } + }, + "SampleGroupBox": { + "@Size": "28", + "@Type": "sbgp", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "SampleGroupBoxEntry": { + "@sample_count": "50", + "@group_description_index": "1" + } + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "25", + "@Type": "saiz", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "98", + "@sample_count": "50", + "@aux_info_type": "0", + "@aux_info_type_parameter": "1" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1212" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "4916", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "50", + "FullBoxInfo": { + "@Version": "1", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E039ED,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E039ED]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "185", + "@NumEncryptedBytes": "16" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "98", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "761", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "3178", + "@NumEncryptedBytes": "432" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E039FF,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A18]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "93", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "278", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "206", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A0B,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A2C]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "89", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "195", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "191", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A16,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A3F]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "16" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "78", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "468", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "562", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A26,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A63]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "96", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "223", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "226", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A36,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A7D]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "109", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "557", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "2517", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A4D,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AA4]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "100", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "379", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "251", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A5D,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AC4]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "92", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "360", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "375", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A6D,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AE1]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "109", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "416" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "826", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "653", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A83,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B1A]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "81", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "385", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "417", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03A93,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B3B]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "102", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "368" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "712", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "1051", + "@NumEncryptedBytes": "464" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AA7,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B74]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "96", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "419", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "334", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AB6,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B97]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "88", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "483", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "307", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AC9,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03BBD]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "102", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "868", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "757", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03ADB,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03BE3]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "92", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "468", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "413", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03AF0,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C05]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "113", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "738", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "384", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B02,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C2A]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "102", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "825", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "773", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B15,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C51]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "103", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "622", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "335", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B26,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C75]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "89", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "950", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "352", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B37,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C9A]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "114", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "677", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "777", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B47,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CBF]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "100", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "955", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "340", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B59,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CF6]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "125", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "771", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "372", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B6A,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D18]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "196", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "638", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "374", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B7C,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D3D]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "239", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "974", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "611", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03B90,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D62]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "254", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "557", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "451", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "26", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03BA5,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D88]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "16" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "339", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "768" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "2557", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "528" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "9794", + "@NumEncryptedBytes": "1328" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "27", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03BDB,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E1B]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "145", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "667", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "931", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "28", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03BEF,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E46]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "111", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "466", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "335", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "29", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C00,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E6C]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "130", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "352" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "754", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "432", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "30", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C16,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03E9B]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "104", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "442", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "299", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "31", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C2A,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03EBD]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "107", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "560" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "715", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "324", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "32", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C41,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03EF5]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "104", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "486", + "@NumEncryptedBytes": "160" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "289", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "33", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C52,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03F16]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "95", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "487", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "314", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "34", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C6B,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03F3B]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "104", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "744", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "310", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "35", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C7F,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03F5C]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "97", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "510", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "318", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "36", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03C97,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03F81]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "108", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "735", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "285", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "37", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CAA,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03FA5]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "114", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "685", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "348", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "38", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CBD,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03FCB]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "102", + "@NumEncryptedBytes": "64" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "466", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "290", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "39", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CCF,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03FF4]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "104", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "21", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "1014", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "335", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "40", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CE1,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04021]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "101", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "538", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "371", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "41", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03CF5,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04047]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "100", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "870", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "395", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "42", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D0B,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04081]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "106", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "748", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "360", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "43", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D1F,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E040A4]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "108", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "695", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "332", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "44", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D30,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E040CC]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "100", + "@NumEncryptedBytes": "112" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "1091", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "27", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "342", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "45", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D43,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E040F6]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "107", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "604", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "315", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "46", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D58,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0411F]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "108", + "@NumEncryptedBytes": "128" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "1044", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "317", + "@NumEncryptedBytes": "224" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "47", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D6C,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E04149]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "136", + "@NumEncryptedBytes": "176" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "876", + "@NumEncryptedBytes": "256" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "364", + "@NumEncryptedBytes": "320" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "48", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D84,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E0417B]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "222", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "304" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "654", + "@NumEncryptedBytes": "208" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "341", + "@NumEncryptedBytes": "240" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "49", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03D99,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E041A3]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "289", + "@NumEncryptedBytes": "192" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "17", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "1083", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "356", + "@NumEncryptedBytes": "336" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "50", + "@multiIV": "[idx:1,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E03DB2,idx:2,iv_size:16,IV:0x0A610676CB88F302D10AC8BC66E041D9]", + "@SubsampleCount": "7", + "SubSampleEncryptionEntry": [ + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "276", + "@NumEncryptedBytes": "144" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "646", + "@NumEncryptedBytes": "288" + }, + { + "@MultiKeyIndex": "1", + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@MultiKeyIndex": "2", + "@NumClearBytes": "331", + "@NumEncryptedBytes": "272" + }, + { + "@MultiKeyIndex": "0", + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7E" + }, + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF2349497D39DDBD09D0DC0626A39C7663ACF7" + } + } + }, + "MediaDataBox": { + "@Size": "128839", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "128831" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_roll.json b/data/file_features/under_consideration/cenc/video_cenc_roll.json new file mode 100644 index 0000000..4ac7dbc --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_roll.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "ba79da162cd815aaf67fdeb1c859c196", + "rel_filepath": "./video_cenc_roll.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_roll_frag1s.json b/data/file_features/under_consideration/cenc/video_cenc_roll_frag1s.json new file mode 100644 index 0000000..55085d5 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_roll_frag1s.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "242a90729120461b0749334282d98110", + "rel_filepath": "./video_cenc_roll_frag1s.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_roll_frag1s_gpac.json b/data/file_features/under_consideration/cenc/video_cenc_roll_frag1s_gpac.json new file mode 100644 index 0000000..39cd50d --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_roll_frag1s_gpac.json @@ -0,0 +1,3250 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cenc_roll_frag1s.mp4", + "FileTypeBox": { + "@Size": "32", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso6", + "@MinorVersion": "1", + "BrandEntry": [ + { + "@AlternateBrand": "iso6" + }, + { + "@AlternateBrand": "dsms" + }, + { + "@AlternateBrand": "msix" + }, + { + "@AlternateBrand": "dash" + } + ] + }, + "FreeSpaceBox": [ + { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + }, + { + "@Size": "40", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "32" + } + ], + "MovieBox": { + "@Size": "1001", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701684221", + "@ModificationTime": "3701684221", + "@TimeScale": "600", + "@Duration": "0", + "@NextTrackID": "2" + }, + "MovieExtendsBox": { + "@Size": "56", + "@Type": "mvex", + "@Specification": "p12", + "@Container": "moov", + "MovieExtendsHeaderBox": { + "@Size": "16", + "@Type": "mehd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mvex", + "@fragmentDuration": "1200" + }, + "TrackExtendsBox": { + "@Size": "32", + "@Type": "trex", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mvex", + "@TrackID": "1", + "@SampleDescriptionIndex": "1", + "@SampleDuration": "1000", + "@SampleSize": "0", + "DefaultSampleFlags": { + "@IsLeading": "0", + "@SampleDependsOn": "0", + "@SampleIsDependedOn": "0", + "@SampleHasRedundancy": "0", + "@SamplePadding": "0", + "@SampleSync": "0", + "@SampleDegradationPriority": "0" + } + } + }, + "TrackBox": { + "@Size": "720", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701684221", + "@TrackID": "1", + "@Duration": "0", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "620", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701684221", + "@TimeScale": "25000", + "@Duration": "0", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "498", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "434", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "314", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "298", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "80", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "40", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "32", + "@Type": "tenc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "16", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "0" + }, + "SampleToChunkBox": { + "@Size": "16", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "0" + }, + "SampleSizeBox": { + "@Size": "20", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "0" + }, + "ChunkOffsetBox": { + "@Size": "16", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "0" + }, + "SampleGroupDescriptionBox": { + "@Size": "44", + "@Type": "sgpd", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "@default_length": "20", + "CENCSampleEncryptionGroupEntry": { + "@IsEncrypted": "1", + "@IV_size": "16", + "@KID": "0x597669572E55547E656B56586E2F6F68" + } + } + } + } + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + { + "@KID": "0x597669572E55547E656B56586E2F6F68" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A656019AA8C0BB58201279782652FA1F4" + } + } + }, + "SegmentIndexBox": { + "@Size": "56", + "@Type": "sidx", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "file", + "@reference_ID": "1", + "@timescale": "25000", + "@earliest_presentation_time": "0", + "@first_offset": "0", + "Reference": [ + { + "@type": "0", + "@size": "60400", + "@duration": "25000", + "@startsWithSAP": "1", + "@SAP_type": "1", + "@SAPDeltaTime": "0" + }, + { + "@type": "0", + "@size": "72949", + "@duration": "25000", + "@startsWithSAP": "1", + "@SAP_type": "1", + "@SAPDeltaTime": "0" + } + ] + }, + "MovieFragmentBox": [ + { + "@Size": "2247", + "@Type": "moof", + "@Specification": "p12", + "@Container": "file", + "@TrackFragments": "1", + "MovieFragmentHeaderBox": { + "@Size": "16", + "@Type": "mfhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moof", + "@FragmentSequenceNumber": "1" + }, + "TrackFragmentBox": { + "@Size": "2223", + "@Type": "traf", + "@Specification": "p12", + "@Container": "moof", + "TrackFragmentHeaderBox": { + "@Size": "16", + "@Type": "tfhd", + "@Version": "0", + "@Flags": "131072", + "@Specification": "p12", + "@Container": "traf", + "@TrackID": "1", + "@BaseDataOffset": "moof" + }, + "TrackFragmentBaseMediaDecodeTimeBox": { + "@Size": "16", + "@Type": "tfdt", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "traf", + "@baseMediaDecodeTime": "0" + }, + "SampleGroupBox": { + "@Size": "52", + "@Type": "sbgp", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "SampleGroupBoxEntry": [ + { + "@sample_count": "7", + "@group_description_index": "0" + }, + { + "@sample_count": "7", + "@group_description_index": "1" + }, + { + "@sample_count": "7", + "@group_description_index": "0" + }, + { + "@sample_count": "4", + "@group_description_index": "1" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "78", + "@sample_count": "25" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "173" + } + }, + "SampleEncryptionBox": { + "@Size": "1966", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "25", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E039ED", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "185", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "3136" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B1F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B5C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B90", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C01", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C44", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "2480" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D41", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D97", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03DF0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03E9B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03EFB", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03FB5", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "384" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04014", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0407D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04117", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04183", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04200", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0429D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0430C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04391", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0441F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E044B8", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04532", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "592" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E045AC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "928" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0464F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + }, + "TrackRunBox": { + "@Size": "124", + "@Type": "trun", + "@Version": "0", + "@Flags": "517", + "@Specification": "p12", + "@Container": "traf", + "@SampleCount": "25", + "@DataOffset": "2255", + "FirstSampleFlags": { + "@IsLeading": "0", + "@SampleDependsOn": "0", + "@SampleIsDependedOn": "0", + "@SampleHasRedundancy": "0", + "@SamplePadding": "0", + "@SampleSync": "1", + "@SampleDegradationPriority": "0" + }, + "TrackRunEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + } + ] + } + } + }, + { + "@Size": "2255", + "@Type": "moof", + "@Specification": "p12", + "@Container": "file", + "@TrackFragments": "1", + "MovieFragmentHeaderBox": { + "@Size": "16", + "@Type": "mfhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moof", + "@FragmentSequenceNumber": "2" + }, + "TrackFragmentBox": { + "@Size": "2231", + "@Type": "traf", + "@Specification": "p12", + "@Container": "moof", + "TrackFragmentHeaderBox": { + "@Size": "16", + "@Type": "tfhd", + "@Version": "0", + "@Flags": "131072", + "@Specification": "p12", + "@Container": "traf", + "@TrackID": "1", + "@BaseDataOffset": "moof" + }, + "TrackFragmentBaseMediaDecodeTimeBox": { + "@Size": "16", + "@Type": "tfdt", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "traf", + "@baseMediaDecodeTime": "25000" + }, + "SampleGroupBox": { + "@Size": "60", + "@Type": "sbgp", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "SampleGroupBoxEntry": [ + { + "@sample_count": "3", + "@group_description_index": "1" + }, + { + "@sample_count": "7", + "@group_description_index": "0" + }, + { + "@sample_count": "7", + "@group_description_index": "1" + }, + { + "@sample_count": "7", + "@group_description_index": "0" + }, + { + "@sample_count": "1", + "@group_description_index": "1" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "78", + "@sample_count": "25" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "181" + } + }, + "SampleEncryptionBox": { + "@Size": "1966", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "25", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E046D2", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "768" + }, + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "2528" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "9744" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1328" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04AAD", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "896" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04B51", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04BBA", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "352" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04C49", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04CAC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04D3B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04D9C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04E0B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04E81", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04EF0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "688" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04F65", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "640" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04FDD", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05047", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "976" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E050D9", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "496" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0514A", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E051E8", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05264", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "656" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E052DC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "1056" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05372", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E053E9", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0547C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "832" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05513", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05595", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1040" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05649", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + }, + "TrackRunBox": { + "@Size": "124", + "@Type": "trun", + "@Version": "0", + "@Flags": "517", + "@Specification": "p12", + "@Container": "traf", + "@SampleCount": "25", + "@DataOffset": "2263", + "FirstSampleFlags": { + "@IsLeading": "0", + "@SampleDependsOn": "0", + "@SampleIsDependedOn": "0", + "@SampleHasRedundancy": "0", + "@SamplePadding": "0", + "@SampleSync": "1", + "@SampleDegradationPriority": "0" + }, + "TrackRunEntry": [ + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + } + } + } + ], + "MediaDataBox": [ + { + "@Size": "58153", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "58145" + }, + { + "@Size": "70694", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "70686" + } + ] + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cenc_roll_gpac.json b/data/file_features/under_consideration/cenc/video_cenc_roll_gpac.json new file mode 100644 index 0000000..e0ec921 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cenc_roll_gpac.json @@ -0,0 +1,3031 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cenc_roll.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso4", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "iso4" + } + }, + "MovieBox": { + "@Size": "5262", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701683912", + "@ModificationTime": "3701683912", + "@TimeScale": "600", + "@Duration": "1200", + "@NextTrackID": "2" + }, + "TrackBox": { + "@Size": "5037", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683912", + "@TrackID": "1", + "@Duration": "1200", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "1021", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683912", + "@TimeScale": "25000", + "@Duration": "50000", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "899", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "835", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "314", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "298", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "80", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cenc", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "40", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "32", + "@Type": "tenc", + "@Version": "0", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1000", + "@SampleCount": "50" + } + }, + "SyncSampleBox": { + "@Size": "24", + "@Type": "stss", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SyncSampleEntry": [ + { + "@sampleNumber": "1" + }, + { + "@sampleNumber": "26" + } + ] + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "12", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "2", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "220", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "50", + "SampleSizeEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + }, + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "5290" + }, + { + "@offset": "33131" + }, + { + "@offset": "61148" + }, + { + "@offset": "100819" + }, + { + "@offset": "128592" + } + ] + }, + "SampleGroupDescriptionBox": { + "@Size": "44", + "@Type": "sgpd", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "@default_length": "20", + "CENCSampleEncryptionGroupEntry": { + "@IsEncrypted": "1", + "@IV_size": "16", + "@KID": "0x597669572E55547E656B56586E2F6F68" + } + }, + "SampleGroupBox": { + "@Size": "84", + "@Type": "sbgp", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@grouping_type": "seig", + "SampleGroupBoxEntry": [ + { + "@sample_count": "7", + "@group_description_index": "0" + }, + { + "@sample_count": "7", + "@group_description_index": "1" + }, + { + "@sample_count": "7", + "@group_description_index": "0" + }, + { + "@sample_count": "7", + "@group_description_index": "1" + }, + { + "@sample_count": "7", + "@group_description_index": "0" + }, + { + "@sample_count": "7", + "@group_description_index": "1" + }, + { + "@sample_count": "7", + "@group_description_index": "0" + }, + { + "@sample_count": "1", + "@group_description_index": "1" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "78", + "@sample_count": "50" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1273" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "3916", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "50", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E039ED", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "185", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "3136" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B1F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B5C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B90", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C01", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C44", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "2480" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D41", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D97", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03DF0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03E9B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03EFB", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03FB5", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "384" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04014", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0407D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04117", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04183", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04200", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0429D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0430C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04391", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0441F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E044B8", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04532", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "592" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E045AC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "928" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0464F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "26", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E046D2", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "768" + }, + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "2528" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "9744" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1328" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "27", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04AAD", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "896" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "28", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04B51", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "29", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04BBA", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "352" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "30", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04C49", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "31", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04CAC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "32", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04D3B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "33", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04D9C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "34", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04E0B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "35", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04E81", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "36", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04EF0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "688" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "37", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04F65", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "640" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "38", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04FDD", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "39", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05047", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "976" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "40", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E050D9", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "496" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "41", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0514A", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "42", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E051E8", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "43", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05264", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "656" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "44", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E052DC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "1056" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "45", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05372", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "46", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E053E9", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "47", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0547C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "832" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "48", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05513", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "49", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05595", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1040" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "50", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05649", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "109", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": [ + { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + { + "@KID": "0x597669572E55547E656B56586E2F6F68" + } + ], + "PSSHData": { + "@size": "41", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A656019AA8C0BB58201279782652FA1F4" + } + } + }, + "MediaDataBox": { + "@Size": "128839", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "128831" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cens_128iv.json b/data/file_features/under_consideration/cenc/video_cens_128iv.json new file mode 100644 index 0000000..c06cee8 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cens_128iv.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "00808e78c1cdbcbeb379f610bddc2b4e", + "rel_filepath": "./video_cens_128iv.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cens_128iv_gpac.json b/data/file_features/under_consideration/cenc/video_cens_128iv_gpac.json new file mode 100644 index 0000000..5c98ac2 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cens_128iv_gpac.json @@ -0,0 +1,2970 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cens_128iv.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso4", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "iso4" + } + }, + "MovieBox": { + "@Size": "5102", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701683912", + "@ModificationTime": "3701683912", + "@TimeScale": "600", + "@Duration": "1200", + "@NextTrackID": "2" + }, + "TrackBox": { + "@Size": "4909", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683912", + "@TrackID": "1", + "@Duration": "1200", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "893", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683912", + "@TimeScale": "25000", + "@Duration": "50000", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "771", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "707", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "314", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "298", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "80", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cens", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "40", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "32", + "@Type": "tenc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@IV_size": "16", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@crypt_byte_block": "10", + "@skip_byte_block": "1" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1000", + "@SampleCount": "50" + } + }, + "SyncSampleBox": { + "@Size": "24", + "@Type": "stss", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SyncSampleEntry": [ + { + "@sampleNumber": "1" + }, + { + "@sampleNumber": "26" + } + ] + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "12", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "2", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "220", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "50", + "SampleSizeEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + }, + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "5130" + }, + { + "@offset": "32971" + }, + { + "@offset": "60988" + }, + { + "@offset": "100659" + }, + { + "@offset": "128432" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "78", + "@sample_count": "50" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1145" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "3916", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "50", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E039ED", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "185", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "3136" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B06", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B41", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03B75", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03BE1", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03C21", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "2480" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D0B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03D5D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03DB2", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03E51", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03EAC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03F59", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "384" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E03FB3", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04017", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E040A6", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0410B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04180", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04212", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0427B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E042F8", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0437D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0440B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0447E", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "592" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E044F1", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "928" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04588", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "26", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04601", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "768" + }, + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "2528" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "9744" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1328" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "27", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04986", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "896" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "28", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04A1E", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "29", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04A82", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "352" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "30", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04B07", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "31", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04B64", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "32", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04BEA", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "33", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04C46", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "34", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04CAF", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "35", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04D1D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "36", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04D86", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "688" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "37", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04DF4", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "640" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "38", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04E65", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "39", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04EC9", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "976" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "40", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04F52", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "496" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "41", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E04FBD", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "42", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05050", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "43", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E050C4", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "656" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "44", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05136", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "1056" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "45", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E051C2", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "46", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E05232", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "47", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E052BC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "832" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "48", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0534A", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "49", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E053C4", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1040" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "50", + "@IV_size": "16", + "@IV": "0x0A610676CB88F302D10AC8BC66E0546D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A" + } + } + }, + "MediaDataBox": { + "@Size": "128839", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "128831" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +} diff --git a/data/file_features/under_consideration/cenc/video_cens_64iv.json b/data/file_features/under_consideration/cenc/video_cens_64iv.json new file mode 100644 index 0000000..be71696 --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cens_64iv.json @@ -0,0 +1,14 @@ +{ + "contributor": "Telecom Paris", + "description": "", + "mdms_number": "m56755", + "license": "", + "md5": "0381e95b286f26ba428cb848c0eb150c", + "rel_filepath": "./video_cens_64iv.mp4", + "version": 1, + "published": false, + "associated_files": [], + "features": [], + "notes": "", + "conforms_to": [] +} diff --git a/data/file_features/under_consideration/cenc/video_cens_64iv_gpac.json b/data/file_features/under_consideration/cenc/video_cens_64iv_gpac.json new file mode 100644 index 0000000..36e0b1a --- /dev/null +++ b/data/file_features/under_consideration/cenc/video_cens_64iv_gpac.json @@ -0,0 +1,2970 @@ +{ + "IsoMediaFile": { + "@xmlns": "urn:mpeg:isobmff:schema:file:2016", + "@Name": "video_cens_64iv.mp4", + "FileTypeBox": { + "@Size": "20", + "@Type": "ftyp", + "@Specification": "p12", + "@Container": "file otyp", + "@MajorBrand": "iso4", + "@MinorVersion": "1", + "BrandEntry": { + "@AlternateBrand": "iso4" + } + }, + "MovieBox": { + "@Size": "4702", + "@Type": "moov", + "@Specification": "p12", + "@Container": "file cmvd", + "MovieHeaderBox": { + "@Size": "108", + "@Type": "mvhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "moov", + "@CreationTime": "3701683912", + "@ModificationTime": "3701683912", + "@TimeScale": "600", + "@Duration": "1200", + "@NextTrackID": "2" + }, + "TrackBox": { + "@Size": "4509", + "@Type": "trak", + "@Specification": "p12", + "@Container": "moov", + "TrackHeaderBox": { + "@Size": "92", + "@Type": "tkhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "trak", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683912", + "@TrackID": "1", + "@Duration": "1200", + "@Width": "1280.00", + "@Height": "720.00", + "Matrix": { + "@m11": "0x00010000", + "@m12": "0x00000000", + "@m13": "0x00000000", + "@m21": "0x00000000", + "@m22": "0x00010000", + "@m23": "0x00000000", + "@m31": "0x00000000", + "@m32": "0x00000000", + "@m33": "0x40000000" + } + }, + "MediaBox": { + "@Size": "893", + "@Type": "mdia", + "@Specification": "p12", + "@Container": "trak", + "MediaHeaderBox": { + "@Size": "32", + "@Type": "mdhd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia", + "@CreationTime": "3701666790", + "@ModificationTime": "3701683912", + "@TimeScale": "25000", + "@Duration": "50000", + "@LanguageCode": "und" + }, + "HandlerBox": { + "@Size": "82", + "@Type": "hdlr", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "mdia meta minf", + "@hdlrType": "vide", + "@Name": "hevc:dur=2@GPAC1.1.0-DEV-rev736-gd1e971268-master", + "@reserved1": "0", + "@reserved2": "data:application/octet-string,000000000000000000000000" + }, + "MediaInformationBox": { + "@Size": "771", + "@Type": "minf", + "@Specification": "p12", + "@Container": "mdia", + "VideoMediaHeaderBox": { + "@Size": "20", + "@Type": "vmhd", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "minf" + }, + "DataInformationBox": { + "@Size": "36", + "@Type": "dinf", + "@Specification": "p12", + "@Container": "minf meta", + "DataReferenceBox": { + "@Size": "28", + "@Type": "dref", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "dinf", + "URLDataEntryBox": { + "@Size": "12", + "@Type": "url ", + "@Version": "0", + "@Flags": "1", + "@Specification": "p12", + "@Container": "dref" + } + } + }, + "SampleTableBox": { + "@Size": "707", + "@Type": "stbl", + "@Specification": "p12", + "@Container": "minf", + "SampleDescriptionBox": { + "@Size": "314", + "@Type": "stsd", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "MPEGVisualSampleDescriptionBox": { + "@Size": "298", + "@Type": "encv", + "@Specification": "p12", + "@Container": "stsd", + "@DataReferenceIndex": "1", + "@Width": "1280", + "@Height": "720", + "@XDPI": "4718592", + "@YDPI": "4718592", + "@BitDepth": "24", + "HEVCConfigurationBox": { + "@Size": "112", + "@Type": "hvcC", + "@Specification": "p15", + "@Container": "hvc1 hev1 hvc2 hev2 encv resv ipco dvh1 dvhe", + "HEVCDecoderConfigurationRecord": { + "@nal_unit_size": "4", + "@configurationVersion": "1", + "@profile_space": "0", + "@tier_flag": "0", + "@profile_idc": "1", + "@general_profile_compatibility_flags": "60000000", + "@progressive_source_flag": "1", + "@interlaced_source_flag": "0", + "@non_packed_constraint_flag": "0", + "@frame_only_constraint_flag": "0", + "@constraint_indicator_flags": "0", + "@level_idc": "186", + "@min_spatial_segmentation_idc": "0", + "@parallelismType": "2", + "@chroma_format": "YUV 4:2:0", + "@luma_bit_depth": "8", + "@chroma_bit_depth": "8", + "@avgFrameRate": "0", + "@constantFrameRate": "0", + "@numTemporalLayers": "2", + "@temporalIdNested": "0", + "ParameterSetArray": [ + { + "@nalu_type": "32", + "@complete_set": "1", + "ParameterSet": { + "@size": "25", + "@content": "data:application/octet-string,40010C02FFFF0160000003008000000300000300BA00002C09" + } + }, + { + "@nalu_type": "33", + "@complete_set": "1", + "ParameterSet": { + "@size": "32", + "@content": "data:application/octet-string,4201020160000003008000000300000300BA0000A00280802D1684E491CA2002" + } + }, + { + "@nalu_type": "34", + "@complete_set": "1", + "ParameterSet": { + "@size": "9", + "@content": "data:application/octet-string,4401C1624F09B93240" + } + } + ] + } + }, + "BitRateBox": { + "@Size": "20", + "@Type": "btrt", + "@Specification": "p12", + "@Container": "sample_entry", + "@BufferSizeDB": "15991", + "@avgBitRate": "515320", + "@maxBitRate": "615752" + }, + "ProtectionSchemeInfoBox": { + "@Size": "80", + "@Type": "sinf", + "@Specification": "p12", + "@Container": "ipro sample_entry", + "OriginalFormatBox": { + "@Size": "12", + "@Type": "frma", + "@Specification": "p12", + "@Container": "sinf rinf", + "@data_format": "hvc1" + }, + "SchemeTypeBox": { + "@Size": "20", + "@Type": "schm", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "sinf rinf", + "@scheme_type": "cens", + "@scheme_version": "65536" + }, + "SchemeInformationBox": { + "@Size": "40", + "@Type": "schi", + "@Specification": "p12", + "@Container": "sinf rinf", + "TrackEncryptionBox": { + "@Size": "32", + "@Type": "tenc", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "schi", + "@isEncrypted": "1", + "@IV_size": "8", + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F", + "@crypt_byte_block": "10", + "@skip_byte_block": "1" + } + } + } + } + }, + "TimeToSampleBox": { + "@Size": "24", + "@Type": "stts", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "1", + "TimeToSampleEntry": { + "@SampleDelta": "1000", + "@SampleCount": "50" + } + }, + "SyncSampleBox": { + "@Size": "24", + "@Type": "stss", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SyncSampleEntry": [ + { + "@sampleNumber": "1" + }, + { + "@sampleNumber": "26" + } + ] + }, + "SampleToChunkBox": { + "@Size": "40", + "@Type": "stsc", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "2", + "SampleToChunkEntry": [ + { + "@FirstChunk": "1", + "@SamplesPerChunk": "12", + "@SampleDescriptionIndex": "1" + }, + { + "@FirstChunk": "5", + "@SamplesPerChunk": "2", + "@SampleDescriptionIndex": "1" + } + ] + }, + "SampleSizeBox": { + "@Size": "220", + "@Type": "stsz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@SampleCount": "50", + "SampleSizeEntry": [ + { + "@Size": "5252" + }, + { + "@Size": "1165" + }, + { + "@Size": "1038" + }, + { + "@Size": "2023" + }, + { + "@Size": "1305" + }, + { + "@Size": "4254" + }, + { + "@Size": "1584" + }, + { + "@Size": "1632" + }, + { + "@Size": "2925" + }, + { + "@Size": "1743" + }, + { + "@Size": "3189" + }, + { + "@Size": "1731" + }, + { + "@Size": "1868" + }, + { + "@Size": "2696" + }, + { + "@Size": "1928" + }, + { + "@Size": "2200" + }, + { + "@Size": "2711" + }, + { + "@Size": "1989" + }, + { + "@Size": "2333" + }, + { + "@Size": "2492" + }, + { + "@Size": "2640" + }, + { + "@Size": "2177" + }, + { + "@Size": "2169" + }, + { + "@Size": "2814" + }, + { + "@Size": "2287" + }, + { + "@Size": "15991" + }, + { + "@Size": "2833" + }, + { + "@Size": "1876" + }, + { + "@Size": "2498" + }, + { + "@Size": "1802" + }, + { + "@Size": "2492" + }, + { + "@Size": "1756" + }, + { + "@Size": "1970" + }, + { + "@Size": "2090" + }, + { + "@Size": "1980" + }, + { + "@Size": "2096" + }, + { + "@Size": "2150" + }, + { + "@Size": "1877" + }, + { + "@Size": "2552" + }, + { + "@Size": "2014" + }, + { + "@Size": "2715" + }, + { + "@Size": "2184" + }, + { + "@Size": "2127" + }, + { + "@Size": "2589" + }, + { + "@Size": "2101" + }, + { + "@Size": "2546" + }, + { + "@Size": "2646" + }, + { + "@Size": "2272" + }, + { + "@Size": "3067" + }, + { + "@Size": "2462" + } + ] + }, + "ChunkOffsetBox": { + "@Size": "36", + "@Type": "stco", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl", + "@EntryCount": "5", + "ChunkEntry": [ + { + "@offset": "4730" + }, + { + "@offset": "32571" + }, + { + "@offset": "60588" + }, + { + "@offset": "100259" + }, + { + "@offset": "128032" + } + ] + }, + "SampleAuxiliaryInfoSizeBox": { + "@Size": "17", + "@Type": "saiz", + "@Version": "0", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@default_sample_info_size": "70", + "@sample_count": "50" + }, + "SampleAuxiliaryInfoOffsetBox": { + "@Size": "24", + "@Type": "saio", + "@Version": "1", + "@Flags": "0", + "@Specification": "p12", + "@Container": "stbl traf", + "@entry_count": "1", + "SAIChunkOffset": { + "@offset": "1145" + } + } + } + } + }, + "SampleEncryptionBox": { + "@Size": "3516", + "@Type": "senc", + "@Specification": "cenc", + "@Container": "trak traf", + "@sampleCount": "50", + "FullBoxInfo": { + "@Version": "0", + "@Flags": "0x2" + }, + "SampleEncryptionEntry": [ + { + "@sampleNumber": "1", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039ED", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "185", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "3136" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "2", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039EE", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "3", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039EF", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "4", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039F0", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "5", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039F1", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "6", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039F2", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "512" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "2480" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "7", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039F3", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "8", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039F4", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "9", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039F5", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "10", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039F6", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "11", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039F7", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "12", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039F8", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "384" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "13", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039F9", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "14", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039FA", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "15", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039FB", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "16", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039FC", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "17", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039FD", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "784" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "18", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039FE", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "19", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E039FF", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "48" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "20", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A00", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "736" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "21", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A01", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "912" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "22", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A02", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "23", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A03", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "592" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "24", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A04", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "928" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "25", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A05", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "416" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "26", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A06", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "16" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "768" + }, + { + "@NumClearBytes": "11", + "@NumEncryptedBytes": "2528" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "528" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "9744" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1328" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "27", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A07", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "896" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "28", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A08", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "29", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A09", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "352" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "30", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A0A", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "400" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "31", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A0B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "560" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "672" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "32", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A0C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "160" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "33", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A0D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "448" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "34", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A0E", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "704" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "35", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A0F", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "464" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "36", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A10", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "688" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "37", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A11", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "640" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "38", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A12", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "432" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "39", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A13", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "976" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "40", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A14", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "496" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "41", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A15", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "816" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "368" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "42", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A16", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "720" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "43", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A17", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "24", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "656" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "44", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A18", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "112" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "1056" + }, + { + "@NumClearBytes": "21", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "45", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A19", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "576" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "46", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A1A", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "64" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "128" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "1008" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "15", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "14", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "47", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A1B", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "80" + }, + { + "@NumClearBytes": "28", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "832" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "48", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A1C", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "176" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "624" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "208" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "304" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "240" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "49", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A1D", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "256" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "192" + }, + { + "@NumClearBytes": "17", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "1040" + }, + { + "@NumClearBytes": "18", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "16", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "13", + "@NumEncryptedBytes": "320" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "336" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + }, + { + "@sampleNumber": "50", + "@IV_size": "8", + "@IV": "0xD10AC8BC66E03A1E", + "@SubsampleCount": "10", + "SubSampleEncryptionEntry": [ + { + "@NumClearBytes": "19", + "@NumEncryptedBytes": "32" + }, + { + "@NumClearBytes": "25", + "@NumEncryptedBytes": "224" + }, + { + "@NumClearBytes": "27", + "@NumEncryptedBytes": "144" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "12", + "@NumEncryptedBytes": "608" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "26", + "@NumEncryptedBytes": "96" + }, + { + "@NumClearBytes": "20", + "@NumEncryptedBytes": "288" + }, + { + "@NumClearBytes": "23", + "@NumEncryptedBytes": "272" + }, + { + "@NumClearBytes": "22", + "@NumEncryptedBytes": "0" + } + ] + } + ] + } + }, + "ProtectionSystemHeaderBox": { + "@Size": "77", + "@Type": "pssh", + "@Version": "1", + "@Flags": "0", + "@Specification": "cenc", + "@Container": "moov moof meta", + "@SystemID": "0x6770616363656E6364726D746F6F6C31", + "PSSHKey": { + "@KID": "0x279926496A7F5D25DA69F2B3B2799A7F" + }, + "PSSHData": { + "@size": "25", + "@value": "0x084349443D47504143C30AF91588CC23DD89D9AAC629FF234A" + } + } + }, + "MediaDataBox": { + "@Size": "128839", + "@Type": "mdat", + "@Specification": "p12", + "@Container": "file", + "@dataSize": "128831" + }, + "FreeSpaceBox": { + "@Size": "76", + "@Type": "free", + "@Specification": "p12", + "@Container": "*", + "@dataSize": "68" + } + }, + "mp4boxVersion": "MP4Box - GPAC version 2.3-DEV-rev526-gef57f603-master" +}