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

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

Issue 299833005: Add a new test stream for video_encode_accelerator_unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | no next file » | 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 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 odd dimens ions. 10 bear-vp8a-odd-dimensions.webm - WebM VP8 video with alpha channel and odd dimens ions.
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 ffmpeg -i red-green.mp4 -vcodec copy -vbsf h264_mp4toannexb \ 137 ffmpeg -i red-green.mp4 -vcodec copy -vbsf h264_mp4toannexb \
138 -an red-green.h264 138 -an red-green.h264
139 139
140 red-green.h264.md5: 140 red-green.h264.md5:
141 MD5s of RGB thumbnail rendered version of red-green.h264 decoded with Intel 141 MD5s of RGB thumbnail rendered version of red-green.h264 decoded with Intel
142 VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos. 142 VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos.
143 Written out by video_decode_accelerator_unittest. 143 Written out by video_decode_accelerator_unittest.
144 These differ between implementations because color space-converted frames are 144 These differ between implementations because color space-converted frames are
145 not specified to the last bit and GLES shader/texture filtering 145 not specified to the last bit and GLES shader/texture filtering
146 precision varies. 146 precision varies.
147
148 // VEA test files:
149 bear_320x192_40frames.yuv
150 First 40 raw i420 frames of bear-1280x720.mp4 scaled down to 320x192 for
151 video_encode_accelerator_unittest.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698