Add a demo app sample of SubRip muxed into MKV
I created this by: 1. Downloading https://storage.googleapis.com/exoplayer-test-media-1/mkv/android-screens-lavf-56.36.100-aac-avc-main-1280x720.mkv 2. Crafting a `test.srt` file with a text editor 3. Muxing them together: ``` $ mkvmerge -o android-screens-with-subrip.mkv \ android-screens-lavf-56.36.100-aac-avc-main-1280x720.mkv \ test.srt ``` Tested in the demo app, the subtitle track is selected by default (default behaviour for Matroska spec afaict). PiperOrigin-RevId: 540577912
This commit is contained in:
parent
1236d37acb
commit
8bf40e7355
@ -638,6 +638,10 @@
|
|||||||
{
|
{
|
||||||
"name": "MPEG-4 Timed Text",
|
"name": "MPEG-4 Timed Text",
|
||||||
"uri": "https://storage.googleapis.com/exoplayer-test-media-1/mp4/dizzy-with-tx3g.mp4"
|
"uri": "https://storage.googleapis.com/exoplayer-test-media-1/mp4/dizzy-with-tx3g.mp4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SubRip muxed into MKV",
|
||||||
|
"uri": "https://storage.googleapis.com/exoplayer-test-media-1/mkv/android-screens-with-subrip.mkv"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user