2013-09-24 01:35:40 +00:00
|
|
|
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
|
|
|
bear-320x240.webm - WebM encode of bear.1280x720.mp4 resized to 320x240.
|
2015-02-06 20:31:46 +00:00
|
|
|
no_streams.webm - Header, Info, & Tracks element from bear-320x240.webm slightly corrupted so it looks
|
2013-09-24 01:35:40 +00:00
|
|
|
like there are no tracks.
|
2015-02-06 20:31:46 +00:00
|
|
|
nonzero-start-time.webm - Has the same headers as bear-320x240.webm but the first cluster of this file
|
2013-09-24 01:35:40 +00:00
|
|
|
is the second cluster of bear-320x240.webm. This creates the situation where
|
|
|
|
the media data doesn't start at time 0.
|
|
|
|
bear-320x240-live.webm - bear-320x240.webm remuxed w/o a duration and using clusters with unknown sizes.
|
|
|
|
ffmpeg -i bear-320x240.webm -acodec copy -vcodec copy -f webm pipe:1 > bear-320x240-live.webm
|
|
|
|
vp8-I-frame-160x240 - The first I frame of a 160x240 reencode of bear-320x240.webm.
|
|
|
|
vp8-I-frame-320x120 - The first I frame of a 320x120 reencode of bear-320x240.webm.
|
|
|
|
vp8-I-frame-320x240 - The first I frame of bear-320x240.webm.
|
|
|
|
vp8-I-frame-320x480 - The first I frame of a 320x480 reencode of bear-320x240.webm.
|
|
|
|
vp8-I-frame-640x240 - The first I frame of a 640x240 reencode of bear-320x240.webm.
|
|
|
|
vp8-corrupt-I-frame - A copy of vp8-I-frame-320x240 w/ all bytes XORed w/ 0xA5.
|
|
|
|
|
|
|
|
Vorbis test data from bear.ogv (44100 Hz, 16 bits, stereo)
|
|
|
|
vorbis-extradata - Vorbis extradata section
|
|
|
|
vorbis-packet-0 - timestamp: 0ms, duration: 0ms
|
|
|
|
vorbis-packet-1 - timestamp: 0ms, duration: 0ms
|
|
|
|
vorbis-packet-2 - timestamp: 0ms, duration: 0ms
|
|
|
|
vorbis-packet-3 - timestamp: 2902ms, duration: 0ms
|
|
|
|
|
2014-04-10 19:57:10 +00:00
|
|
|
// Transport streams.
|
|
|
|
bear-1280x720.ts - AVC + AAC encode, multiplexed into an MPEG2-TS container.
|
|
|
|
bear-1280x720_ptswraparound.ts - Same as bear-1280x720.ts, with a timestamp wrap-around in the middle.
|
|
|
|
|
2015-09-29 17:13:09 +00:00
|
|
|
// ISO-BMFF streams.
|
|
|
|
bear-1280x720.mp4 - AVC + AAC encode, mulitplexed into an ISOBMFF container.
|
|
|
|
bear-640x360.mp4 - Same as above, but in a different resolution.
|
2015-10-29 00:26:29 +00:00
|
|
|
bear-640x360-hevc.mp4 - Same content, but encoded with HEVC.
|
2015-09-29 17:13:09 +00:00
|
|
|
bear-320x180.mp4 - Same as above, but in a different resolution.
|
|
|
|
bear-640x360-trailing-moov.mp4 - Same content, but with moov box in the end.
|
|
|
|
bear-640x360-av_frag.mp4 - Same content, but in fragmented mp4.
|
|
|
|
|
|
|
|
// Non square pixels.
|
|
|
|
bear-640x360-non_square_pixel-with_pasp.mp4 - A non-square pixel version of the video track of bear-640x360.mp4 with PixelAspectRatio box.
|
|
|
|
bear-640x360-non_square_pixel-without_pasp.mp4 - A non-square pixel version of the video track of bear-640x360.mp4 without PixelAspectRatio box.
|
|
|
|
|
2014-04-10 19:57:10 +00:00
|
|
|
// Encrypted Files.
|
2015-02-06 20:31:46 +00:00
|
|
|
bear-640x360-v_frag-cenc-aux.mp4 - A fragmented MP4 version of the video track of bear-640x360.mp4
|
|
|
|
encrypted (ISO CENC) using key ID [1] and key [2] and with sample
|
|
|
|
encryption auxiliary information in the beginning of mdat box.
|
|
|
|
bear-640x360-v_frag-cenc-senc.mp4 - Same as above, but with sample encryption information stored in
|
|
|
|
senc box.
|
2013-09-24 01:35:40 +00:00
|
|
|
|
|
|
|
[1] 30313233343536373839303132333435
|
|
|
|
[2] ebdd62f16814d27b68ef122afce4ae3c
|
|
|
|
|
|
|
|
// Container Tests (additional containers derived from bear.ogv)
|
|
|
|
bear.ac3 -- created using "avconv -i bear.ogv -f ac3 -b 192k bear.ac3".
|
|
|
|
bear.adts -- created using "avconv -i bear.ogv -f adts -strict experimental bear.adts".
|
|
|
|
bear.aiff -- created using "avconv -i bear.ogv -f aiff bear.aiff".
|
|
|
|
bear.asf -- created using "avconv -i bear.ogv -f asf bear.asf".
|
|
|
|
bear.avi -- created using "avconv -i bear.ogv -f avi -b 192k bear.avi".
|
|
|
|
bear.eac3 -- created using "avconv -i bear.ogv -f eac3 bear.eac3".
|
|
|
|
bear.flac -- created using "avconv -i bear.ogv -f flac bear.flac".
|
|
|
|
bear.flv -- created using "avconv -i bear.ogv -f flv bear.flv".
|
|
|
|
bear.h261 -- created using "avconv -i bear.ogv -f h261 -s:0 cif bear.h261".
|
|
|
|
bear.h263 -- created using "avconv -i bear.ogv -f h263 -s:0 cif bear.h263".
|
|
|
|
bear.m2ts -- created using "avconv -i bear.ogv -f mpegts bear.m2ts".
|
|
|
|
bear.mjpeg -- created using "avconv -i bear.ogv -f mjpeg bear.mjpeg".
|
|
|
|
bear.mpeg -- created using "avconv -i bear.ogv -f mpeg bear.mpeg".
|
|
|
|
bear.rm -- created using "avconv -i bear.ogv -f rm -b 192k bear.rm".
|
|
|
|
bear.swf -- created using "avconv -i bear.ogv -f swf -an bear.swf".
|
2014-04-01 21:18:11 +00:00
|
|
|
|
|
|
|
// VDA test files: test-25fps
|
|
|
|
test-25fps.h264:
|
|
|
|
Using ffmpeg SVN-r0.5.9-4:0.5.9-0ubuntu0.10.04.1 @ WebKit r122718, generated
|
|
|
|
with:
|
|
|
|
ffmpeg -i third_party/WebKit/LayoutTests/media/content/test-25fps.mp4 \
|
|
|
|
-vcodec copy -vbsf h264_mp4toannexb -an test-25fps.h264
|
2014-04-08 00:39:14 +00:00
|
|
|
|
|
|
|
// VDA test files: bear
|
|
|
|
bear.h264:
|
|
|
|
Using ffmpeg version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, generated with
|
|
|
|
bear.mp4 (https://chromiumcodereview.appspot.com/10805089):
|
|
|
|
ffmpeg -i bear.mp4 -vcodec copy -vbsf h264_mp4toannexb \
|
|
|
|
-an bear.h264
|
2014-04-18 01:57:31 +00:00
|
|
|
|
2014-06-30 19:53:56 +00:00
|
|
|
bear_no_i_frame_start.h264
|
|
|
|
Derived from bear.h264. Consists of 29-non-I-frames, followed by a single I-frame, and 29 non-I-frames.
|
|
|
|
|
2014-04-18 01:57:31 +00:00
|
|
|
avc-byte-stream-frame.h264 - Single IDR frame extracted from test-25fps.h264 in Annex B byte stream format.
|
|
|
|
avc-unit-stream-frame.h264 - Single IDR frame from avc-byte-stream-frame.h264 converted to unit stream format.
|