From a3037c05bdacbff2b06e516f6c7d0de7d8ab4632 Mon Sep 17 00:00:00 2001 From: "acolwell@chromium.org" Date: Tue, 6 Mar 2012 16:51:46 +0000 Subject: Add a test file to simulate live WebM. TBR=acolwell@chromium.org BUG=116824 TEST=None Review URL: https://chromiumcodereview.appspot.com/9616018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125174 0039d316-1c4b-4281-b951-d872f2087c98 --- media/test/data/README | 2 ++ media/test/data/bear-320x240-live.webm | Bin 0 -> 219254 bytes 2 files changed, 2 insertions(+) create mode 100644 media/test/data/bear-320x240-live.webm (limited to 'media') diff --git a/media/test/data/README b/media/test/data/README index 27d9387..560115b 100644 --- a/media/test/data/README +++ b/media/test/data/README @@ -8,6 +8,8 @@ no_streams.webm - Header, Info, & Tracks element from bear-320x240.webm slightly nonzero-start-time.webm - Has the same headers as bear-320x240.webm but the first cluster of this file is the second cluster of bear-320x240.webm. This creates the situation where the media data doesn't start at time 0. +bear-320x240-live.webm - bear-320x240.webm remuxed w/o a duration and using clusters with unknown sizes. + ffmpeg -i bear-320x240.webm -acodec copy -vcodec copy -f webm pipe:1 > bear-320x240-live.webm vp8-I-frame-160x240 - The first I frame of a 160x240 reencode of bear-320x240.webm. vp8-I-frame-320x120 - The first I frame of a 320x120 reencode of bear-320x240.webm. vp8-I-frame-320x240 - The first I frame of bear-320x240.webm. diff --git a/media/test/data/bear-320x240-live.webm b/media/test/data/bear-320x240-live.webm new file mode 100644 index 0000000..b0fe4f0 Binary files /dev/null and b/media/test/data/bear-320x240-live.webm differ -- cgit v1.1