Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: media/test/data/README

Issue 11818050: Add test files for new EME tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _dash -> -av_frag Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | media/test/data/bear-1280x720.mp4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 no_streams.webm - Header, Info, & Tracks element from bear-320x240.webm slightly corrupted so it looks 6 no_streams.webm - Header, Info, & Tracks element from bear-320x240.webm slightly corrupted so it looks
7 like there are no tracks. 7 like there are no tracks.
8 nonzero-start-time.webm - Has the same headers as bear-320x240.webm but the firs t cluster of this file 8 nonzero-start-time.webm - Has the same headers as bear-320x240.webm but the firs t cluster of this file
9 is the second cluster of bear-320x240.webm. This creat es the situation where 9 is the second cluster of bear-320x240.webm. This creat es the situation where
10 the media data doesn't start at time 0. 10 the media data doesn't start at time 0.
11 bear-320x240-live.webm - bear-320x240.webm remuxed w/o a duration and using clus ters with unknown sizes. 11 bear-320x240-live.webm - bear-320x240.webm remuxed w/o a duration and using clus ters with unknown sizes.
12 ffmpeg -i bear-320x240.webm -acodec copy -vcodec copy - f webm pipe:1 > bear-320x240-live.webm 12 ffmpeg -i bear-320x240.webm -acodec copy -vcodec copy - f webm pipe:1 > bear-320x240-live.webm
13 vp8-I-frame-160x240 - The first I frame of a 160x240 reencode of bear-320x240.we bm. 13 vp8-I-frame-160x240 - The first I frame of a 160x240 reencode of bear-320x240.we bm.
14 vp8-I-frame-320x120 - The first I frame of a 320x120 reencode of bear-320x240.we bm. 14 vp8-I-frame-320x120 - The first I frame of a 320x120 reencode of bear-320x240.we bm.
15 vp8-I-frame-320x240 - The first I frame of bear-320x240.webm. 15 vp8-I-frame-320x240 - The first I frame of bear-320x240.webm.
16 vp8-I-frame-320x480 - The first I frame of a 320x480 reencode of bear-320x240.we bm. 16 vp8-I-frame-320x480 - The first I frame of a 320x480 reencode of bear-320x240.we bm.
17 vp8-I-frame-640x240 - The first I frame of a 640x240 reencode of bear-320x240.we bm. 17 vp8-I-frame-640x240 - The first I frame of a 640x240 reencode of bear-320x240.we bm.
18 vp8-corrupt-I-frame - A copy of vp8-I-frame-320x240 w/ all bytes XORed w/ 0xA5. 18 vp8-corrupt-I-frame - A copy of vp8-I-frame-320x240 w/ all bytes XORed w/ 0xA5.
19 19
20 Vorbis test data from bear.ogv (44100 Hz, 16 bits, stereo) 20 Vorbis test data from bear.ogv (44100 Hz, 16 bits, stereo)
21 vorbis-extradata - Vorbis extradata section 21 vorbis-extradata - Vorbis extradata section
22 vorbis-packet-0 - timestamp: 0ms, duration: 0ms 22 vorbis-packet-0 - timestamp: 0ms, duration: 0ms
23 vorbis-packet-1 - timestamp: 0ms, duration: 0ms 23 vorbis-packet-1 - timestamp: 0ms, duration: 0ms
24 vorbis-packet-2 - timestamp: 0ms, duration: 0ms 24 vorbis-packet-2 - timestamp: 0ms, duration: 0ms
25 vorbis-packet-3 - timestamp: 2902ms, duration: 0ms 25 vorbis-packet-3 - timestamp: 2902ms, duration: 0ms
26
27 // Encrypted Files
28 bear-1280x720-a_frag-cenc.mp4 - A fragmented MP4 version of the audio track of b ear-1280x720.mp4 encrypted (ISO CENC) using key ID [1] and key [2].
29 bear-1280x720-a_frag-cenc_clear-all.mp4 - Same as bear-1280x720-a_frag-cenc.mp4 but no fragments are encrypted.
30 bear-1280x720-v_frag-cenc.mp4 - A fragmented MP4 version of the video track of b ear-1280x720.mp4 encrypted (ISO CENC) using key ID [1] and key [2].
31 bear-1280x720-v_frag-cenc_clear-all.mp4 - Same as bear-1280x720-v_frag-cenc.mp4 but no fragments are encrypted.
32 bear-320x240-16x9-aspect-av_enc-av.webm - bear-320x240-16x9-aspect.webm with aud io & video encrypted using key ID [1] and key [2]
33 bear-320x240-av_enc-av.webm - bear-320x240.webm with audio & video encrypted usi ng key ID [1] and key [2].
34 bear-320x240-av_enc-av_clear-1s.webm - Same as bear-320x240-av_enc-av.webm but w ith no frames in the first second encrypted.
35 bear-320x240-av_enc-av_clear-all.webm - Same as bear-320x240-av_enc-av.webm but with no frames encrypted.
36 bear-640x360-av_enc-av.webm - bear-640x360.webm with audio & video encrypted usi ng key ID [1] and key [2].
37 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].
38 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].
39
40 [1] 30313233343536373839303132333435
41 [2] ebdd62f16814d27b68ef122afce4ae3c
42
OLDNEW
« no previous file with comments | « no previous file | media/test/data/bear-1280x720.mp4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698