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-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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 test-25fps.vp8: | 105 test-25fps.vp8: |
106 ffmpeg git-2012-07-19-a8d8e86, libvpx ToT 7/19, chromium r147247, | 106 ffmpeg git-2012-07-19-a8d8e86, libvpx ToT 7/19, chromium r147247, |
107 mkvextract v5.0.1 | 107 mkvextract v5.0.1 |
108 ffmpeg -i test-25fps.h264 -vcodec libvpx -an test-25fps.webm && \ | 108 ffmpeg -i test-25fps.h264 -vcodec libvpx -an test-25fps.webm && \ |
109 mkvextract tracks test-25fps.webm 1:test-25fps.vp8 && rm test-25fps.webm | 109 mkvextract tracks test-25fps.webm 1:test-25fps.vp8 && rm test-25fps.webm |
110 | 110 |
111 test-25fps.vp8.md5: | 111 test-25fps.vp8.md5: |
112 MD5 of RGB thumbnail rendered version of test-25fps.vp8 decoded with V4L2VDA | 112 MD5 of RGB thumbnail rendered version of test-25fps.vp8 decoded with V4L2VDA |
113 on Exynos. Written out by video_decode_accelerator_unittest. | 113 on Exynos. Written out by video_decode_accelerator_unittest. |
114 | 114 |
| 115 test-25fps.vp9: |
| 116 avconv 9.16-6:9.16-0ubuntu0.14.04.1, vpxenc v1.3.0 |
| 117 avconv -i test-25fps.h264 -c:v rawvideo -pix_fmt yuv420p test-25fps_i420.yuv |
| 118 vpxenc test-25fps_i420.yuv -o test-25fps.vp9 --codec=vp9 -w 320 -h 240 --ivf \ |
| 119 --profile=0 --kf-min-dist=0 --kf-max-dist=150 --lag-in-frames=24 \ |
| 120 --drop-frame=0 --target-bitrate=140 --cq-level=23 --min-q=4 --max-q=56 \ |
| 121 --static-thresh=1000 --arnr-maxframes=7 --arnr-strength=5 --arnr-type=3 \ |
| 122 --cpu-used=1 --good --tile-columns=1 --passes=2 --threads=1 --fps=25/1 \ |
| 123 --end-usage=cq --auto-alt-ref=1 --bias-pct=50 --minsection-pct=0 \ |
| 124 --maxsection-pct=2000 --undershoot-pct=100 |
| 125 |
| 126 test-25fps.vp9.md5: |
| 127 MD5 of RGB thumbnail rendered version of test-25fps.vp9. Written out by |
| 128 video_decode_accelerator_unittest. |
| 129 |
115 // VDA test files: bear | 130 // VDA test files: bear |
116 bear.h264: | 131 bear.h264: |
117 Using ffmpeg version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, generated with | 132 Using ffmpeg version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, generated with |
118 bear.mp4 (https://chromiumcodereview.appspot.com/10805089): | 133 bear.mp4 (https://chromiumcodereview.appspot.com/10805089): |
119 ffmpeg -i bear.mp4 -vcodec copy -vbsf h264_mp4toannexb \ | 134 ffmpeg -i bear.mp4 -vcodec copy -vbsf h264_mp4toannexb \ |
120 -an bear.h264 | 135 -an bear.h264 |
121 | 136 |
122 bear.h264.md5: | 137 bear.h264.md5: |
123 MD5s of RGB thumbnail rendered version of bear.h264 decoded with Intel | 138 MD5s of RGB thumbnail rendered version of bear.h264 decoded with Intel |
124 VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos. | 139 VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos. |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 precision varies. | 173 precision varies. |
159 | 174 |
160 // VEA test files: | 175 // VEA test files: |
161 bear_320x192_40frames.yuv | 176 bear_320x192_40frames.yuv |
162 First 40 raw i420 frames of bear-1280x720.mp4 scaled down to 320x192 for | 177 First 40 raw i420 frames of bear-1280x720.mp4 scaled down to 320x192 for |
163 video_encode_accelerator_unittest. | 178 video_encode_accelerator_unittest. |
164 | 179 |
165 // JPEG test files: | 180 // JPEG test files: |
166 pixel-1280x720.jpg - single MJEPG encoded frame of 1280x720, captured on | 181 pixel-1280x720.jpg - single MJEPG encoded frame of 1280x720, captured on |
167 Chromebook Pixel. | 182 Chromebook Pixel. |
OLD | NEW |