This makes tracking subtitles changes simpler.
| ... | ... |
@@ -1,62 +1,62 @@ |
| 1 | 1 |
FATE_SUBTITLES_ASS-$(call ALLYES, AQTITLE_DEMUXER TEXT_DECODER ICONV) += fate-sub-aqtitle |
| 2 |
-fate-sub-aqtitle: CMD = md5 -sub_charenc windows-1250 -i $(TARGET_SAMPLES)/sub/AQTitle_capability_tester.aqt -f ass |
|
| 2 |
+fate-sub-aqtitle: CMD = fmtstdout ass -sub_charenc windows-1250 -i $(TARGET_SAMPLES)/sub/AQTitle_capability_tester.aqt |
|
| 3 | 3 |
|
| 4 | 4 |
FATE_SUBTITLES_ASS-$(call DEMDEC, JACOSUB, JACOSUB) += fate-sub-jacosub |
| 5 |
-fate-sub-jacosub: CMD = md5 -i $(TARGET_SAMPLES)/sub/JACOsub_capability_tester.jss -f ass |
|
| 5 |
+fate-sub-jacosub: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/JACOsub_capability_tester.jss |
|
| 6 | 6 |
|
| 7 | 7 |
FATE_SUBTITLES_ASS-$(call DEMDEC, MICRODVD, MICRODVD) += fate-sub-microdvd |
| 8 |
-fate-sub-microdvd: CMD = md5 -i $(TARGET_SAMPLES)/sub/MicroDVD_capability_tester.sub -f ass |
|
| 8 |
+fate-sub-microdvd: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/MicroDVD_capability_tester.sub |
|
| 9 | 9 |
|
| 10 | 10 |
FATE_SUBTITLES-$(call ALLYES, MICRODVD_DEMUXER MICRODVD_MUXER) += fate-sub-microdvd-remux |
| 11 |
-fate-sub-microdvd-remux: CMD = md5 -i $(TARGET_SAMPLES)/sub/MicroDVD_capability_tester.sub -c:s copy -f microdvd |
|
| 11 |
+fate-sub-microdvd-remux: CMD = fmtstdout microdvd -i $(TARGET_SAMPLES)/sub/MicroDVD_capability_tester.sub -c:s copy |
|
| 12 | 12 |
|
| 13 | 13 |
FATE_SUBTITLES_ASS-$(call DEMDEC, MOV, MOVTEXT) += fate-sub-movtext |
| 14 |
-fate-sub-movtext: CMD = md5 -i $(TARGET_SAMPLES)/sub/MovText_capability_tester.mp4 -f ass |
|
| 14 |
+fate-sub-movtext: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/MovText_capability_tester.mp4 |
|
| 15 | 15 |
|
| 16 | 16 |
FATE_SUBTITLES-$(call ENCDEC, MOVTEXT, MOV) += fate-sub-movtextenc |
| 17 | 17 |
fate-sub-movtextenc: CMD = md5 -i $(TARGET_SAMPLES)/sub/MovText_capability_tester.mp4 -map 0 -scodec mov_text -f mp4 -flags +bitexact -movflags frag_keyframe+empty_moov |
| 18 | 18 |
|
| 19 | 19 |
FATE_SUBTITLES_ASS-$(call DEMDEC, MPL2, MPL2) += fate-sub-mpl2 |
| 20 |
-fate-sub-mpl2: CMD = md5 -i $(TARGET_SAMPLES)/sub/MPL2_capability_tester.txt -f ass |
|
| 20 |
+fate-sub-mpl2: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/MPL2_capability_tester.txt |
|
| 21 | 21 |
|
| 22 | 22 |
FATE_SUBTITLES_ASS-$(call DEMDEC, MPSUB, TEXT) += fate-sub-mpsub |
| 23 |
-fate-sub-mpsub: CMD = md5 -i $(TARGET_SAMPLES)/sub/MPSub_capability_tester.sub -f ass |
|
| 23 |
+fate-sub-mpsub: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/MPSub_capability_tester.sub |
|
| 24 | 24 |
|
| 25 | 25 |
FATE_SUBTITLES_ASS-$(call DEMDEC, MPSUB, TEXT) += fate-sub-mpsub-frames |
| 26 |
-fate-sub-mpsub-frames: CMD = md5 -i $(TARGET_SAMPLES)/sub/MPSub_capability_tester_frames.sub -f ass |
|
| 26 |
+fate-sub-mpsub-frames: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/MPSub_capability_tester_frames.sub |
|
| 27 | 27 |
|
| 28 | 28 |
FATE_SUBTITLES_ASS-$(call DEMDEC, PJS, PJS) += fate-sub-pjs |
| 29 |
-fate-sub-pjs: CMD = md5 -i $(TARGET_SAMPLES)/sub/PJS_capability_tester.pjs -f ass |
|
| 29 |
+fate-sub-pjs: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/PJS_capability_tester.pjs |
|
| 30 | 30 |
|
| 31 | 31 |
FATE_SUBTITLES_ASS-$(call DEMDEC, REALTEXT, REALTEXT) += fate-sub-realtext |
| 32 |
-fate-sub-realtext: CMD = md5 -i $(TARGET_SAMPLES)/sub/RealText_capability_tester.rt -f ass |
|
| 32 |
+fate-sub-realtext: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/RealText_capability_tester.rt |
|
| 33 | 33 |
|
| 34 | 34 |
FATE_SUBTITLES_ASS-$(call DEMDEC, SAMI, SAMI) += fate-sub-sami |
| 35 |
-fate-sub-sami: CMD = md5 -i $(TARGET_SAMPLES)/sub/SAMI_capability_tester.smi -f ass |
|
| 35 |
+fate-sub-sami: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/SAMI_capability_tester.smi |
|
| 36 | 36 |
|
| 37 | 37 |
FATE_SUBTITLES_ASS-$(call DEMDEC, SRT, SUBRIP) += fate-sub-srt |
| 38 |
-fate-sub-srt: CMD = md5 -i $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt -f ass |
|
| 38 |
+fate-sub-srt: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt |
|
| 39 | 39 |
|
| 40 | 40 |
FATE_SUBTITLES-$(call ALLYES, MOV_DEMUXER MOVTEXT_DECODER SUBRIP_ENCODER) += fate-sub-subripenc |
| 41 |
-fate-sub-subripenc: CMD = md5 -i $(TARGET_SAMPLES)/sub/MovText_capability_tester.mp4 -scodec subrip -f srt |
|
| 41 |
+fate-sub-subripenc: CMD = fmtstdout srt -i $(TARGET_SAMPLES)/sub/MovText_capability_tester.mp4 -scodec subrip |
|
| 42 | 42 |
|
| 43 | 43 |
FATE_SUBTITLES_ASS-$(call ALLYES, SUBVIEWER1_DEMUXER SUBVIEWER1_DECODER ICONV) += fate-sub-subviewer1 |
| 44 |
-fate-sub-subviewer1: CMD = md5 -sub_charenc windows-1250 -i $(TARGET_SAMPLES)/sub/SubViewer1_capability_tester.sub -f ass |
|
| 44 |
+fate-sub-subviewer1: CMD = fmtstdout ass -sub_charenc windows-1250 -i $(TARGET_SAMPLES)/sub/SubViewer1_capability_tester.sub |
|
| 45 | 45 |
|
| 46 | 46 |
FATE_SUBTITLES_ASS-$(call DEMDEC, SUBVIEWER, SUBVIEWER) += fate-sub-subviewer |
| 47 |
-fate-sub-subviewer: CMD = md5 -i $(TARGET_SAMPLES)/sub/SubViewer_capability_tester.sub -f ass |
|
| 47 |
+fate-sub-subviewer: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/SubViewer_capability_tester.sub |
|
| 48 | 48 |
|
| 49 | 49 |
FATE_SUBTITLES_ASS-$(call DEMDEC, VPLAYER, VPLAYER) += fate-sub-vplayer |
| 50 |
-fate-sub-vplayer: CMD = md5 -i $(TARGET_SAMPLES)/sub/VPlayer_capability_tester.txt -f ass |
|
| 50 |
+fate-sub-vplayer: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/VPlayer_capability_tester.txt |
|
| 51 | 51 |
|
| 52 | 52 |
FATE_SUBTITLES_ASS-$(call DEMDEC, WEBVTT, WEBVTT) += fate-sub-webvtt |
| 53 |
-fate-sub-webvtt: CMD = md5 -i $(TARGET_SAMPLES)/sub/WebVTT_capability_tester.vtt -f ass |
|
| 53 |
+fate-sub-webvtt: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/WebVTT_capability_tester.vtt |
|
| 54 | 54 |
|
| 55 | 55 |
FATE_SUBTITLES_ASS-$(call ENCMUX, WEBVTT, WEBVTT) += fate-sub-webvttenc |
| 56 |
-fate-sub-webvttenc: CMD = md5 -i $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt -f webvtt |
|
| 56 |
+fate-sub-webvttenc: CMD = fmtstdout webvtt -i $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt |
|
| 57 | 57 |
|
| 58 | 58 |
FATE_SUBTITLES_ASS-$(call ALLYES, MICRODVD_DEMUXER MICRODVD_DECODER ICONV) += fate-sub-charenc |
| 59 |
-fate-sub-charenc: CMD = md5 -sub_charenc cp1251 -i $(TARGET_SAMPLES)/sub/cp1251-subtitles.sub -f ass |
|
| 59 |
+fate-sub-charenc: CMD = fmtstdout ass -sub_charenc cp1251 -i $(TARGET_SAMPLES)/sub/cp1251-subtitles.sub |
|
| 60 | 60 |
|
| 61 | 61 |
FATE_SUBTITLES-$(call ENCMUX, ASS, ASS) += $(FATE_SUBTITLES_ASS-yes) |
| 62 | 62 |
FATE_SUBTITLES += $(FATE_SUBTITLES-yes) |
| ... | ... |
@@ -1 +1,44 @@ |
| 1 |
-47834efc39225264e705dfb885f57df2 |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:03:29.92,0:03:31.28,Default,Dougu? |
|
| 13 |
+Dialogue: 0,0:03:33.36,0:03:35.76,Default,Zlato, jseš v pořádku? |
|
| 14 |
+Dialogue: 0,0:03:37.72,0:03:39.12,Default,Měl jsi sny. |
|
| 15 |
+Dialogue: 0,0:03:41.44,0:03:43.32,Default,Byly o Marsu? |
|
| 16 |
+Dialogue: 0,0:03:48.92,0:03:50.52,Default,Je to lepší? |
|
| 17 |
+Dialogue: 0,0:03:53.12,0:03:54.72,Default,Chudinko moje. |
|
| 18 |
+Dialogue: 0,0:03:55.76,0:03:58.08,Default,Začíná to být\Nposedlost. |
|
| 19 |
+Dialogue: 0,0:04:05.92,0:04:07.16,Default,Byla tam i ona? |
|
| 20 |
+Dialogue: 0,0:04:09.12,0:04:10.48,Default,Kdo? |
|
| 21 |
+Dialogue: 0,0:04:12.44,0:04:15.16,Default,Ta, o které jsi mi vyprávěl.\NTa bruneta. |
|
| 22 |
+Dialogue: 0,0:04:16.32,0:04:17.52,Default,Lori. |
|
| 23 |
+Dialogue: 0,0:04:20.32,0:04:23.16,Default,Nemůžu uvěřit\Nže žárlíš na sen. |
|
| 24 |
+Dialogue: 0,0:04:23.84,0:04:26.60,Default,- Kdo je ona?\N- Nikdo. |
|
| 25 |
+Dialogue: 0,0:04:26.60,0:04:28.80,Default,"Nikdo"? Jak se jmenuje? |
|
| 26 |
+Dialogue: 0,0:04:28.80,0:04:30.24,Default,Nevím. |
|
| 27 |
+Dialogue: 0,0:04:31.52,0:04:33.20,Default,- Pověz!\N- Nevím! |
|
| 28 |
+Dialogue: 0,0:04:33.20,0:04:35.48,Default,Radši bys mi to měl říct! |
|
| 29 |
+Dialogue: 0,0:04:35.48,0:04:39.16,Default,To není legrace Dougu.\NZdá se ti o ní každou noc. |
|
| 30 |
+Dialogue: 0,0:04:39.16,0:04:41.84,Default,Ale vždy se ráno probudím. |
|
| 31 |
+Dialogue: 0,0:04:41.84,0:04:43.28,Default,Nech mě být! |
|
| 32 |
+Dialogue: 0,0:04:45.72,0:04:47.76,Default,No tak, zlato. |
|
| 33 |
+Dialogue: 0,0:04:47.76,0:04:50.72,Default,Ty víš, že jsi dívkou\Nmých snů. |
|
| 34 |
+Dialogue: 0,0:04:50.72,0:04:52.40,Default,Myslíš to vážně? |
|
| 35 |
+Dialogue: 0,0:04:53.48,0:04:55.32,Default,To víš že ano. |
|
| 36 |
+Dialogue: 0,0:05:04.40,0:05:07.20,Default,Dám ti něco\No čem budeš snít. |
|
| 37 |
+Dialogue: 0,0:05:16.76,0:05:16.92,Default,Premiér se útoku ubránil\Na řekl, že zbraně založené na vesmírných... |
|
| 38 |
+Dialogue: 0,0:05:16.92,0:05:20.36,Default,Premiér se útoku ubránil\Na řekl, že zbraně založené na vesmírných... |
|
| 39 |
+Dialogue: 0,0:05:20.36,0:05:24.36,Default,jsou naše jediná obrana proti\Npočetní převaze z jižního bloku. |
|
| 40 |
+Dialogue: 0,0:05:24.36,0:05:26.76,Default,A další násilí na Marsu... |
|
| 41 |
+Dialogue: 0,0:05:26.76,1:44:16.00,Default,[...] |
|
| 42 |
+Dialogue: 0,1:44:16.00,1:44:17.60,Default,Co se děje? |
|
| 43 |
+Dialogue: 0,1:44:17.60,1:44:21.28,Default,Měl jsem jenom hroznou představu.\NCo když tohle je jenom sen? |
|
| 44 |
+Dialogue: 0,1:44:22.76,1:44:25.68,Default,Tak mi dej ryhcle pusu\Nnež se probudíš. |
| ... | ... |
@@ -1 +1,61 @@ |
| 1 |
-c088c2924fd7af0a53eeeeb54a3f4456 |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:00:32.95,0:00:38.25,Default,КОЛУМБИА ПИКЧЪРС - АЗИЯ\NСОНИ ПИКЧЪРС и Е.Е. Co.\Nпредставят |
|
| 13 |
+Dialogue: 0,0:00:52.76,0:00:58.60,Default,Т И Г Ъ Р И Д Р А К О Н |
|
| 14 |
+Dialogue: 0,0:01:22.17,0:01:24.05,Default,Учителят Ли е тук. |
|
| 15 |
+Dialogue: 0,0:01:45.48,0:01:47.32,Default,Шу Лиен! |
|
| 16 |
+Dialogue: 0,0:01:54.53,0:01:57.24,Default,Ли Му Бай е тук. |
|
| 17 |
+Dialogue: 0,0:02:05.83,0:02:09.00,Default,- Как вървят нещата?\N- Добре. Моля, влезте! |
|
| 18 |
+Dialogue: 0,0:02:23.48,0:02:26.52,Default,Му Бай...\NМина много време. |
|
| 19 |
+Dialogue: 0,0:02:26.73,0:02:28.11,Default,Така е. |
|
| 20 |
+Dialogue: 0,0:02:28.57,0:02:31.41,Default,- Как върви бизнесът?\N- Добре. |
|
| 21 |
+Dialogue: 0,0:02:31.61,0:02:33.90,Default,- А ти как си?\N- Добре. |
|
| 22 |
+Dialogue: 0,0:02:40.16,0:02:42.79,Default,Монахът Дзенг каза,\Nче си в планината Удан. |
|
| 23 |
+Dialogue: 0,0:02:43.04,0:02:46.54,Default,Каза, че практикуваш\Nдълбока медитация. |
|
| 24 |
+Dialogue: 0,0:02:48.84,0:02:50.68,Default,Сигурно в планината\Nе много спокойно. |
|
| 25 |
+Dialogue: 0,0:02:51.25,0:02:53.46,Default,Завиждам ти. |
|
| 26 |
+Dialogue: 0,0:02:53.67,0:02:58.34,Default,Имам толкова много работа,\Nпочти не ми остава\Nвреме за почивка. |
|
| 27 |
+Dialogue: 0,0:03:00.26,0:03:03.89,Default,Оставих обучението рано. |
|
| 28 |
+Dialogue: 0,0:03:05.69,0:03:11.28,Default,Защо? Ти си боец на Удан.\NОбучението е всичко. |
|
| 29 |
+Dialogue: 0,0:03:11.90,0:03:14.86,Default,По време на медитация… |
|
| 30 |
+Dialogue: 0,0:03:15.07,0:03:18.49,Default,стигнах до място,\Nкъдето имаше дълбока тишина... |
|
| 31 |
+Dialogue: 0,0:03:19.87,0:03:22.79,Default,бях обграден от светлина... |
|
| 32 |
+Dialogue: 0,0:03:23.41,0:03:28.08,Default,времето и пространството изчезнаха. |
|
| 33 |
+Dialogue: 0,0:03:28.71,0:03:34.09,Default,Достигнах до състояние, за което\Nучителят не ми беше казвал. |
|
| 34 |
+Dialogue: 0,0:03:37.05,0:03:39.14,Default,Постигнал си просветление? |
|
| 35 |
+Dialogue: 0,0:03:39.34,0:03:41.22,Default,Не. |
|
| 36 |
+Dialogue: 0,0:03:41.72,0:03:45.81,Default,Не почувствах блаженството\Nна просветлението. |
|
| 37 |
+Dialogue: 0,0:03:46.02,0:03:52.86,Default,Вместо това... ме обгърна\Nбезкрайна мъка. |
|
| 38 |
+Dialogue: 0,0:03:53.40,0:03:56.57,Default,Не можах да издържа. |
|
| 39 |
+Dialogue: 0,0:03:57.49,0:03:59.74,Default,Прекъснах медитацията си. |
|
| 40 |
+Dialogue: 0,0:03:59.95,0:04:02.24,Default,Не можах да продължа. |
|
| 41 |
+Dialogue: 0,0:04:03.20,0:04:07.79,Default,Нещо...\Nме дърпаше назад. |
|
| 42 |
+Dialogue: 0,0:04:09.62,0:04:10.91,Default,Какво беше? |
|
| 43 |
+Dialogue: 0,0:04:15.46,0:04:18.00,Default,Нещо, от което не\Nмога да се освободя. |
|
| 44 |
+Dialogue: 0,0:04:23.39,0:04:24.68,Default,Скоро ли ще тръгваш? |
|
| 45 |
+Dialogue: 0,0:04:26.77,0:04:30.27,Default,Подготвяме охрана\Nза една доставка... |
|
| 46 |
+Dialogue: 0,0:04:30.48,0:04:31.94,Default,за Пекин. |
|
| 47 |
+Dialogue: 0,0:04:32.56,0:04:34.10,Default,Мога ли да те помоля... |
|
| 48 |
+Dialogue: 0,0:04:35.07,0:04:38.82,Default,да занесеш нещо на господин Те. |
|
| 49 |
+Dialogue: 0,0:04:44.28,0:04:48.12,Default,Зеленият меч на Съдбата!?\NДаваш го на господин Те!? |
|
| 50 |
+Dialogue: 0,0:04:48.37,0:04:52.67,Default,Да. Той винаги е бил\Nнашият най-голям покровител. |
|
| 51 |
+Dialogue: 0,0:04:52.88,0:04:56.55,Default,Не разбирам.\NКак можеш да се разделиш с него? |
|
| 52 |
+Dialogue: 0,0:04:56.76,0:04:59.93,Default,Той винаги е бил с теб. |
|
| 53 |
+Dialogue: 0,0:05:01.18,0:05:05.52,Default,Твърде много хора са\Nзагинали от това острие. |
|
| 54 |
+Dialogue: 0,0:05:09.68,0:05:14.52,Default,Чисто е единствено защото\Nкръвта се отмива лесно. |
|
| 55 |
+Dialogue: 0,0:05:15.40,0:05:20.61,Default,Ти го използваш справедливо.\NДостоен си за него. |
|
| 56 |
+Dialogue: 0,0:05:23.66,0:05:27.37,Default,Дойде време\Nда го оставя. |
|
| 57 |
+Dialogue: 0,0:05:27.58,0:05:31.21,Default,Е, какво ще правиш\Nот сега нататък? |
|
| 58 |
+Dialogue: 0,0:05:34.71,0:05:37.50,Default,Ела с мен в Пекин. |
|
| 59 |
+Dialogue: 0,0:05:37.71,0:05:41.42,Default,Лично ще дадеш меча\Nна господин Те. |
|
| 60 |
+Dialogue: 0,0:05:41.68,0:05:44.89,Default,Ще бъде както преди. |
|
| 61 |
+Dialogue: 0,0:05:47.01,0:05:51.68,Default,Първо трябва да отида\Nна гроба на учителя си. |
| ... | ... |
@@ -1 +1,22 @@ |
| 1 |
-3bf9f062bd9825c7d8c3b62451b6d360 |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:00:00.12,0:00:04.36,Default,{\an5}JACOsub\N\NThis script demonstrates some of the capabilities of JACOsub.
|
|
| 13 |
+Dialogue: 0,0:00:04.12,0:00:14.86,Default,{\an8}Text may be positioned at the top,
|
|
| 14 |
+Dialogue: 0,0:00:05.12,0:00:17.46,Default,{\an5}middle,
|
|
| 15 |
+Dialogue: 0,0:00:06.12,0:00:20.06,Default,{\an2}or bottom of the screen.
|
|
| 16 |
+Dialogue: 0,0:00:08.12,0:00:27.36,Default,{\an5}{this is a comment} (And, you just saw, {another comment} timing ranges for different lines of text.
|
|
| 17 |
+Dialogue: 0,0:00:11.12,0:00:35.86,Default,{\an1}Within margin constraints\Nthat you set, text may be\Nleft justified,
|
|
| 18 |
+Dialogue: 0,0:00:13.62,0:00:42.11,Default,{\an2}{the JC is redundant - it's the default}center\Njustified,
|
|
| 19 |
+Dialogue: 0,0:00:14.87,0:00:45.86,Default,{\an3}and also\Nright justified.
|
|
| 20 |
+Dialogue: 0,0:00:22.42,0:01:12.76,Default,Text may appear in different styles\N(Normal, {\b1}Bold{\r}, {\i1}Italic{\r})
|
|
| 21 |
+Dialogue: 0,0:01:16.12,0:03:53.36,Default,{\an5}\N\NAt that time, you may press any key to return to the Editor.
|
|
| 22 |
+Dialogue: 0,0:01:16.12,0:03:53.36,Default,OK, this script will be finished when the screen goes blank. |
| ... | ... |
@@ -1 +1,22 @@ |
| 1 |
-1741d6776462277430d5e320157f5bf9 |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Comic Sans MS,30,&H123456,&H123456,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:00:00.00,0:00:40.00,Default,25.000 FPS |
|
| 13 |
+Dialogue: 0,0:00:40.00,0:00:52.00,Default,{\c&H345678&}foo{\c}\N{\c&HABCDEF&}bar{\c}\Nbla
|
|
| 14 |
+Dialogue: 0,0:00:52.00,0:00:56.00,Default,{\u1}{\s1}{\i1}{\b1}italic bold underline strike{\s0}{\u0}\Nitalic bold no-underline no-strike
|
|
| 15 |
+Dialogue: 0,0:00:56.00,0:01:00.00,Default,back to |
|
| 16 |
+Dialogue: 0,0:01:00.00,0:01:04.00,Default,the future |
|
| 17 |
+Dialogue: 0,0:01:20.00,0:01:24.92,Default,{\pos(10,20)}Some more crazy stuff
|
|
| 18 |
+Dialogue: 0,0:02:14.00,0:02:15.60,Default,this subtitle... |
|
| 19 |
+Dialogue: 0,0:02:15.60,0:02:40.00,Default,...continues up to... |
|
| 20 |
+Dialogue: 0,0:02:40.00,0:03:00.00,Default,this one. |
|
| 21 |
+Dialogue: 0,0:03:04.00,0:03:12.00,Default,and now... |
|
| 22 |
+Dialogue: 0,0:03:12.00,9:59:59.99,Default,...to the end of the presentation |
| ... | ... |
@@ -1 +1,14 @@ |
| 1 |
-24c02caa25c6a82d803171697a10d8f5 |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:00:00.97,0:00:02.54,Default,- Test 1.\N- Test 2. |
|
| 13 |
+Dialogue: 0,0:00:03.05,0:00:04.74,Default,Test 3. |
|
| 14 |
+Dialogue: 0,0:00:05.85,0:00:08.14,Default,- Test 4.\N- Test 5. |
| ... | ... |
@@ -1 +1,15 @@ |
| 1 |
-28fb7dad61c3394f5edc8b186fdf7dd6 |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:00:00.00,0:00:01.20,Default,Foo\Nbar\Nbla |
|
| 13 |
+Dialogue: 0,0:00:04.10,0:00:05.30,Default,{\i1}italic{\r}\N{\b1}bold{\r}\N{\b1}{\i1}italicbold
|
|
| 14 |
+Dialogue: 0,0:00:05.30,0:00:07.20,Default,{\u1}underline{\r}\Nnormal
|
|
| 15 |
+Dialogue: 0,0:00:08.40,0:00:12.80,Default,hello |
| ... | ... |
@@ -1 +1,32 @@ |
| 1 |
-2f10577c4e2631e9a50495fa2cc9a985 |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:00:15.00,0:00:18.00,Default,A long, long time ago... |
|
| 13 |
+Dialogue: 0,0:00:18.00,0:00:21.00,Default,in a galaxy far away... |
|
| 14 |
+Dialogue: 0,0:00:21.00,0:00:24.00,Default,Naboo was under an attack. |
|
| 15 |
+Dialogue: 0,0:00:25.00,0:00:27.50,Default,And I thought me and\NQui-Gon Jinn could |
|
| 16 |
+Dialogue: 0,0:00:27.50,0:00:30.00,Default,talk the Federation into |
|
| 17 |
+Dialogue: 0,0:00:30.00,0:00:34.00,Default,...maybe cutting them a\Nlittle slack. |
|
| 18 |
+Dialogue: 0,0:00:36.00,0:00:39.00,Default,But their response, it\Ndidn't thrill us, |
|
| 19 |
+Dialogue: 0,0:00:39.00,0:00:42.00,Default,They locked the doors,\Nand tried to kill us. |
|
| 20 |
+Dialogue: 0,0:00:42.00,0:00:44.50,Default,We escaped from that gas, |
|
| 21 |
+Dialogue: 0,0:00:44.50,0:00:48.00,Default,then met Jar-jar and\NBoss-Nass. |
|
| 22 |
+Dialogue: 0,0:00:49.00,0:00:55.00,Default,We took a bongo from the\Nscene and we went to\NTheed to see the Queen. |
|
| 23 |
+Dialogue: 0,0:00:55.00,0:01:00.00,Default,We all wound' up on\NTatooine. |
|
| 24 |
+Dialogue: 0,0:01:00.00,0:01:06.00,Default,That's where, we've found\Nthis boy. |
|
| 25 |
+Dialogue: 0,0:01:06.00,0:01:10.00,Default,Oh my, my this here\NAnakin guy, |
|
| 26 |
+Dialogue: 0,0:01:10.00,0:01:15.00,Default,maybe Vader someday\Nlater now he's just\Na small fry. |
|
| 27 |
+Dialogue: 0,0:01:15.00,0:01:19.00,Default,And he left his home and\Nkissed his mommy goodbye, |
|
| 28 |
+Dialogue: 0,0:01:19.00,0:01:24.00,Default,singing "Soon I'm gonna be\Na Jedi!" |
|
| 29 |
+Dialogue: 0,0:01:30.00,0:01:36.00,Default,Did you know this junkyard\Nslave isn't even old enough\Nto shave, |
|
| 30 |
+Dialogue: 0,0:01:36.00,0:01:39.00,Default,but he can use the Force,\Nthey say. |
|
| 31 |
+Dialogue: 0,0:01:40.00,0:01:46.00,Default,Ahh, do you see him hitting\Non the queen though he's\Njust nine and she's fourteen |
|
| 32 |
+Dialogue: 0,0:01:46.00,0:01:52.00,Default,yeah, he's probably gonna\Nmarry her, someday! |
| ... | ... |
@@ -1 +1,13 @@ |
| 1 |
-792dab5d9a471e0381e18b705fc408cc |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:00:01.00,0:00:02.48,Default,Start at 1sec,\Nlast 1.5 seconds |
|
| 13 |
+Dialogue: 0,0:00:02.52,0:00:11.52,Default,One frame later,\Nduring 9 seconds |
| ... | ... |
@@ -1 +1,14 @@ |
| 1 |
-a335eefaf09b3b148e65c757bf41af4d |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:04:04.70,0:04:11.30,Default,You should come to the Drama Club, too. |
|
| 13 |
+Dialogue: 0,0:04:11.30,0:04:19.40,Default,Yeah. The Drama Club is worried\Nthat you haven't been coming. |
|
| 14 |
+Dialogue: 0,0:04:20.30,0:04:27.50,Default,I see. Sorry, I'll drop by next time. |
| ... | ... |
@@ -1 +1,16 @@ |
| 1 |
-a36977a149ce60eac443e4c9bb329ca2 |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:00:00.00,0:00:00.00,Default,Mary had a little lamb, \N |
|
| 13 |
+Dialogue: 0,0:00:03.00,0:00:18.00,Default,little lamb, \N |
|
| 14 |
+Dialogue: 0,0:00:06.99,0:00:21.99,Default,little lamb, \N |
|
| 15 |
+Dialogue: 0,0:00:09.00,0:00:23.00,Default,Mary had a little lamb \N |
|
| 16 |
+Dialogue: 0,0:00:12.34,0:00:27.34,Default,whose fleece was white as snow. |
| ... | ... |
@@ -1 +1,20 @@ |
| 1 |
-04098faede85ddacb40aa12c798cc0cc |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:00:00.00,0:00:00.01,Default,{\i1}Pres. John F. Kennedy {\i0}\N
|
|
| 13 |
+Dialogue: 0,0:00:00.01,0:00:08.80,Default,{\i1}Pres. John F. Kennedy {\i0}\NLet the word go forth, from this time and place to friend and foe alike that the torch
|
|
| 14 |
+Dialogue: 0,0:00:08.80,0:00:19.50,Default,{\i1}Pres. John F. Kennedy {\i0}\Nhas been passed to a new generation of Americans, born in this century, tempered by war,
|
|
| 15 |
+Dialogue: 0,0:00:19.50,0:00:28.00,Default,{\i1}Pres. John F. Kennedy {\i0}\Ndisciplined by a hard and bitter peace, proud of our ancient heritage, and unwilling to witness
|
|
| 16 |
+Dialogue: 0,0:00:28.00,0:00:38.00,Default,{\i1}Pres. John F. Kennedy {\i0}\Nor permit the slow undoing of those human rights to which this nation has always
|
|
| 17 |
+Dialogue: 0,0:00:38.00,0:00:46.00,Default,{\i1}Pres. John F. Kennedy {\i0}\Nbeen committed and to which we are committed today at home and around the world.
|
|
| 18 |
+Dialogue: 0,0:00:46.00,0:01:01.00,Default,{\i1}Pres. John F. Kennedy {\i0}\NLet every nation know, whether it wishes us well or ill, that we shall pay any price, bear any burden,
|
|
| 19 |
+Dialogue: 0,0:01:01.00,0:01:13.00,Default,{\i1}Pres. John F. Kennedy {\i0}\Nmeet any hardship, support any friend, oppose any foe, to ensure the survival and success of liberty.
|
|
| 20 |
+Dialogue: 0,0:01:13.00,9:59:59.99,Default,{\i1}End of: {\i0}\NPresident John F. Kennedy Speech
|
| ... | ... |
@@ -1 +1,48 @@ |
| 1 |
-be870f5037933b6890d56e614ec4aa75 |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:00:00.00,0:00:00.00,Default,Don't show this text it may be used to insert hidden data |
|
| 13 |
+Dialogue: 0,0:00:01.50,0:00:04.50,Default,SubRip subtitles capability tester 1.3o by ale5000\N{\b1}{\i1}Use VLC 1.1 or higher as reference for most things and MPC Home Cinema for others{\i0}{\b0}\N{\c&HFF0000&}This text should be blue{\c}\N{\c&HFF&}This text should be red{\c}\N{\c&H0&}This text should be black{\c}\N{\fnWebdings}If you see this with the normal font, the player don't (fully) support font face{\fn}
|
|
| 14 |
+Dialogue: 0,0:00:04.50,0:00:04.50,Default,Hidden |
|
| 15 |
+Dialogue: 0,0:00:04.50,0:00:07.50,Default,{\fs8}This text should be small{\fs}\NThis text should be normal\N{\fs35}This text should be big{\fs}
|
|
| 16 |
+Dialogue: 0,0:00:07.50,0:00:11.50,Default,This should be an E with an accent: È\N日本語\N{\fs30}{\b1}{\i1}{\u1}This text should be bold, italics and underline{\u0}{\i0}{\b0}{\fs}\N{\fs9}{\c&HFF00&}This text should be small and green{\c}{\fs}\N{\fs9}{\c&HFF&}This text should be small and red{\c}{\fs}\N{\fs24}{\c&H2A2AA5&}This text should be big and brown{\c}{\fs}
|
|
| 17 |
+Dialogue: 0,0:00:11.50,0:00:14.50,Default,{\b1}This line should be bold{\b0}\N{\i1}This line should be italics{\i0}\N{\u1}This line should be underline{\u0}\N{\s1}This line should be strikethrough{\s0}\N{\u1}Both lines\Nshould be underline{\u0}
|
|
| 18 |
+Dialogue: 0,0:00:14.50,0:00:17.50,Default,>\NIt would be a good thing to\Nhide invalid html tags that are closed and show the text in them\N<invalid_tag_unclosed>but show un-closed invalid html tags\NShow not opened tags</invalid_tag_not_opened>\N< |
|
| 19 |
+Dialogue: 0,0:00:17.50,0:00:20.50,Default,and also\Nhide invalid html tags with parameters that are closed and show the text in them\N<invalid_tag_uc par=5>but show un-closed invalid html tags\N{\u1}This text should be showed underlined without problems also: 2<3,5>1,4<6{\u0}\NThis shouldn't be underlined
|
|
| 20 |
+Dialogue: 0,0:00:20.50,0:00:21.50,Default,This text should be in the normal position... |
|
| 21 |
+Dialogue: 0,0:00:21.50,0:00:22.50,Default,{\an1}{\move(0,50,0,100)}This text should NOT be in the normal position
|
|
| 22 |
+Dialogue: 0,0:00:22.50,0:00:24.50,Default,Implementation is the same of the ASS tag\N{\an8}This text should be at the\Ntop and horizontally centered
|
|
| 23 |
+Dialogue: 0,0:00:22.50,0:00:24.50,Default,{\an5}This text should be at the\Nmiddle and horizontally centered
|
|
| 24 |
+Dialogue: 0,0:00:22.50,0:00:24.50,Default,{\an2}This text should be at the\Nbottom and horizontally centered
|
|
| 25 |
+Dialogue: 0,0:00:24.50,0:00:26.50,Default,This text should be at the\Ntop and horizontally at the left{\an7}
|
|
| 26 |
+Dialogue: 0,0:00:24.50,0:00:26.50,Default,{\an4}This text should be at the\Nmiddle and horizontally at the left\N(The second position must be ignored)
|
|
| 27 |
+Dialogue: 0,0:00:24.50,0:00:26.50,Default,{\an1}This text should be at the\Nbottom and horizontally at the left
|
|
| 28 |
+Dialogue: 0,0:00:26.50,0:00:28.50,Default,{\an9}This text should be at the\Ntop and horizontally at the right
|
|
| 29 |
+Dialogue: 0,0:00:26.50,0:00:28.50,Default,{\an6}This text should be at the\Nmiddle and horizontally at the right
|
|
| 30 |
+Dialogue: 0,0:00:26.50,0:00:28.50,Default,{\an3}This text should be at the\Nbottom and horizontally at the right
|
|
| 31 |
+Dialogue: 0,0:00:28.50,0:00:31.50,Default,{\fs6}{\c&HFF00&}This could be the {\fs35}m{\c&H0&}o{\c&HFF00&}st{\fs6} difficult thing to implement{\c}{\fs}
|
|
| 32 |
+Dialogue: 0,0:00:31.50,0:00:50.50,Default,First text |
|
| 33 |
+Dialogue: 0,0:00:33.50,0:00:35.50,Default,Second, it shouldn't overlap first |
|
| 34 |
+Dialogue: 0,0:00:35.50,0:00:37.50,Default,Third, it should replace second |
|
| 35 |
+Dialogue: 0,0:00:36.50,0:00:50.50,Default,Fourth, it shouldn't overlap first and third |
|
| 36 |
+Dialogue: 0,0:00:40.50,0:00:45.50,Default,Fifth, it should replace third |
|
| 37 |
+Dialogue: 0,0:00:45.50,0:00:50.50,Default,Sixth, it shouldn't be\Nshowed overlapped |
|
| 38 |
+Dialogue: 0,0:00:50.50,0:00:52.50,Default,TEXT 1 (bottom) |
|
| 39 |
+Dialogue: 0,0:00:50.50,0:00:52.50,Default,text 2 |
|
| 40 |
+Dialogue: 0,0:00:52.50,0:00:54.50,Default,Hide these tags:\Nalso hide these tags:\Nbut show this: {normal text}
|
|
| 41 |
+Dialogue: 0,0:00:54.50,0:01:00.50,Default,{\an8}\N\ N is a forced line break\N\ h is a hard space\NNormal spaces at the start and at the end of the line are trimmed while hard spaces are not trimmed.\NThe\hline\hwill\hnever\hbreak\hautomatically\hright\hbefore\hor\hafter\ha\hhard\hspace.\h:-D
|
|
| 42 |
+Dialogue: 0,0:00:54.50,0:00:56.50,Default,{\an1}\N\h\h\h\h\hA (05 hard spaces followed by a letter)\NA (Normal spaces followed by a letter)\NA (No hard spaces followed by a letter)
|
|
| 43 |
+Dialogue: 0,0:00:56.50,0:00:58.50,Default,\h\h\h\h\hA (05 hard spaces followed by a letter)\NA (Normal spaces followed by a letter)\NA (No hard spaces followed by a letter)\NShow this: \TEST and this: \-) |
|
| 44 |
+Dialogue: 0,0:00:58.50,0:01:00.50,Default,{\an3}\NA letter followed by 05 hard spaces: A\h\h\h\h\h\NA letter followed by normal spaces: A\NA letter followed by no hard spaces: A\N05 hard spaces between letters: A\h\h\h\h\hA\N5 normal spaces between letters: A A\N\N^--Forced line break
|
|
| 45 |
+Dialogue: 0,0:01:00.50,0:01:02.50,Default,{\s1}Both line should be strikethrough,\Nyes.{\s0}\NCorrectly closed tags\Nshould be hidden.
|
|
| 46 |
+Dialogue: 0,0:01:02.50,0:01:04.50,Default,It shouldn't be strikethrough,\Nnot opened tag showed as text.</s>\NNot opened tag showed as text.</xxxxx> |
|
| 47 |
+Dialogue: 0,0:01:04.50,0:01:06.50,Default,{\s1}Three lines should be strikethrough,\Nyes.\N<yyyy>Not closed tags showed as text
|
|
| 48 |
+Dialogue: 0,0:01:06.50,0:01:08.50,Default,{\s1}Both line should be strikethrough but\Nthe wrong closing tag should be showed</b>
|
| ... | ... |
@@ -1 +1,14 @@ |
| 1 |
-848f774195e873ce71febf35b6c9c541 |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:01:00.10,0:02:00.20,Default,Hello.\NWorld! |
|
| 13 |
+Dialogue: 0,0:02:00.30,0:03:00.40,Default,\Nfoo\Nbar\Nbla\Nmixed with br |
|
| 14 |
+Dialogue: 0,0:03:04.12,0:03:10.20,Default,Another event. |
| ... | ... |
@@ -1 +1,21 @@ |
| 1 |
-040d7880a6621b1661f9d12c5375037f |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:03:45.00,0:03:48.00,Default,- ToIerábiIis?\N- Azt jeIenti: tűrhető. |
|
| 13 |
+Dialogue: 0,0:03:48.00,0:03:51.00,Default,Tudom, mit jeIent. Megnézhetem? |
|
| 14 |
+Dialogue: 0,0:03:52.00,0:03:54.00,Default,TiszteIt bírónő. |
|
| 15 |
+Dialogue: 0,0:03:57.00,0:04:00.00,Default,KépzeIje magát\Na környékbeIi gyermekek heIyébe. |
|
| 16 |
+Dialogue: 0,0:04:01.00,0:04:05.00,Default,Naphosszat monoton, döngöIő zaj\Nszaggatja a dobhártyájukat. |
|
| 17 |
+Dialogue: 0,0:04:05.00,0:04:10.00,Default,Ahogy egyre föIébük tornyosuI,\Nrájuk veti sötét árnyékát. |
|
| 18 |
+Dialogue: 0,0:04:10.00,0:04:15.00,Default,Ez a feIhőkarcoIó, az emberi\Nmohóság újabb emIékműve. |
|
| 19 |
+Dialogue: 0,1:50:38.00,1:50:41.00,Default,készen áIIok. |
|
| 20 |
+Dialogue: 0,1:51:00.00,1:51:03.00,Default,Joe ... Miguel keres. |
|
| 21 |
+Dialogue: 0,2:00:18.00,9:59:59.99,Default,Magyar szöveg: Nikowvitz Oszkár |
| ... | ... |
@@ -1 +1,14 @@ |
| 1 |
-0bb5d4f72b6dc1b37d2ee7b5579ed87e |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:00:00.12,0:00:23.51,Default,Hello |
|
| 13 |
+Dialogue: 0,0:00:23.51,0:01:02.05,Default,World |
|
| 14 |
+Dialogue: 0,0:01:02.05,9:59:59.99,Default,!\Nnewline |
| ... | ... |
@@ -1 +1,26 @@ |
| 1 |
-ee266bd7141df4ea11a9447ab038bb6e |
|
| 1 |
+[Script Info] |
|
| 2 |
+ScriptType: v4.00+ |
|
| 3 |
+PlayResX: 384 |
|
| 4 |
+PlayResY: 288 |
|
| 5 |
+ |
|
| 6 |
+[V4+ Styles] |
|
| 7 |
+Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding |
|
| 8 |
+Style: Default,Arial,16,&Hffffff,&Hffffff,&H0,&H0,0,0,0,1,1,0,2,10,10,10,0,0 |
|
| 9 |
+ |
|
| 10 |
+[Events] |
|
| 11 |
+Format: Layer, Start, End, Style, Text |
|
| 12 |
+Dialogue: 0,0:00:11.00,0:00:13.00,Default,We are in New York City\NRandom line added |
|
| 13 |
+Dialogue: 0,0:00:13.00,0:00:16.00,Default,We're actually at the Lucern Hotel, just down the street |
|
| 14 |
+Dialogue: 0,0:00:16.00,0:00:18.00,Default,from the American Museum of Natural History |
|
| 15 |
+Dialogue: 0,0:00:18.00,0:00:20.00,Default,And with me is Neil deGrasse Tyson |
|
| 16 |
+Dialogue: 0,0:00:20.00,0:00:22.00,Default,Astrophysicist, Director of the Hayden Planetarium |
|
| 17 |
+Dialogue: 0,0:00:22.00,0:00:24.00,Default,at the AMNH. |
|
| 18 |
+Dialogue: 0,0:00:24.00,0:00:26.00,Default,Thank you for walking down here. |
|
| 19 |
+Dialogue: 0,0:00:27.00,0:00:30.00,Default,And I want to do a follow-up on the last conversation we did.\Nmultiple lines\Nagain |
|
| 20 |
+Dialogue: 0,0:00:30.00,0:00:31.50,Default,When we e-mailed— |
|
| 21 |
+Dialogue: 0,0:00:30.50,0:00:32.50,Default,Didn't we {\b1}talk {\i1}about\N{\i0} enough{\b0} in that conversation? \{I'm not an ASS comment\}
|
|
| 22 |
+Dialogue: 0,0:00:32.00,0:00:35.50,Default,No! No no no no; 'cos 'cos obviously 'cos |
|
| 23 |
+Dialogue: 0,0:00:32.50,0:00:33.50,Default,{\i1}Laughs{\i0}
|
|
| 24 |
+Dialogue: 0,0:00:35.50,0:00:38.00,Default,You know I'm so excited my glasses are falling off here. |
|
| 25 |
+Dialogue: 0,0:00:50.00,0:00:51.13,Default,This event and the following\None have CLRF |
|
| 26 |
+Dialogue: 0,0:59:00.12,1:23:45.68,Default,Obiwan Kenobi |
| ... | ... |
@@ -1 +1,177 @@ |
| 1 |
-8683216a86e147a98f29dafee33a0987 |
|
| 1 |
+WEBVTT |
|
| 2 |
+ |
|
| 3 |
+00:00.000 --> 00:00.000 |
|
| 4 |
+Don't show this text it may be used to insert hidden data |
|
| 5 |
+ |
|
| 6 |
+00:01.500 --> 00:04.500 |
|
| 7 |
+SubRip subtitles capability tester 1.3o by ale5000 |
|
| 8 |
+<b><i>Use VLC 1.1 or higher as reference for most things and MPC Home Cinema for others</i></b> |
|
| 9 |
+This text should be blue |
|
| 10 |
+This text should be red |
|
| 11 |
+This text should be black |
|
| 12 |
+If you see this with the normal font, the player don't (fully) support font face |
|
| 13 |
+ |
|
| 14 |
+00:04.500 --> 00:04.500 |
|
| 15 |
+Hidden |
|
| 16 |
+ |
|
| 17 |
+00:04.501 --> 00:07.501 |
|
| 18 |
+This text should be small |
|
| 19 |
+This text should be normal |
|
| 20 |
+This text should be big |
|
| 21 |
+ |
|
| 22 |
+00:07.501 --> 00:11.501 |
|
| 23 |
+This should be an E with an accent: È |
|
| 24 |
+日本語 |
|
| 25 |
+<b><i><u>This text should be bold, italics and underline</u></i></b> |
|
| 26 |
+This text should be small and green |
|
| 27 |
+This text should be small and red |
|
| 28 |
+This text should be big and brown |
|
| 29 |
+ |
|
| 30 |
+00:11.501 --> 00:14.501 |
|
| 31 |
+<b>This line should be bold</b> |
|
| 32 |
+<i>This line should be italics</i> |
|
| 33 |
+<u>This line should be underline</u> |
|
| 34 |
+This line should be strikethrough |
|
| 35 |
+<u>Both lines |
|
| 36 |
+should be underline</u> |
|
| 37 |
+ |
|
| 38 |
+00:14.501 --> 00:17.501 |
|
| 39 |
+> |
|
| 40 |
+It would be a good thing to |
|
| 41 |
+hide invalid html tags that are closed and show the text in them |
|
| 42 |
+<invalid_tag_unclosed>but show un-closed invalid html tags |
|
| 43 |
+Show not opened tags</invalid_tag_not_opened> |
|
| 44 |
+< |
|
| 45 |
+ |
|
| 46 |
+00:17.501 --> 00:20.501 |
|
| 47 |
+and also |
|
| 48 |
+hide invalid html tags with parameters that are closed and show the text in them |
|
| 49 |
+<invalid_tag_uc par=5>but show un-closed invalid html tags |
|
| 50 |
+<u>This text should be showed underlined without problems also: 2<3,5>1,4<6</u> |
|
| 51 |
+This shouldn't be underlined |
|
| 52 |
+ |
|
| 53 |
+00:20.501 --> 00:21.501 |
|
| 54 |
+This text should be in the normal position... |
|
| 55 |
+ |
|
| 56 |
+00:21.501 --> 00:22.501 |
|
| 57 |
+This text should NOT be in the normal position |
|
| 58 |
+ |
|
| 59 |
+00:22.501 --> 00:24.501 |
|
| 60 |
+Implementation is the same of the ASS tag |
|
| 61 |
+This text should be at the |
|
| 62 |
+top and horizontally centered |
|
| 63 |
+ |
|
| 64 |
+00:22.501 --> 00:24.501 |
|
| 65 |
+This text should be at the |
|
| 66 |
+middle and horizontally centered |
|
| 67 |
+ |
|
| 68 |
+00:22.501 --> 00:24.501 |
|
| 69 |
+This text should be at the |
|
| 70 |
+bottom and horizontally centered |
|
| 71 |
+ |
|
| 72 |
+00:24.501 --> 00:26.501 |
|
| 73 |
+This text should be at the |
|
| 74 |
+top and horizontally at the left |
|
| 75 |
+ |
|
| 76 |
+00:24.501 --> 00:26.501 |
|
| 77 |
+This text should be at the |
|
| 78 |
+middle and horizontally at the left |
|
| 79 |
+(The second position must be ignored) |
|
| 80 |
+ |
|
| 81 |
+00:24.501 --> 00:26.501 |
|
| 82 |
+This text should be at the |
|
| 83 |
+bottom and horizontally at the left |
|
| 84 |
+ |
|
| 85 |
+00:26.501 --> 00:28.501 |
|
| 86 |
+This text should be at the |
|
| 87 |
+top and horizontally at the right |
|
| 88 |
+ |
|
| 89 |
+00:26.501 --> 00:28.501 |
|
| 90 |
+This text should be at the |
|
| 91 |
+middle and horizontally at the right |
|
| 92 |
+ |
|
| 93 |
+00:26.501 --> 00:28.501 |
|
| 94 |
+This text should be at the |
|
| 95 |
+bottom and horizontally at the right |
|
| 96 |
+ |
|
| 97 |
+00:28.501 --> 00:31.501 |
|
| 98 |
+This could be the most difficult thing to implement |
|
| 99 |
+ |
|
| 100 |
+00:31.501 --> 00:50.501 |
|
| 101 |
+First text |
|
| 102 |
+ |
|
| 103 |
+00:33.500 --> 00:35.500 |
|
| 104 |
+Second, it shouldn't overlap first |
|
| 105 |
+ |
|
| 106 |
+00:35.501 --> 00:37.501 |
|
| 107 |
+Third, it should replace second |
|
| 108 |
+ |
|
| 109 |
+00:36.501 --> 00:50.501 |
|
| 110 |
+Fourth, it shouldn't overlap first and third |
|
| 111 |
+ |
|
| 112 |
+00:40.501 --> 00:45.501 |
|
| 113 |
+Fifth, it should replace third |
|
| 114 |
+ |
|
| 115 |
+00:45.501 --> 00:50.501 |
|
| 116 |
+Sixth, it shouldn't be |
|
| 117 |
+showed overlapped |
|
| 118 |
+ |
|
| 119 |
+00:50.501 --> 00:52.501 |
|
| 120 |
+TEXT 1 (bottom) |
|
| 121 |
+ |
|
| 122 |
+00:50.501 --> 00:52.501 |
|
| 123 |
+text 2 |
|
| 124 |
+ |
|
| 125 |
+00:52.501 --> 00:54.501 |
|
| 126 |
+Hide these tags: |
|
| 127 |
+also hide these tags: |
|
| 128 |
+but show this: {normal text}
|
|
| 129 |
+ |
|
| 130 |
+00:54.501 --> 01:00.501 |
|
| 131 |
+ |
|
| 132 |
+\ N is a forced line break |
|
| 133 |
+\ h is a hard space |
|
| 134 |
+Normal spaces at the start and at the end of the line are trimmed while hard spaces are not trimmed. |
|
| 135 |
+The\hline\hwill\hnever\hbreak\hautomatically\hright\hbefore\hor\hafter\ha\hhard\hspace.\h:-D |
|
| 136 |
+ |
|
| 137 |
+00:54.501 --> 00:56.501 |
|
| 138 |
+ |
|
| 139 |
+\h\h\h\h\hA (05 hard spaces followed by a letter) |
|
| 140 |
+A (Normal spaces followed by a letter) |
|
| 141 |
+A (No hard spaces followed by a letter) |
|
| 142 |
+ |
|
| 143 |
+00:56.501 --> 00:58.501 |
|
| 144 |
+\h\h\h\h\hA (05 hard spaces followed by a letter) |
|
| 145 |
+A (Normal spaces followed by a letter) |
|
| 146 |
+A (No hard spaces followed by a letter) |
|
| 147 |
+Show this: \TEST and this: \-) |
|
| 148 |
+ |
|
| 149 |
+00:58.501 --> 01:00.501 |
|
| 150 |
+ |
|
| 151 |
+A letter followed by 05 hard spaces: A\h\h\h\h\h |
|
| 152 |
+A letter followed by normal spaces: A |
|
| 153 |
+A letter followed by no hard spaces: A |
|
| 154 |
+05 hard spaces between letters: A\h\h\h\h\hA |
|
| 155 |
+5 normal spaces between letters: A A |
|
| 156 |
+ |
|
| 157 |
+^--Forced line break |
|
| 158 |
+ |
|
| 159 |
+01:00.501 --> 01:02.501 |
|
| 160 |
+Both line should be strikethrough, |
|
| 161 |
+yes. |
|
| 162 |
+Correctly closed tags |
|
| 163 |
+should be hidden. |
|
| 164 |
+ |
|
| 165 |
+01:02.501 --> 01:04.501 |
|
| 166 |
+It shouldn't be strikethrough, |
|
| 167 |
+not opened tag showed as text.</s> |
|
| 168 |
+Not opened tag showed as text.</xxxxx> |
|
| 169 |
+ |
|
| 170 |
+01:04.501 --> 01:06.501 |
|
| 171 |
+Three lines should be strikethrough, |
|
| 172 |
+yes. |
|
| 173 |
+<yyyy>Not closed tags showed as text |
|
| 174 |
+ |
|
| 175 |
+01:06.501 --> 01:08.501 |
|
| 176 |
+Both line should be strikethrough but |
|
| 177 |
+the wrong closing tag should be showed</b> |