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

Unified Diff: media/test/data/README

Issue 1909313002: Support HEVC through EME (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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: media/test/data/README
diff --git a/media/test/data/README b/media/test/data/README
index a4ef47538d2b871fcbffed4f1e49d2cbbfe22725..d38f5140678a410823f04ff282d1b0db33ae80a4 100644
--- a/media/test/data/README
+++ b/media/test/data/README
@@ -217,3 +217,8 @@ media/test/data/bear-ac3-only-frag.mp4
media/test/data/bear-eac3-only-frag.mp4
EAC3 audio in framented MP4, generated with
ffmpeg -i bear.eac3 -acodec copy -movflags frag_keyframe bear-eac3-only-frag.mp4
+
+// MP4 file with HEVC
+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.
+ HEVC video stream in fragmented MP4 container, generated with
+ ffmpeg -i bear-320x240.webm -c:v libx265 -an -movflags faststart+frag_keyframe bear-320x240-v_frag-hevc.mp4

Powered by Google App Engine
This is Rietveld 408576698