Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / media / test / data / README
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
3 // found in the LICENSE file.
4
5 bear-320x240.webm - WebM encode of bear.1280x720.mp4 resized to 320x240.
6 bear-vp9.webm - VP9 video only WebM file.
7 bear-vp9-opus.webm - VP9 Video with Opus Audio.
8 bear-vp8-webvtt.webm - WebM VP8 video with WebVTT subtitle track.
9 bear-vp8a.webm - WebM VP8 video with alpha channel.
10 bear-vp8a-odd-dimensions.webm - WebM VP8 video with alpha channel and odd dimensions.
11 bear-opus.webm - Opus Audio only WebM file.
12 bear-opus-end-trimming.webm - File to test end trimming. It has one byte 
13                               artificially added so that there is maximum 
14                               padding at the end. It is an Opus Audio only WebM 
15                               file.
16 no_streams.webm - Header, Info, & Tracks element from bear-320x240.webm slightly corrupted so it looks 
17                   like there are no tracks.
18 nonzero-start-time.webm - Has the same headers as bear-320x240.webm but the first cluster of this file 
19                           is the second cluster of bear-320x240.webm. This creates the situation where
20                           the media data doesn't start at time 0.
21 bear-320x240-live.webm - bear-320x240.webm remuxed w/o a duration and using clusters with unknown sizes.
22                          ffmpeg -i bear-320x240.webm -acodec copy -vcodec copy -f webm pipe:1 > bear-320x240-live.webm
23 vp8-I-frame-160x240 - The first I frame of a 160x240 reencode of bear-320x240.webm.
24 vp8-I-frame-320x120 - The first I frame of a 320x120 reencode of bear-320x240.webm.
25 vp8-I-frame-320x240 - The first I frame of bear-320x240.webm.
26 vp8-I-frame-320x480 - The first I frame of a 320x480 reencode of bear-320x240.webm.
27 vp8-I-frame-640x240 - The first I frame of a 640x240 reencode of bear-320x240.webm.
28 vp8-corrupt-I-frame - A copy of vp8-I-frame-320x240 w/ all bytes XORed w/ 0xA5.
29
30 Vorbis test data from bear.ogv (44100 Hz, 16 bits, stereo)
31 vorbis-extradata - Vorbis extradata section
32 vorbis-packet-0  - timestamp: 0ms, duration: 0ms
33 vorbis-packet-1  - timestamp: 0ms, duration: 0ms
34 vorbis-packet-2  - timestamp: 0ms, duration: 0ms
35 vorbis-packet-3  - timestamp: 2902ms, duration: 0ms
36
37 // Encrypted Files
38 bear-1280x720-a_frag-cenc.mp4 - A fragmented MP4 version of the audio track of bear-1280x720.mp4 encrypted (ISO CENC) using key ID [1] and key [2].
39 bear-1280x720-a_frag-cenc_clear-all.mp4 - Same as bear-1280x720-a_frag-cenc.mp4 but no fragments are encrypted.
40 bear-1280x720-v_frag-cenc.mp4 - A fragmented MP4 version of the video track of bear-1280x720.mp4 encrypted (ISO CENC) using key ID [1] and key [2].
41 bear-1280x720-v_frag-cenc_clear-all.mp4 - Same as bear-1280x720-v_frag-cenc.mp4 but no fragments are encrypted.
42 bear-1280x720-a_frag-cenc_missing-saiz-saio.mp4 - An invalid file similar to bear-1280x720-a_frag-cenc.mp4 but has no saiz and saio boxes. To save space, it has only one encrypted sample.
43 bear-320x240-16x9-aspect-av_enc-av.webm - bear-320x240-16x9-aspect.webm with audio & video encrypted using key ID [1] and key [2]
44 bear-320x240-av_enc-av.webm - bear-320x240.webm with audio & video encrypted using key ID [1] and key [2].
45 bear-320x240-av_enc-av_clear-1s.webm - Same as bear-320x240-av_enc-av.webm but with no frames in the first second encrypted.
46 bear-320x240-av_enc-av_clear-all.webm - Same as bear-320x240-av_enc-av.webm but with no frames encrypted.
47 bear-640x360-av_enc-av.webm - bear-640x360.webm with audio & video encrypted using key ID [1] and key [2].
48 bear-640x360-a_frag-cenc.mp4 - A fragmented MP4 version of the audio track of bear-640x360.mp4 encrypted (ISO CENC) using key ID [1] and key [2].
49 bear-640x360-v_frag-cenc.mp4 - A fragmented MP4 version of the video track of bear-640x360.mp4 encrypted (ISO CENC) using key ID [1] and key [2].
50
51 [1] 30313233343536373839303132333435
52 [2] ebdd62f16814d27b68ef122afce4ae3c
53
54 // Container Tests (additional containers derived from bear.ogv)
55 bear.ac3    -- created using "avconv -i bear.ogv -f ac3 -b 192k bear.ac3".
56 bear.adts   -- created using "avconv -i bear.ogv -f adts -strict experimental bear.adts".
57 bear.aiff   -- created using "avconv -i bear.ogv -f aiff bear.aiff".
58 bear.asf    -- created using "avconv -i bear.ogv -f asf bear.asf".
59 bear.avi    -- created using "avconv -i bear.ogv -f avi -b 192k bear.avi".
60 bear.eac3   -- created using "avconv -i bear.ogv -f eac3 bear.eac3".
61 bear.flac   -- created using "avconv -i bear.ogv -f flac bear.flac".
62 bear.flv    -- created using "avconv -i bear.ogv -f flv bear.flv".
63 bear.h261   -- created using "avconv -i bear.ogv -f h261 -s:0 cif bear.h261".
64 bear.h263   -- created using "avconv -i bear.ogv -f h263 -s:0 cif bear.h263".
65 bear.m2ts   -- created using "avconv -i bear.ogv -f mpegts bear.m2ts".
66 bear.mjpeg  -- created using "avconv -i bear.ogv -f mjpeg bear.mjpeg".
67 bear.mpeg   -- created using "avconv -i bear.ogv -f mpeg bear.mpeg".
68 bear.rm     -- created using "avconv -i bear.ogv -f rm -b 192k bear.rm".
69 bear.swf    -- created using "avconv -i bear.ogv -f swf -an bear.swf".
70
71 // VDA test files: test-25fps
72 test-25fps.h264:
73   Using ffmpeg SVN-r0.5.9-4:0.5.9-0ubuntu0.10.04.1 @ WebKit r122718, generated
74   with:
75   ffmpeg -i third_party/WebKit/LayoutTests/media/content/test-25fps.mp4 \
76       -vcodec copy -vbsf h264_mp4toannexb -an test-25fps.h264
77
78 test-25fps.h264.md5:
79   MD5s of RGB thumbnail rendered version of test-25fps.h264 decoded with Intel
80   VAAPI on Haswell, Ivy Bridge, Sandy Bridge and V4L2VDA on Exynos.
81   Written out by video_decode_accelerator_unittest.
82   These differ between implementations because color space-converted frames are
83   not specified to the last bit and GLES shader/texture filtering
84   precision varies.
85
86 test-25fps.vp8:
87   ffmpeg git-2012-07-19-a8d8e86, libvpx ToT 7/19, chromium r147247,
88   mkvextract v5.0.1
89   ffmpeg -i test-25fps.h264 -vcodec libvpx -an test-25fps.webm && \
90       mkvextract tracks test-25fps.webm 1:test-25fps.vp8 && rm test-25fps.webm
91
92 test-25fps.vp8.md5:
93   MD5 of RGB thumbnail rendered version of test-25fps.vp8 decoded with V4L2VDA
94   on Exynos. Written out by video_decode_accelerator_unittest.
95
96 // VDA test files: bear
97 bear.h264:
98   Using ffmpeg version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, generated with
99   bear.mp4 (https://chromiumcodereview.appspot.com/10805089):
100   ffmpeg -i bear.mp4 -vcodec copy -vbsf h264_mp4toannexb \
101       -an bear.h264
102
103 bear.h264.md5:
104   MD5s of RGB thumbnail rendered version of bear.h264 decoded with Intel
105   VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos.
106   Written out by video_decode_accelerator_unittest.
107   These differ between implementations because color space-converted frames are
108   not specified to the last bit and GLES shader/texture filtering
109   precision varies.
110
111 // VDA test files: npot-video
112 npot-video.h264:
113   Using ffmpeg version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, generated with
114   npot-video.mp4 (https://codereview.chromium.org/8342021):
115   ffmpeg -i npot-video.mp4 -vcodec copy -vbsf h264_mp4toannexb \
116       -an npot-video.h264
117
118 npot-video.h264.md5:
119   MD5s of RGB thumbnail rendered version of npot-video.h264 decoded with Intel
120   VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos.
121   Written out by video_decode_accelerator_unittest.
122   These differ between implementations because color space-converted frames are
123   not specified to the last bit and GLES shader/texture filtering
124   precision varies.
125
126 // VDA test files: red-green
127 red-green.h264:
128   Using ffmpeg version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, generated with
129   red-green.mp4 (https://codereview.chromium.org/8342021):
130   ffmpeg -i red-green.mp4 -vcodec copy -vbsf h264_mp4toannexb \
131       -an red-green.h264
132
133 red-green.h264.md5:
134   MD5s of RGB thumbnail rendered version of red-green.h264 decoded with Intel
135   VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos.
136   Written out by video_decode_accelerator_unittest.
137   These differ between implementations because color space-converted frames are
138   not specified to the last bit and GLES shader/texture filtering
139   precision varies.