diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-22 18:03:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-22 18:03:18 +0100 |
| commit | 422c8a63d2368a2e63aee4c391207e3332d1d4c7 (patch) | |
| tree | 67c27019f5d47130f7512f1d46e75ced3a2558bc /test/data/subs1.xml | |
| parent | 78979cc6ad60c03bfc2e3757722d8e18d670a4c3 (diff) | |
More subs tests.
Diffstat (limited to 'test/data/subs1.xml')
| -rw-r--r-- | test/data/subs1.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/data/subs1.xml b/test/data/subs1.xml new file mode 100644 index 00000000..515dd9f7 --- /dev/null +++ b/test/data/subs1.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<DCSubtitle Version="1.0"> + <SubtitleID>cab5c268-222b-41d2-88ae-6d6999441b17</SubtitleID> + <MovieTitle>Movie Title</MovieTitle> + <ReelNumber>1</ReelNumber> + <Language>French</Language> + <LoadFont Id="theFontId" URI="arial.ttf"/> + <Font Id="theFontId" Color="FFFFFFFF" Effect="border" EffectColor="FF000000" Italic="no" Size="39" Script="normal" Underlined="no" Weight="normal"> + <Subtitle SpotNumber="1" TimeIn="00:00:05:198" TimeOut="00:00:07:115" FadeUpTime="1" FadeDownTime="1"> + <Text VAlign="bottom" VPosition="15.0">My jacket was Idi Amin's</Text> + </Subtitle> + <Font Italic="yes"> + <Subtitle SpotNumber="2" TimeIn="00:00:07:177" TimeOut="00:00:11:031" FadeUpTime="1" FadeDownTime="1"> + <Text VAlign="bottom" VPosition="21.0">My corset was H.M. The Queen's</Text> + <Font Italic="no"> + <Text VAlign="bottom" VPosition="15.0">My large wonderbra</Text> + </Font> + </Subtitle> + </Font> + <Subtitle SpotNumber="3" TimeIn="00:00:11:094" TimeOut="00:00:13:063" FadeUpTime="1" FadeDownTime="1"> + <Text VAlign="bottom" VPosition="15.0">Once belonged to the Shah</Text> + </Subtitle> + <Subtitle SpotNumber="4" TimeIn="00:00:13:104" TimeOut="00:00:15:177" FadeUpTime="1" FadeDownTime="1"> + <Text VAlign="bottom" VPosition="15.0">And these are Roy Hattersley's jeans</Text> + </Subtitle> + </Font> +</DCSubtitle> |
