Commit Graph

749 Commits

Author SHA1 Message Date
Nikolaj Olsson
6efc7c9a0a Fix DecodeJsonText for new format 2020-05-08 20:53:57 +02:00
Nikolaj Olsson
36ccb39cce Adjust new format 2020-05-08 10:06:28 +02:00
Nikolaj Olsson
0a6c4aa06f Add new subtitle format - thx Matmanamane :) 2020-05-08 09:19:29 +02:00
Nikolaj Olsson
ad2b3e58ee Allow buggy time code format - thx Albert :) 2020-05-06 11:46:38 +02:00
Nikolaj Olsson
929e034145 Improve "paste text" in list view - thx GCRaistlin :)
See http://forum.doom9.net/showthread.php?p=1910300#post1910300
Will now check more formats than just SubRip
2020-05-04 13:22:29 +02:00
nikolaj.olsson
56dbcda0ad Add new subtitle format "InqScribe" - thx Michael :) 2020-04-25 09:03:11 +02:00
Waldi Ravens
da331e26dd Formatting (whitespace only) 2020-04-20 07:01:49 +02:00
Nikolaj Olsson
70dc6720c8 Remove default alignment in TTML 1.0 - thx Arjan :) 2020-04-19 16:27:16 +02:00
Nikolaj Olsson
3153326be6 Encapsulate "CultureInfo.ThreeLetterISOLanguageName"
(fix problems with Mono/Wine)
2020-04-16 10:31:27 +02:00
Nikolaj Olsson
84710e5a4b Add new subtitle format - thx Bersu :) 2020-04-12 18:10:18 +02:00
Nikolaj Olsson
4b9b198435 Fix typo - thx Nelson :) 2020-04-12 16:22:19 +02:00
Nikolaj Olsson
2dfc739bbd Optimize Sami format read speed - thx Jamakmake :) 2020-04-10 21:19:33 +02:00
Nikolaj Olsson
fcbb08b732 Read variant of "Google Play json" - thx Jasmine :) 2020-04-09 17:46:10 +02:00
Nikolaj Olsson
5f1cce7356 Improve remove ASS tags slightly 2020-04-05 10:33:26 +02:00
Nikolaj Olsson
9e513e4a79 Improve remove format tags for ASS 2020-04-04 20:12:04 +02:00
Nikolaj Olsson
6c70587158 Add some support for ASS footer "[Aegisub Extradata]" 2020-04-04 17:51:09 +02:00
Nikolaj Olsson
9843e9e4ff Read TTML 1.0 even if starts with garbage - thx slimozis :) 2020-04-03 13:00:18 +02:00
Nikolaj Olsson
ec4c3f2aa8 Fix frame rate issue - thx Moisés :) 2020-03-27 06:43:59 +01:00
Nikolaj Olsson
07b5f6cef8 Allow ".dfxp" ext for "SMPTE-TT 2052" - thx Moisés :) 2020-03-18 16:33:09 +01:00
Nikolaj Olsson
ee2d34db8f Use current frame rate for format SMPTE-TT 2052 - thx Moisés :) 2020-03-18 07:52:18 +01:00
Nikolaj Olsson
76e1a704b2 Fix issues with CheetahCaption - thx Tom :)
Problems with end times with large hours + sometimes missing last text in read
2020-03-14 07:09:00 +01:00
Nikolaj Olsson
823ff0d9f6 Refact (minor) 2020-03-13 16:49:18 +01:00
Nikolaj Olsson
3cb2d9e71b Keep properties between ASSA/SSA - thx DKqwerty :)
Issue #3941
2020-03-13 16:28:48 +01:00
Nikolaj Olsson
620dd6dad5 Remove assa tags when exporting to "SMPTE-TT 2052" - thx Moisés :) 2020-03-13 04:08:05 +01:00
Nikolaj Olsson
b597d4e197 Remove empty statement 2020-03-12 09:49:52 +01:00
Nikolaj Olsson
85f093a83b Add new subtitle format - thx José :) 2020-03-12 09:46:26 +01:00
Nikolaj Olsson
c3823fa6a8 Improve parsing of unknown subtitles - thx Marko :) 2020-03-10 19:34:09 +01:00
Nikolaj Olsson
1fa7adf919 Add new subtitle format - thx Marko :) 2020-03-10 19:31:56 +01:00
Nikolaj Olsson
44f111f5ce Optimize srt load a little 2020-03-07 09:52:00 +01:00
Nikolaj Olsson
b3c28dd22e Refact MicroDvd (minor) 2020-03-03 08:56:47 +01:00
Nikolaj Olsson
5b34f9f25b Fix end time for format "DVDSubtitle" - thx Jade :) 2020-03-03 05:42:45 +01:00
Ingo S
47ad423d43 Update format Pac - thx Ingo S :)
- Support secondary code page (first defaults to Latin in proprietary tools)
- Support Turkish code page (Latin with some exceptions)
- Lots of characters added to various PAC code pages
- Support three-byte special characters for Greek
- Support priority for multibyte special characters which sometimes contradict
- Support flag to throw exceptions when finding invalid character (-sequences)
2020-02-29 15:19:16 +01:00
Nikolaj Olsson
34a63df46a Fix "Fix invalid italic tags" with ASS tags - thx Jamakmake :) 2020-02-29 14:49:29 +01:00
Nikolaj Olsson
725263ae6e Improve read of badly formatted srt - thx Aleksander :)
+Add error for missing blank line before number+time-code
2020-02-25 22:08:28 +01:00
Nikolaj Olsson
4301ba4c60 Fix very long lines in EBU STL - thx rustyjm :)
Fix #4008
2020-02-23 19:11:21 +01:00
Nikolaj Olsson
bd84f97224 Add missing "renumber" 2020-02-22 07:24:08 +01:00
Nikolaj Olsson
68c8f4454a Improve encoding for header in EBU STL - thx Ingo S :) 2020-02-13 20:06:15 +01:00
Nikolaj Olsson
e199d5228c Improve comments 2020-02-08 11:24:03 +01:00
Nikolaj Olsson
39b30ecf70 Fix two minor codacy issues 2020-02-07 23:07:56 +01:00
Nikolaj Olsson
07fb76be4a Add some support for reading Adobe Premire .prproj files - thx Ariana :) 2020-02-06 16:48:42 +01:00
Nikolaj Olsson
bb4134f392 Make subrip allow empty lines (even when no line numbers) - thx Niels :) 2020-02-06 16:47:49 +01:00
Nikolaj Olsson
394b84d770 Save zero-time-code when having no time code for format EBU STL 2020-02-06 13:05:28 +01:00
Nikolaj Olsson
3341bb4b6c Fix reading CsvNuendo without text - thx samia :) 2020-02-03 20:51:25 +01:00
Nikolaj Olsson
f72d8c110c Fix reading "VPosition" with decimal point - thx Marko :) 2020-01-31 14:10:43 +01:00
Nikolaj Olsson
76e29693e6 Fix output time for new json format 2020-01-31 07:37:18 +01:00
Nikolaj Olsson
942c0272b0 Add new sub format - thx uckthis :)
Fix #3959
2020-01-29 21:59:16 +01:00
Nikolaj Olsson
449cc666d1 Make new json format more tolerant 2020-01-28 19:25:20 +01:00
Nikolaj Olsson
285e48f565 Fix top alignment in format "SMPTE-TT 2052" - thx Flavia Rezende :) 2020-01-28 18:02:38 +01:00
Nikolaj Olsson
6cd77b1327 Add new sub format - thx Ingo :) 2020-01-28 17:55:14 +01:00
Nikolaj Olsson
bacfe46c24 Move ts code 2020-01-27 21:48:09 +01:00