OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 bear-320x240.webm - WebM encode of bear.1280x720.mp4 resized to 320x240. | 5 bear-320x240.webm - WebM encode of bear.1280x720.mp4 resized to 320x240. |
6 bear-320x240-video-only.webm - The video track of bear-320x240.webm. | 6 bear-320x240-video-only.webm - The video track of bear-320x240.webm. |
7 bear-320x240-audio-only.webm - The audio track of bear-320x240.webm. | 7 bear-320x240-audio-only.webm - The audio track of bear-320x240.webm. |
8 bear-vp9.webm - VP9 video only WebM file. | 8 bear-vp9.webm - VP9 video only WebM file. |
9 bear-vp9-opus.webm - VP9 Video with Opus Audio. | 9 bear-vp9-opus.webm - VP9 Video with Opus Audio. |
10 bear-vp8-webvtt.webm - WebM VP8 video with WebVTT subtitle track. | 10 bear-vp8-webvtt.webm - WebM VP8 video with WebVTT subtitle track. |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 bear-320x240-opus-av_enc-av.webm - bear-vp9-opus.webm with audio & video encrypt
ed using key ID [1] and key[2]. | 74 bear-320x240-opus-av_enc-av.webm - bear-vp9-opus.webm with audio & video encrypt
ed using key ID [1] and key[2]. |
75 bear-320x240-opus-av_enc-v.webm - bear-vp9-opus.webm with video track encrypted
using key ID [1] and key[2]. | 75 bear-320x240-opus-av_enc-v.webm - bear-vp9-opus.webm with video track encrypted
using key ID [1] and key[2]. |
76 bear-640x360-a_frag-cenc.mp4 - A fragmented MP4 version of the audio track of be
ar-640x360.mp4 encrypted (ISO CENC) using key ID [1] and key [2]. | 76 bear-640x360-a_frag-cenc.mp4 - A fragmented MP4 version of the audio track of be
ar-640x360.mp4 encrypted (ISO CENC) using key ID [1] and key [2]. |
77 bear-640x360-a_frag-cenc-key_rotation.mp4 - A fragmented MP4 version of the audi
o track of bear-640x360.mp4 encrypted (ISO CENC) using key ID [1] and key [2] wi
th key rotation [3]. | 77 bear-640x360-a_frag-cenc-key_rotation.mp4 - A fragmented MP4 version of the audi
o track of bear-640x360.mp4 encrypted (ISO CENC) using key ID [1] and key [2] wi
th key rotation [3]. |
78 bear-640x360-v_frag-cenc.mp4 - A fragmented MP4 version of the video track of be
ar-640x360.mp4 encrypted (ISO CENC) using key ID [1] and key [2] and with sampl
e encryption auxiliary information in the beginning of mdat box. | 78 bear-640x360-v_frag-cenc.mp4 - A fragmented MP4 version of the video track of be
ar-640x360.mp4 encrypted (ISO CENC) using key ID [1] and key [2] and with sampl
e encryption auxiliary information in the beginning of mdat box. |
79 bear-640x360-v_frag-cenc-senc.mp4 - Same as above, but with sample encryption in
formation stored in SampleEncryption ('senc') box. | 79 bear-640x360-v_frag-cenc-senc.mp4 - Same as above, but with sample encryption in
formation stored in SampleEncryption ('senc') box. |
80 bear-640x360-v_frag-cenc-key_rotation.mp4 - A fragmented MP4 version of the vide
o track of bear-640x360.mp4 encrypted (ISO CENC) using key ID [1] and key [2] wi
th key rotation [3]. | 80 bear-640x360-v_frag-cenc-key_rotation.mp4 - A fragmented MP4 version of the vide
o track of bear-640x360.mp4 encrypted (ISO CENC) using key ID [1] and key [2] wi
th key rotation [3]. |
81 bear-a_enc-a.webm - bear-320x240-audio-only.webm encrypted using key ID [1] and
key [2]. | 81 bear-a_enc-a.webm - bear-320x240-audio-only.webm encrypted using key ID [1] and
key [2]. |
82 frame_size_change-av_enc-v.webm - third_party/WebKit/LayoutTests/media/resources
/frame_size_change.webm encrypted using key ID [1] and key [2]. | 82 frame_size_change-av_enc-v.webm - third_party/WebKit/LayoutTests/media/resources
/frame_size_change.webm encrypted using key ID [1] and key [2]. |
83 | 83 |
| 84 bear-1280x720-hls.ts: produced using Apple's mediafilesegmenter tool with bear-1
280x720.ts as input, with no encryption. |
| 85 mediafilesegmenter -t 10 -start-segments-with-iframe -f 'output_clear/' bear-1
280x720.ts |
| 86 |
| 87 bear-1280x720-hls-sample-aes.ts: produced using Apple's mediafilesegmenter tool
also with bear-1280x720.ts as input, but with SAMPLE_AES encryption. |
| 88 (Additional TS packets were constructed manually and prepended to convey the e
ncryption metadata, notably key id and IV). |
| 89 mediafilesegmenter -S -P -k 'key_iv.bin' -t 10 -start-segments-with-iframe -f
'output/' bear-1280x720.ts |
84 | 90 |
85 [1] 30313233343536373839303132333435 | 91 [1] 30313233343536373839303132333435 |
86 [2] ebdd62f16814d27b68ef122afce4ae3c | 92 [2] ebdd62f16814d27b68ef122afce4ae3c |
87 [3] KeyIds and Keys are created by left rotating key ID [1] and key [2] using | 93 [3] KeyIds and Keys are created by left rotating key ID [1] and key [2] using |
88 std::rotate for every new crypto period. This is only for testing. The | 94 std::rotate for every new crypto period. This is only for testing. The |
89 actual key rotation algorithm is often much more complicated. | 95 actual key rotation algorithm is often much more complicated. |
90 | 96 |
91 // Container Tests (additional containers derived from bear.ogv) | 97 // Container Tests (additional containers derived from bear.ogv) |
92 bear.ac3 -- created using "avconv -i bear.ogv -f ac3 -b 192k bear.ac3". | 98 bear.ac3 -- created using "avconv -i bear.ogv -f ac3 -b 192k bear.ac3". |
93 bear.adts -- created using "avconv -i bear.ogv -f adts -strict experimental be
ar.adts". | 99 bear.adts -- created using "avconv -i bear.ogv -f adts -strict experimental be
ar.adts". |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 present. | 216 present. |
211 | 217 |
212 // MP4 files with AC3 and EAC3 audio | 218 // MP4 files with AC3 and EAC3 audio |
213 media/test/data/bear-ac3-only-frag.mp4 | 219 media/test/data/bear-ac3-only-frag.mp4 |
214 AC3 audio in framented MP4, generated with | 220 AC3 audio in framented MP4, generated with |
215 ffmpeg -i bear.ac3 -acodec copy -movflags frag_keyframe bear-ac3-only-frag.mp4 | 221 ffmpeg -i bear.ac3 -acodec copy -movflags frag_keyframe bear-ac3-only-frag.mp4 |
216 | 222 |
217 media/test/data/bear-eac3-only-frag.mp4 | 223 media/test/data/bear-eac3-only-frag.mp4 |
218 EAC3 audio in framented MP4, generated with | 224 EAC3 audio in framented MP4, generated with |
219 ffmpeg -i bear.eac3 -acodec copy -movflags frag_keyframe bear-eac3-only-frag.m
p4 | 225 ffmpeg -i bear.eac3 -acodec copy -movflags frag_keyframe bear-eac3-only-frag.m
p4 |
OLD | NEW |