-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsubs-1-srt.smil
25 lines (25 loc) · 1.02 KB
/
subs-1-srt.smil
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<smil title="">
<body>
<switch>
<textstream src="sample_with_subtitles.srt" systemLanguage="eng" title="English subs"/>
<textstream src="sample_with_subtitles_spa.srt" systemLanguage="spa"/>
<video src="bigbuckbunny_450.mp4">
<param name="videoBitrate" value="450000" valuetype="data"></param>
<param name="audioBitrate" value="44100" valuetype="data"></param>
</video>
<video src="bigbuckbunny_750.mp4">
<param name="videoBitrate" value="750000" valuetype="data"></param>
<param name="audioBitrate" value="44100" valuetype="data"></param>
</video>
<video src="bigbuckbunny_1100.mp4">
<param name="videoBitrate" value="1100000" valuetype="data"></param>
<param name="audioBitrate" value="44100" valuetype="data"></param>
</video>
<video src="bigbuckbunny_1500.mp4">
<param name="videoBitrate" value="1500000" valuetype="data"></param>
<param name="audioBitrate" value="44100" valuetype="data"></param>
</video>
</switch>
</body>
</smil>