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

Unified Diff: content/common/gpu/testdata/README

Issue 10808058: Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: content/common/gpu/testdata/README
diff --git a/content/common/gpu/testdata/README b/content/common/gpu/testdata/README
index 5faaff53342255ec9c438387ce621c8c9f53938c..0c0e63f3222334889d24cf12c1e2c22f30da23bb 100644
--- a/content/common/gpu/testdata/README
+++ b/content/common/gpu/testdata/README
@@ -1,7 +1,13 @@
Files in this directory and their provenance:
-test-25fps.h264: used for ../media/video_decode_accelerator_unittest
+test-25fps.h264:
Using ffmpeg SVN-r0.5.9-4:0.5.9-0ubuntu0.10.04.1 @ WebKit r122718, generated
with:
ffmpeg -i third_party/WebKit/LayoutTests/media/content/test-25fps.mp4 \
-vcodec copy -vbsf h264_mp4toannexb -an test-25fps.h264
+
+test-25fps.vp8:
+ ffmpeg git-2012-07-19-a8d8e86, libvpx ToT 7/19, chromium r147247,
+ mkvextract v5.0.1
+ ffmpeg -i test-25fps.h264 -vcodec libvpx -an test-25fps.webm && \
+ mkvextract tracks test-25fps.webm 1:test-25fps.vp8 && rm test-25fps.webm

Powered by Google App Engine
This is Rietveld 408576698