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

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

Issue 2333663003: Add color metadata info to VideoDecoderConfig. (Closed)
Patch Set: Move webm-specific structure to webm parser Created 4 years, 3 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
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 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 14 matching lines...) Expand all
25 the media data doesn't start at time 0. 25 the media data doesn't start at time 0.
26 bear-320x240-live.webm - bear-320x240.webm remuxed w/o a duration and using clus ters with unknown sizes. 26 bear-320x240-live.webm - bear-320x240.webm remuxed w/o a duration and using clus ters with unknown sizes.
27 ffmpeg -i bear-320x240.webm -acodec copy -vcodec copy - f webm pipe:1 > bear-320x240-live.webm 27 ffmpeg -i bear-320x240.webm -acodec copy -vcodec copy - f webm pipe:1 > bear-320x240-live.webm
28 vp8-I-frame-160x240 - The first I frame of a 160x240 reencode of bear-320x240.we bm. 28 vp8-I-frame-160x240 - The first I frame of a 160x240 reencode of bear-320x240.we bm.
29 vp8-I-frame-320x120 - The first I frame of a 320x120 reencode of bear-320x240.we bm. 29 vp8-I-frame-320x120 - The first I frame of a 320x120 reencode of bear-320x240.we bm.
30 vp8-I-frame-320x240 - The first I frame of bear-320x240.webm. 30 vp8-I-frame-320x240 - The first I frame of bear-320x240.webm.
31 vp8-I-frame-320x480 - The first I frame of a 320x480 reencode of bear-320x240.we bm. 31 vp8-I-frame-320x480 - The first I frame of a 320x480 reencode of bear-320x240.we bm.
32 vp8-I-frame-640x240 - The first I frame of a 640x240 reencode of bear-320x240.we bm. 32 vp8-I-frame-640x240 - The first I frame of a 640x240 reencode of bear-320x240.we bm.
33 vp8-corrupt-I-frame - A copy of vp8-I-frame-320x240 w/ all bytes XORed w/ 0xA5. 33 vp8-corrupt-I-frame - A copy of vp8-I-frame-320x240 w/ all bytes XORed w/ 0xA5.
34 34
35 colour.webm - a WebM file containing color metadata in MKV/WebM Colour element
36 copied from libwebm/testing/testdata/colour.webm
37
35 AAC test data from MPEG-DASH demoplayer (44100 Hz, stereo) 38 AAC test data from MPEG-DASH demoplayer (44100 Hz, stereo)
36 Duration of each packet is (1024/44100 Hz), approximately 23.22 ms. 39 Duration of each packet is (1024/44100 Hz), approximately 23.22 ms.
37 aac-44100-packet-0 - timestamp: 0ms 40 aac-44100-packet-0 - timestamp: 0ms
38 aac-44100-packet-1 - timestamp: 23.22ms 41 aac-44100-packet-1 - timestamp: 23.22ms
39 aac-44100-packet-2 - timestamp: 46.44ms 42 aac-44100-packet-2 - timestamp: 46.44ms
40 aac-44100-packet-3 - timestamp: 69.66ms 43 aac-44100-packet-3 - timestamp: 69.66ms
41 44
42 Vorbis test data from bear.ogv (44100 Hz, 16 bits, stereo) 45 Vorbis test data from bear.ogv (44100 Hz, 16 bits, stereo)
43 vorbis-extradata - Vorbis extradata section 46 vorbis-extradata - Vorbis extradata section
44 vorbis-packet-0 - timestamp: 0ms, duration: 0ms 47 vorbis-packet-0 - timestamp: 0ms, duration: 0ms
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 254
252 // Multi-track WebM file 255 // Multi-track WebM file
253 media/test/data/multitrack-3video-2audio.webm 256 media/test/data/multitrack-3video-2audio.webm
254 //Generated using following commands: 257 //Generated using following commands:
255 ffmpeg -f lavfi -i color=c=red:size=320x240 -t 5 -c:v libvpx red.webm 258 ffmpeg -f lavfi -i color=c=red:size=320x240 -t 5 -c:v libvpx red.webm
256 ffmpeg -f lavfi -i color=c=green:size=320x240 -t 5 -c:v libvpx green.webm 259 ffmpeg -f lavfi -i color=c=green:size=320x240 -t 5 -c:v libvpx green.webm
257 ffmpeg -f lavfi -i color=c=blue:size=160x120 -t 10 -c:v libvpx blue.webm 260 ffmpeg -f lavfi -i color=c=blue:size=160x120 -t 10 -c:v libvpx blue.webm
258 ffmpeg -f lavfi -i "sine=frequency=300:sample_rate=48000" -t 10 -c:v libvpx a300hz.webm 261 ffmpeg -f lavfi -i "sine=frequency=300:sample_rate=48000" -t 10 -c:v libvpx a300hz.webm
259 ffmpeg -f lavfi -i "sine=frequency=500:sample_rate=48000" -t 5 -c:v libvpx a 500hz.webm 262 ffmpeg -f lavfi -i "sine=frequency=500:sample_rate=48000" -t 5 -c:v libvpx a 500hz.webm
260 ffmpeg -i red.webm -i green.webm -i blue.webm -i a300hz.webm -i a500hz.webm -map 0 -map 1 -map 2 -map 3 -map 4 multitrack-3video-2audio.webm 263 ffmpeg -i red.webm -i green.webm -i blue.webm -i a300hz.webm -i a500hz.webm -map 0 -map 1 -map 2 -map 3 -map 4 multitrack-3video-2audio.webm
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698