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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Files in this directory and their provenance: 1 Files in this directory and their provenance:
2 2
3 test-25fps.h264: used for ../media/video_decode_accelerator_unittest 3 test-25fps.h264:
4 Using ffmpeg SVN-r0.5.9-4:0.5.9-0ubuntu0.10.04.1 @ WebKit r122718, generated 4 Using ffmpeg SVN-r0.5.9-4:0.5.9-0ubuntu0.10.04.1 @ WebKit r122718, generated
5 with: 5 with:
6 ffmpeg -i third_party/WebKit/LayoutTests/media/content/test-25fps.mp4 \ 6 ffmpeg -i third_party/WebKit/LayoutTests/media/content/test-25fps.mp4 \
7 -vcodec copy -vbsf h264_mp4toannexb -an test-25fps.h264 7 -vcodec copy -vbsf h264_mp4toannexb -an test-25fps.h264
8
9 test-25fps.vp8:
10 ffmpeg git-2012-07-19-a8d8e86, libvpx ToT 7/19, chromium r147247,
11 mkvextract v5.0.1
12 ffmpeg -i test-25fps.h264 -vcodec libvpx -an test-25fps.webm && \
13 mkvextract tracks test-25fps.webm 1:test-25fps.vp8 && rm test-25fps.webm
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698