mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +00:00
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 |
||
|---|---|---|
| .. | ||
| assets | ||
| java/androidx/media3/demo/main | ||
| res | ||
| AndroidManifest.xml | ||