Fix camel case Fix sample video and XML parser Remove extra chromosomes Reviewed-on: https://git.microlab.space/pixx/TVC/pulls/9 Co-Authored-By: Emil Miler <emil.miler@pedf.cuni.cz> Co-Committed-By: Emil Miler <emil.miler@pedf.cuni.cz>
16 lines
543 B
XML
16 lines
543 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<video id="video">
|
|
<comment>
|
|
<start>12</start>
|
|
<end>15</end>
|
|
<title>Toto je testovací poznámka</title>
|
|
<text>Toto je dlouhý text, který bude zobrazen ve videu dole a bude moci obsahovat markdown</text>
|
|
</comment>
|
|
<comment>
|
|
<start>19</start>
|
|
<end>25</end>
|
|
<title>Toto je testovací poznámka</title>
|
|
<text>Toto je dlouhý text, který bude zobrazen ve videu dole a bude moci obsahovat markdown</text>
|
|
</comment>
|
|
</video>
|