| Index: media/test/data/README
|
| diff --git a/media/test/data/README b/media/test/data/README
|
| index f79f8c56ec6d831555fb46d1ceab52031ce33cb1..e47650c63e27d45b622a644808b5f6de2ea92c06 100644
|
| --- a/media/test/data/README
|
| +++ b/media/test/data/README
|
| @@ -260,6 +260,11 @@ 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 stream with H264 video and MP3 audio
|
| +media/test/data/bear-mp3-audio.ts
|
| + Generated by the following command:
|
| + ffmpeg -i bear.h264 -i bear_pcm.wav -c:v libx264 -c:a mp3 bear-mp3-audio.ts
|
| +
|
| // MP4 file with HEVC
|
| media/test/data/bear-320x240-v_frag-hevc.mp4
|
| HEVC video stream in fragmented MP4 container, generated with
|
|
|