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-vp9.webm - VP9 video only WebM file. | 6 bear-vp9.webm - VP9 video only WebM file. |
7 bear-vp9-opus.webm - VP9 Video with Opus Audio. | 7 bear-vp9-opus.webm - VP9 Video with Opus Audio. |
8 bear-vp8-webvtt.webm - WebM VP8 video with WebVTT subtitle track. | 8 bear-vp8-webvtt.webm - WebM VP8 video with WebVTT subtitle track. |
9 bear-vp8a.webm - WebM VP8 video with alpha channel. | 9 bear-vp8a.webm - WebM VP8 video with alpha channel. |
| 10 bear-vp8a-odd-dimensions.webm - WebM VP8 video with alpha channel and has odd di
mensions. |
10 bear-opus.webm - Opus Audio only WebM file. | 11 bear-opus.webm - Opus Audio only WebM file. |
11 bear-opus-end-trimming.webm - File to test end trimming. It has one byte | 12 bear-opus-end-trimming.webm - File to test end trimming. It has one byte |
12 artificially added so that there is maximum | 13 artificially added so that there is maximum |
13 padding at the end. It is an Opus Audio only WebM | 14 padding at the end. It is an Opus Audio only WebM |
14 file. | 15 file. |
15 no_streams.webm - Header, Info, & Tracks element from bear-320x240.webm slightly
corrupted so it looks | 16 no_streams.webm - Header, Info, & Tracks element from bear-320x240.webm slightly
corrupted so it looks |
16 like there are no tracks. | 17 like there are no tracks. |
17 nonzero-start-time.webm - Has the same headers as bear-320x240.webm but the firs
t cluster of this file | 18 nonzero-start-time.webm - Has the same headers as bear-320x240.webm but the firs
t cluster of this file |
18 is the second cluster of bear-320x240.webm. This creat
es the situation where | 19 is the second cluster of bear-320x240.webm. This creat
es the situation where |
19 the media data doesn't start at time 0. | 20 the media data doesn't start at time 0. |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 bear.eac3 -- created using "avconv -i bear.ogv -f eac3 bear.eac3". | 59 bear.eac3 -- created using "avconv -i bear.ogv -f eac3 bear.eac3". |
59 bear.flac -- created using "avconv -i bear.ogv -f flac bear.flac". | 60 bear.flac -- created using "avconv -i bear.ogv -f flac bear.flac". |
60 bear.flv -- created using "avconv -i bear.ogv -f flv bear.flv". | 61 bear.flv -- created using "avconv -i bear.ogv -f flv bear.flv". |
61 bear.h261 -- created using "avconv -i bear.ogv -f h261 -s:0 cif bear.h261". | 62 bear.h261 -- created using "avconv -i bear.ogv -f h261 -s:0 cif bear.h261". |
62 bear.h263 -- created using "avconv -i bear.ogv -f h263 -s:0 cif bear.h263". | 63 bear.h263 -- created using "avconv -i bear.ogv -f h263 -s:0 cif bear.h263". |
63 bear.m2ts -- created using "avconv -i bear.ogv -f mpegts bear.m2ts". | 64 bear.m2ts -- created using "avconv -i bear.ogv -f mpegts bear.m2ts". |
64 bear.mjpeg -- created using "avconv -i bear.ogv -f mjpeg bear.mjpeg". | 65 bear.mjpeg -- created using "avconv -i bear.ogv -f mjpeg bear.mjpeg". |
65 bear.mpeg -- created using "avconv -i bear.ogv -f mpeg bear.mpeg". | 66 bear.mpeg -- created using "avconv -i bear.ogv -f mpeg bear.mpeg". |
66 bear.rm -- created using "avconv -i bear.ogv -f rm -b 192k bear.rm". | 67 bear.rm -- created using "avconv -i bear.ogv -f rm -b 192k bear.rm". |
67 bear.swf -- created using "avconv -i bear.ogv -f swf -an bear.swf". | 68 bear.swf -- created using "avconv -i bear.ogv -f swf -an bear.swf". |
OLD | NEW |