Chromium Code Reviews| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 210 present. | 210 present. |
| 211 | 211 |
| 212 // MP4 files with AC3 and EAC3 audio | 212 // MP4 files with AC3 and EAC3 audio |
| 213 media/test/data/bear-ac3-only-frag.mp4 | 213 media/test/data/bear-ac3-only-frag.mp4 |
| 214 AC3 audio in framented MP4, generated with | 214 AC3 audio in framented MP4, generated with |
| 215 ffmpeg -i bear.ac3 -acodec copy -movflags frag_keyframe bear-ac3-only-frag.mp4 | 215 ffmpeg -i bear.ac3 -acodec copy -movflags frag_keyframe bear-ac3-only-frag.mp4 |
| 216 | 216 |
| 217 media/test/data/bear-eac3-only-frag.mp4 | 217 media/test/data/bear-eac3-only-frag.mp4 |
| 218 EAC3 audio in framented MP4, generated with | 218 EAC3 audio in framented MP4, generated with |
| 219 ffmpeg -i bear.eac3 -acodec copy -movflags frag_keyframe bear-eac3-only-frag.m p4 | 219 ffmpeg -i bear.eac3 -acodec copy -movflags frag_keyframe bear-eac3-only-frag.m p4 |
| 220 | |
| 221 // MP4 file with HEVC | |
| 222 media/test/data/bear-320x240-v_frag-hevc.mp4 | |
|
ddorwin
2016/05/18 19:51:13
Is this file encrypted?
servolk
2016/05/19 00:43:43
No, it's not.
| |
| 223 HEVC video stream in fragmented MP4 container, generated with | |
| 224 ffmpeg -i bear-320x240.webm -c:v libx265 -an -movflags faststart+frag_keyfram e bear-320x240-v_frag-hevc.mp4 | |
| OLD | NEW |