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

Unified Diff: media/test/data/README

Issue 2773793002: Allow mp3 audio codec for mpeg2ts containers in MSE (Closed)
Patch Set: CR feedback Created 3 years, 9 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
« no previous file with comments | « media/formats/mp2t/mp2t_stream_parser.cc ('k') | media/test/data/bear-audio-mp4a.69.ts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/data/README
diff --git a/media/test/data/README b/media/test/data/README
index f79f8c56ec6d831555fb46d1ceab52031ce33cb1..b28de98898725d08fd250c443a96f420514af804 100644
--- a/media/test/data/README
+++ b/media/test/data/README
@@ -260,6 +260,14 @@ media/test/data/bear-1280x720-aac_he.ts
Generated by the following command:
ffmpeg -i bear-1280x720.mp4 -c:v libx264 -c:a libfdk_aac -profile:a aac_he bear-1280x720-aac_he.ts
+// Mpeg2ts streams MP3 audio
+media/test/data/bear-audio-mp4a.6B.ts
+ Generated by the following commands:
+ ffmpeg -i bear_pcm.wav -c:a mp3 -ar 44100 bear-audio-mp4a.6B.ts
+media/test/data/bear-audio-mp4a.69.ts
+ Generated by the following commands:
+ ffmpeg -i bear_pcm.wav -c:a mp3 -ar 22050 bear-audio-mp4a.69.ts
+
// MP4 file with HEVC
media/test/data/bear-320x240-v_frag-hevc.mp4
HEVC video stream in fragmented MP4 container, generated with
« no previous file with comments | « media/formats/mp2t/mp2t_stream_parser.cc ('k') | media/test/data/bear-audio-mp4a.69.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698