Release Subtitle Tools 0.1.0

This commit is contained in:
2026-09-01 12:39:23 +02:00
commit b92793eb82
58 changed files with 9419 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
node_modules/
dist/
release/*.zip
release/*.zip.sha256
coverage/
playwright-report/
test-results/
*.tsbuildinfo
.DS_Store
+1
View File
@@ -0,0 +1 @@
@add-ideas:registry=https://git.add-ideas.de/api/packages/lotobo/npm/
+11
View File
@@ -0,0 +1,11 @@
# Changelog
## 0.1.0 - 2026-09-01
- Added bounded SRT, WebVTT and ASS parsing, cue editing and explicit conversion.
- Added timing shifts, stretching, frame-rate conversion and configurable
overlap, duration, layout and reading-speed diagnostics.
- Added local revision comparison and browser-native playback with bounded
waveform extraction.
- Added Toolbox integration, offline shell, cross-browser tests and deterministic
release packaging.
+3
View File
@@ -0,0 +1,3 @@
# Contributing
Run `npm ci`, `npm run check`, and `npm run test:browser` before proposing a change. Keep processing local, preserve explicit limits, and include fixtures for every parser boundary.
+674
View File
@@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
+3
View File
@@ -0,0 +1,3 @@
# Licences
The application is GPL-3.0-or-later. Generated release artifacts include an exact runtime dependency licence inventory in `npm-runtime-licenses.txt`.
+45
View File
@@ -0,0 +1,45 @@
# Subtitle Tools
Edit, validate, synchronize, compare, and convert subtitle files locally in the
browser. Subtitle Tools is an independently versioned application in the
[add·ideas Toolbox](https://git.add-ideas.de/lotobo/toolbox-portal).
## Version 0.1 scope
- Bounded SRT, WebVTT, ASS and legacy SSA-compatible dialogue parsing
- Cue timeline, direct text/timestamp editing and configurable diagnostics for
overlaps, order, duration, reading speed, line count and line length
- Shift and anchor-based stretch operations, negative-time protection and
explicit source/target frame-rate conversion
- SRT, WebVTT and ASS serialization with format-specific preservation where
possible and a visible cross-format loss warning
- Deterministic index-aligned revision comparison
- Immediate browser-native audio/video playback plus bounded local waveform peak
extraction and subtitle-start markers
- UTF-8, UTF-16 LE/BE and ISO-8859-1 file decoding
All source, media and generated output stays in the current browser. The app
makes no external request. Validation is configurable editorial guidance, not a
broadcast, accessibility, or legal compliance certificate. Version 0.1 does not
perform speech recognition, automatic alignment, semantic revision matching, or
pixel-perfect ASS rendering.
## Development
Requires Node.js 22 and npm 11.
```sh
npm ci
npm run check
npm run test:browser
```
## Release
`npm run release:artifact` creates the deterministic
`release/subtitle-tools-0.1.0.zip` and checksum sidecar.
## Licence
GPL-3.0-or-later. Runtime dependencies retain their own licences; see
[THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).
+3
View File
@@ -0,0 +1,3 @@
# Security
Please report vulnerabilities privately to the repository owner. Do not attach sensitive source files to public issues. Imported inputs are untrusted; parsers must remain bounded and must not execute active content or fetch external resources.
+7
View File
@@ -0,0 +1,7 @@
# Corresponding source
The corresponding source for Subtitle Tools 0.1.0 is available at:
https://git.add-ideas.de/lotobo/subtitle-tools/src/tag/v0.1.0
Build with Node.js 22, npm 11, `npm ci`, and `npm run release:artifact`.
+13
View File
@@ -0,0 +1,13 @@
# Third-party notices
Subtitle Tools 0.1.0 directly depends on these runtime packages:
| Package | Pinned version | Declared licence |
| -------------------------------- | -------------: | ---------------- |
| `@add-ideas/toolbox-contract` | 0.2.3 | Apache-2.0 |
| `@add-ideas/toolbox-helpers` | 0.1.0 | GPL-3.0-or-later |
| `@add-ideas/toolbox-shell-react` | 0.2.3 | Apache-2.0 |
| `react` | 19.2.8 | MIT |
| `react-dom` | 19.2.8 | MIT |
This table covers direct production dependencies, not transitive packages or development tooling. During a release build, the exact non-development dependency tree and discovered licence texts are generated from the lockfile into `LICENSES/npm-runtime-licenses.txt` and included in the release ZIP. Copyright and licence terms remain with their respective authors.
+10
View File
@@ -0,0 +1,10 @@
# Accessibility
The application uses labelled native controls, keyboard-reachable tabs and cue
buttons, visible focus indicators, text alternatives for waveform content, and
light, dark and system themes. Colour is not the only carrier for issue level.
The cue and issue views cap rendered rows to keep navigation responsive while
the complete bounded document remains included in validation and export.
The waveform is an optional visual aid: all timing edits use numeric controls and
do not require pointer input. Reduced-motion preferences disable transitions.
+17
View File
@@ -0,0 +1,17 @@
# Architecture
Subtitle Tools is a relocatable React application with a framework-independent
TypeScript subtitle model. The parser first applies byte/text and line bounds,
then produces one normalized cue model for SRT, WebVTT and ASS. Operations return
new documents instead of mutating parser state. Serializers are format-specific;
cross-format export deliberately exposes its preservation boundary.
Parsing and timing transformations are synchronous in v0.1 and therefore capped
at 4,000,000 UTF-16 units, 250,000 units per physical line and 100,000 cues. The
editor renders at most 10,000 cue rows and 2,000 issue rows, while validation and
export still cover the complete bounded document. Revision comparison is
index-aligned and linear rather than an unbounded semantic diff.
The optional waveform component uses browser-native media decoding, keeps at
most 2,000 peak buckets and accepts no more than 128 MiB or four decoded hours.
It does not run a codec, speech-recognition model or network service.
+15
View File
@@ -0,0 +1,15 @@
# Privacy and security
Subtitle and media files are read only after direct selection and stay in page
memory. No telemetry, analytics, account, upload, external font, codec, model or
other network destination exists. The production policy uses
`connect-src 'self'`; browser tests fail on non-local requests.
Subtitle text is rendered by React as text, not interpreted as HTML. ASS override
codes and WebVTT tags are preserved as inert source. Exports are downloads chosen
by the user. Browser-native media playback and Web Audio decoding inherit browser
codec support and may allocate substantial memory inside the documented bounds.
Validation findings are editorial signals. They are not proof of accessibility,
broadcast conformance, synchronization quality or legal compliance. Cross-format
conversion can discard styles, positioning, regions, comments and metadata.
+37
View File
@@ -0,0 +1,37 @@
import js from "@eslint/js";
import globals from "globals";
import reactHooks from "eslint-plugin-react-hooks";
import reactRefresh from "eslint-plugin-react-refresh";
import tseslint from "typescript-eslint";
export default tseslint.config(
{
ignores: [
"dist",
"release",
"coverage",
"test-results",
"playwright-report",
],
},
{
extends: [js.configs.recommended, ...tseslint.configs.recommended],
files: ["**/*.{ts,tsx}"],
languageOptions: {
ecmaVersion: 2023,
globals: { ...globals.browser, ...globals.worker },
},
plugins: { "react-hooks": reactHooks, "react-refresh": reactRefresh },
rules: {
...reactHooks.configs.recommended.rules,
"react-refresh/only-export-components": [
"warn",
{ allowConstantExport: true },
],
},
},
{
files: ["scripts/**/*.mjs", "playwright.config.ts"],
languageOptions: { globals: globals.node },
},
);
+19
View File
@@ -0,0 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Edit, validate, synchronize, compare, and convert subtitles locally."
/>
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<link rel="manifest" href="./manifest.webmanifest" />
<meta name="theme-color" content="#29255f" />
<title>Subtitle Tools</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>
+3500
View File
File diff suppressed because it is too large Load Diff
+71
View File
@@ -0,0 +1,71 @@
{
"name": "subtitle-tools",
"version": "0.1.0",
"description": "Edit, validate, synchronize, compare, and convert subtitles locally in the browser.",
"license": "GPL-3.0-or-later",
"author": "Albrecht Degering",
"repository": {
"type": "git",
"url": "git+https://git.add-ideas.de/lotobo/subtitle-tools.git"
},
"homepage": "https://git.add-ideas.de/lotobo/subtitle-tools",
"bugs": {
"url": "https://git.add-ideas.de/lotobo/subtitle-tools/issues"
},
"private": true,
"type": "module",
"engines": {
"node": ">=22"
},
"scripts": {
"predev": "npm run manifest:generate",
"dev": "vite",
"prebuild": "npm run release:prepare && npm run manifest:generate",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -b --pretty false",
"lint": "eslint . --max-warnings=0",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "vitest run",
"test:watch": "vitest",
"test:browser": "playwright test",
"manifest:generate": "node scripts/generate-toolbox-manifest.mjs",
"manifest:check": "node scripts/generate-toolbox-manifest.mjs --check",
"release:prepare": "node scripts/prepare-release-files.mjs",
"toolbox:check": "toolbox-check dist",
"package:release": "node scripts/package-release.mjs",
"check": "npm run manifest:check && npm run typecheck && npm run lint && npm run format:check && npm run test && npm run build && npm run toolbox:check",
"release:artifact": "npm run check && npm run test:browser && npm run package:release -- --force"
},
"dependencies": {
"@add-ideas/toolbox-contract": "0.2.3",
"@add-ideas/toolbox-helpers": "0.1.0",
"@add-ideas/toolbox-shell-react": "0.2.3",
"react": "19.2.8",
"react-dom": "19.2.8"
},
"devDependencies": {
"@add-ideas/toolbox-testkit": "0.2.3",
"@eslint/js": "10.0.1",
"@playwright/test": "1.62.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/node": "25.9.5",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.5",
"@vitejs/plugin-react": "6.0.3",
"eslint": "10.7.0",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-react-refresh": "0.5.2",
"globals": "17.7.0",
"jsdom": "29.1.1",
"prettier": "3.9.5",
"typescript": "6.0.3",
"typescript-eslint": "8.64.0",
"vite": "8.2.2",
"vitest": "4.1.11"
},
"packageManager": "npm@11.17.0"
}
+21
View File
@@ -0,0 +1,21 @@
import { defineConfig, devices } from "@playwright/test";
export default defineConfig({
testDir: "./tests/browser",
fullyParallel: false,
workers: 1,
timeout: 120_000,
expect: { timeout: 10_000 },
reporter: [["list"]],
use: { baseURL: "http://127.0.0.1:4197", trace: "retain-on-failure" },
webServer: {
command: "npm run build && node scripts/serve-test.mjs",
url: "http://127.0.0.1:4197",
reuseExistingServer: !process.env.CI,
timeout: 180_000,
},
projects: [
{ name: "chromium", use: { ...devices["Desktop Chrome"] } },
{ name: "firefox", use: { ...devices["Desktop Firefox"] } },
],
});
+11
View File
@@ -0,0 +1,11 @@
# Changelog
## 0.1.0 - 2026-09-01
- Added bounded SRT, WebVTT and ASS parsing, cue editing and explicit conversion.
- Added timing shifts, stretching, frame-rate conversion and configurable
overlap, duration, layout and reading-speed diagnostics.
- Added local revision comparison and browser-native playback with bounded
waveform extraction.
- Added Toolbox integration, offline shell, cross-browser tests and deterministic
release packaging.
+3
View File
@@ -0,0 +1,3 @@
# Contributing
Run `npm ci`, `npm run check`, and `npm run test:browser` before proposing a change. Keep processing local, preserve explicit limits, and include fixtures for every parser boundary.
+674
View File
@@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
+3
View File
@@ -0,0 +1,3 @@
# Licences
The application is GPL-3.0-or-later. Generated release artifacts include an exact runtime dependency licence inventory in `npm-runtime-licenses.txt`.
File diff suppressed because it is too large Load Diff
+45
View File
@@ -0,0 +1,45 @@
# Subtitle Tools
Edit, validate, synchronize, compare, and convert subtitle files locally in the
browser. Subtitle Tools is an independently versioned application in the
[add·ideas Toolbox](https://git.add-ideas.de/lotobo/toolbox-portal).
## Version 0.1 scope
- Bounded SRT, WebVTT, ASS and legacy SSA-compatible dialogue parsing
- Cue timeline, direct text/timestamp editing and configurable diagnostics for
overlaps, order, duration, reading speed, line count and line length
- Shift and anchor-based stretch operations, negative-time protection and
explicit source/target frame-rate conversion
- SRT, WebVTT and ASS serialization with format-specific preservation where
possible and a visible cross-format loss warning
- Deterministic index-aligned revision comparison
- Immediate browser-native audio/video playback plus bounded local waveform peak
extraction and subtitle-start markers
- UTF-8, UTF-16 LE/BE and ISO-8859-1 file decoding
All source, media and generated output stays in the current browser. The app
makes no external request. Validation is configurable editorial guidance, not a
broadcast, accessibility, or legal compliance certificate. Version 0.1 does not
perform speech recognition, automatic alignment, semantic revision matching, or
pixel-perfect ASS rendering.
## Development
Requires Node.js 22 and npm 11.
```sh
npm ci
npm run check
npm run test:browser
```
## Release
`npm run release:artifact` creates the deterministic
`release/subtitle-tools-0.1.0.zip` and checksum sidecar.
## Licence
GPL-3.0-or-later. Runtime dependencies retain their own licences; see
[THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).
+3
View File
@@ -0,0 +1,3 @@
# Security
Please report vulnerabilities privately to the repository owner. Do not attach sensitive source files to public issues. Imported inputs are untrusted; parsers must remain bounded and must not execute active content or fetch external resources.
+7
View File
@@ -0,0 +1,7 @@
# Corresponding source
The corresponding source for Subtitle Tools 0.1.0 is available at:
https://git.add-ideas.de/lotobo/subtitle-tools/src/tag/v0.1.0
Build with Node.js 22, npm 11, `npm ci`, and `npm run release:artifact`.
+13
View File
@@ -0,0 +1,13 @@
# Third-party notices
Subtitle Tools 0.1.0 directly depends on these runtime packages:
| Package | Pinned version | Declared licence |
| -------------------------------- | -------------: | ---------------- |
| `@add-ideas/toolbox-contract` | 0.2.3 | Apache-2.0 |
| `@add-ideas/toolbox-helpers` | 0.1.0 | GPL-3.0-or-later |
| `@add-ideas/toolbox-shell-react` | 0.2.3 | Apache-2.0 |
| `react` | 19.2.8 | MIT |
| `react-dom` | 19.2.8 | MIT |
This table covers direct production dependencies, not transitive packages or development tooling. During a release build, the exact non-development dependency tree and discovered licence texts are generated from the lockfile into `LICENSES/npm-runtime-licenses.txt` and included in the release ZIP. Copyright and licence terms remain with their respective authors.
+10
View File
@@ -0,0 +1,10 @@
# Accessibility
The application uses labelled native controls, keyboard-reachable tabs and cue
buttons, visible focus indicators, text alternatives for waveform content, and
light, dark and system themes. Colour is not the only carrier for issue level.
The cue and issue views cap rendered rows to keep navigation responsive while
the complete bounded document remains included in validation and export.
The waveform is an optional visual aid: all timing edits use numeric controls and
do not require pointer input. Reduced-motion preferences disable transitions.
+17
View File
@@ -0,0 +1,17 @@
# Architecture
Subtitle Tools is a relocatable React application with a framework-independent
TypeScript subtitle model. The parser first applies byte/text and line bounds,
then produces one normalized cue model for SRT, WebVTT and ASS. Operations return
new documents instead of mutating parser state. Serializers are format-specific;
cross-format export deliberately exposes its preservation boundary.
Parsing and timing transformations are synchronous in v0.1 and therefore capped
at 4,000,000 UTF-16 units, 250,000 units per physical line and 100,000 cues. The
editor renders at most 10,000 cue rows and 2,000 issue rows, while validation and
export still cover the complete bounded document. Revision comparison is
index-aligned and linear rather than an unbounded semantic diff.
The optional waveform component uses browser-native media decoding, keeps at
most 2,000 peak buckets and accepts no more than 128 MiB or four decoded hours.
It does not run a codec, speech-recognition model or network service.
+15
View File
@@ -0,0 +1,15 @@
# Privacy and security
Subtitle and media files are read only after direct selection and stay in page
memory. No telemetry, analytics, account, upload, external font, codec, model or
other network destination exists. The production policy uses
`connect-src 'self'`; browser tests fail on non-local requests.
Subtitle text is rendered by React as text, not interpreted as HTML. ASS override
codes and WebVTT tags are preserved as inert source. Exports are downloads chosen
by the user. Browser-native media playback and Web Audio decoding inherit browser
codec support and may allocate substantial memory inside the documented bounds.
Validation findings are editorial signals. They are not proof of accessibility,
broadcast conformance, synchronization quality or legal compliance. Cross-format
conversion can discard styles, positioning, regions, comments and metadata.
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Subtitle Tools"><path fill="#5b4ec4" d="M11 4h30l12 12v44H11z"/><path fill="#fff" opacity=".28" d="M41 4v14h12"/><path fill="#fff" d="M17 31h12v5H22v7h7v5H17zm18 0h12v5h-7v7h7v5H35z"/></svg>

After

Width:  |  Height:  |  Size: 274 B

+18
View File
@@ -0,0 +1,18 @@
{
"name": "Subtitle Tools",
"short_name": "Subtitles",
"description": "Edit, validate, synchronize, compare, and convert subtitles locally.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#f6f7fb",
"theme_color": "#29255f",
"icons": [
{
"src": "./favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}
+54
View File
@@ -0,0 +1,54 @@
const CACHE_PREFIX = "subtitle-tools-shell-";
const CACHE_NAME = CACHE_PREFIX + "0.1.0";
const CORE = ["./", "./manifest.webmanifest", "./favicon.svg"];
self.addEventListener("install", (event) => {
event.waitUntil(
caches.open(CACHE_NAME).then(async (cache) => {
await cache.addAll(CORE);
const html = await (await fetch("./")).text();
const assets = [...html.matchAll(/(?:src|href)="(\.\/assets\/[^"]+)"/g)]
.map((match) => match[1])
.filter(Boolean);
await cache.addAll(assets);
}),
);
self.skipWaiting();
});
self.addEventListener("activate", (event) => {
event.waitUntil(
caches
.keys()
.then((keys) =>
Promise.all(
keys
.filter((key) => key.startsWith(CACHE_PREFIX) && key !== CACHE_NAME)
.map((key) => caches.delete(key)),
),
)
.then(() => self.clients.claim()),
);
});
self.addEventListener("fetch", (event) => {
if (event.request.method !== "GET") return;
const url = new URL(event.request.url);
if (
url.origin !== self.location.origin ||
!url.pathname.startsWith(new URL(self.registration.scope).pathname)
)
return;
event.respondWith(
caches.match(event.request).then(
(cached) =>
cached ??
fetch(event.request).then((response) => {
if (response.ok) {
const copy = response.clone();
void caches
.open(CACHE_NAME)
.then((cache) => cache.put(event.request, copy));
}
return response;
}),
),
);
});
+41
View File
@@ -0,0 +1,41 @@
{
"$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json",
"schemaVersion": 1,
"id": "de.add-ideas.subtitle-tools",
"name": "Subtitle Tools",
"version": "0.1.0",
"description": "Edit, validate, synchronize, compare, and convert subtitles locally.",
"entry": "./",
"icon": "./favicon.svg",
"categories": ["media", "text", "productivity"],
"tags": ["subtitles", "captions", "srt", "webvtt", "ass", "timing"],
"integration": {
"contextVersion": 1,
"launchModes": ["navigate", "new-tab"],
"embedding": "unsupported"
},
"requirements": {
"secureContext": false,
"workers": false,
"indexedDb": false,
"crossOriginIsolated": false,
"topLevelContext": false
},
"privacy": {
"processing": "local",
"fileUploads": true,
"telemetry": false,
"label": "Inputs stay in this browser; nothing is uploaded."
},
"source": {
"repository": "https://git.add-ideas.de/lotobo/subtitle-tools",
"license": "GPL-3.0-or-later"
},
"actions": [
{
"id": "source",
"label": "Source",
"url": "https://git.add-ideas.de/lotobo/subtitle-tools"
}
]
}
+33
View File
@@ -0,0 +1,33 @@
import { readFile, writeFile } from "node:fs/promises";
import path from "node:path";
import { fileURLToPath } from "node:url";
import { format } from "prettier";
const root = path.resolve(path.dirname(fileURLToPath(import.meta.url)), "..");
const sourcePath = path.join(root, "src/toolbox/manifest.source.json");
const outputPath = path.join(root, "public/toolbox-app.json");
const source = JSON.parse(await readFile(sourcePath, "utf8"));
const pkg = JSON.parse(await readFile(path.join(root, "package.json"), "utf8"));
const versionSource = await readFile(path.join(root, "src/version.ts"), "utf8");
const appVersion = /^export const APP_VERSION = "([^"]+)";$/mu.exec(
versionSource,
)?.[1];
const repository = "https://git.add-ideas.de/lotobo/" + pkg.name;
if (source.version !== pkg.version || appVersion !== pkg.version)
throw new Error("Version identity drift");
if (
source.id !== "de.add-ideas." + pkg.name ||
source.source?.repository !== repository ||
source.source?.license !== "GPL-3.0-or-later"
)
throw new Error("Manifest source identity is invalid");
const serialized = await format(JSON.stringify(source), {
filepath: outputPath,
});
if (process.argv.includes("--check")) {
if ((await readFile(outputPath, "utf8").catch(() => "")) !== serialized)
throw new Error("public/toolbox-app.json is stale");
console.log("Toolbox manifest is synchronized");
} else {
await writeFile(outputPath, serialized);
console.log("Generated public/toolbox-app.json");
}
+165
View File
@@ -0,0 +1,165 @@
#!/usr/bin/env node
import { createHash } from "node:crypto";
import { execFile } from "node:child_process";
import {
access,
chmod,
copyFile,
cp,
lstat,
mkdir,
mkdtemp,
readFile,
readdir,
rename,
rm,
utimes,
writeFile,
} from "node:fs/promises";
import os from "node:os";
import path from "node:path";
import { promisify } from "node:util";
import { fileURLToPath } from "node:url";
const execute = promisify(execFile);
const root = path.resolve(path.dirname(fileURLToPath(import.meta.url)), "..");
const pkg = JSON.parse(await readFile(path.join(root, "package.json"), "utf8"));
const argument = (name, fallback) => {
const index = process.argv.indexOf(name);
return index >= 0 ? process.argv[index + 1] : fallback;
};
const output = path.resolve(
root,
argument("--output", "release/" + pkg.name + "-" + pkg.version + ".zip"),
);
const checksumOutput = output + ".sha256";
const force = process.argv.includes("--force");
if (
path.extname(output).toLowerCase() !== ".zip" ||
output === root ||
output === path.parse(output).root
)
throw new Error("Unsafe release target");
const exists = (file) =>
access(file).then(
() => true,
() => false,
);
if (!force && ((await exists(output)) || (await exists(checksumOutput))))
throw new Error("Release output exists");
const input = path.join(root, "dist");
for (const name of [
"index.html",
"manifest.webmanifest",
"sw.js",
"toolbox-app.json",
"favicon.svg",
"README.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
"LICENSE",
"SECURITY.md",
"SOURCE.md",
"THIRD_PARTY_NOTICES.md",
"LICENSES/README.md",
"LICENSES/npm-runtime-licenses.txt",
"docs/ACCESSIBILITY.md",
"docs/ARCHITECTURE.md",
"docs/PRIVACY-SECURITY.md",
]) {
const details = await lstat(path.join(input, name)).catch(() => null);
if (!details?.isFile() || details.isSymbolicLink())
throw new Error("Missing release file: " + name);
}
const manifest = JSON.parse(
await readFile(path.join(input, "toolbox-app.json"), "utf8"),
);
const repository = "https://git.add-ideas.de/lotobo/" + pkg.name;
if (
manifest.id !== "de.add-ideas." + pkg.name ||
manifest.version !== pkg.version ||
manifest.entry !== "./" ||
manifest.icon !== "./favicon.svg" ||
manifest.source?.repository !== repository
)
throw new Error("Packaged manifest identity is invalid");
if (
/\b(?:src|href)=["']\//iu.test(
await readFile(path.join(input, "index.html"), "utf8"),
)
)
throw new Error("Root-absolute asset reference");
async function collect(directory, prefix = "") {
const files = [];
for (const entry of (await readdir(directory, { withFileTypes: true })).sort(
(a, b) => a.name.localeCompare(b.name),
)) {
const absolute = path.join(directory, entry.name);
const relative = prefix ? prefix + "/" + entry.name : entry.name;
if (entry.isSymbolicLink())
throw new Error("Symlink in release: " + relative);
if (entry.isDirectory()) files.push(...(await collect(absolute, relative)));
else if (entry.isFile()) files.push({ absolute, relative });
else throw new Error("Unsupported release entry: " + relative);
}
return files;
}
const sourceFiles = await collect(input);
for (const file of sourceFiles)
if (
file.relative.endsWith(".map") ||
/(?:^|\/)(?:\.env(?:\.|$)|id_rsa|id_ed25519|.*\.pem$|.*\.key$)/iu.test(
file.relative,
) ||
file.relative.split("/").includes("..")
)
throw new Error("Forbidden release entry: " + file.relative);
await mkdir(path.dirname(output), { recursive: true });
const stagingRoot = await mkdtemp(
path.join(os.tmpdir(), pkg.name + "-release-"),
);
const publicationRoot = await mkdtemp(
path.join(path.dirname(output), "." + pkg.name + "-publish-"),
);
const stagedTree = path.join(stagingRoot, "tree");
const stagedArchive = path.join(stagingRoot, path.basename(output));
try {
await cp(input, stagedTree, { recursive: true });
const timestamp = new Date("1980-01-01T00:00:00.000Z");
for (const file of await collect(stagedTree)) {
await chmod(file.absolute, 0o644);
await utimes(file.absolute, timestamp, timestamp);
}
await execute(
"zip",
[
"-X",
"-q",
"-9",
stagedArchive,
...sourceFiles.map((file) => file.relative),
],
{
cwd: stagedTree,
env: { ...process.env, TZ: "UTC" },
maxBuffer: 1024 * 1024,
},
);
const archive = await readFile(stagedArchive);
const digest = createHash("sha256").update(archive).digest("hex");
const stagedChecksum = stagedArchive + ".sha256";
await writeFile(stagedChecksum, digest + " " + path.basename(output) + "\n");
const publicationArchive = path.join(publicationRoot, path.basename(output));
const publicationChecksum = publicationArchive + ".sha256";
await copyFile(stagedArchive, publicationArchive);
await copyFile(stagedChecksum, publicationChecksum);
if (force) {
await rm(output, { force: true });
await rm(checksumOutput, { force: true });
}
await rename(publicationArchive, output);
await rename(publicationChecksum, checksumOutput);
console.log("Created " + path.relative(root, output) + "\nSHA-256 " + digest);
} finally {
await rm(stagingRoot, { recursive: true, force: true });
await rm(publicationRoot, { recursive: true, force: true });
}
+70
View File
@@ -0,0 +1,70 @@
import { cp, mkdir, readFile, readdir, rm, writeFile } from "node:fs/promises";
import path from "node:path";
import { fileURLToPath } from "node:url";
const root = path.resolve(path.dirname(fileURLToPath(import.meta.url)), "..");
const destination = path.join(root, "public");
for (const name of [
"LICENSE",
"README.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
"SECURITY.md",
"SOURCE.md",
"THIRD_PARTY_NOTICES.md",
]) {
await readFile(path.join(root, name));
await cp(path.join(root, name), path.join(destination, name));
}
for (const directory of ["LICENSES", "docs"]) {
const output = path.join(destination, directory);
await rm(output, { recursive: true, force: true });
await cp(path.join(root, directory), output, { recursive: true });
}
const lock = JSON.parse(
await readFile(path.join(root, "package-lock.json"), "utf8"),
);
const sections = [];
for (const [location, locked] of Object.entries(lock.packages ?? {}).sort(
([a], [b]) => a.localeCompare(b),
)) {
if (!location.includes("node_modules/") || locked.dev === true) continue;
const packageDirectory = path.join(root, location);
const details = JSON.parse(
await readFile(path.join(packageDirectory, "package.json"), "utf8"),
);
const candidates = (await readdir(packageDirectory))
.filter((name) => /^(?:licen[cs]e|copying|notice)(?:\.|$)/iu.test(name))
.sort();
const texts = [];
for (const candidate of candidates) {
try {
texts.push(
"--- " +
candidate +
" ---\n" +
(await readFile(path.join(packageDirectory, candidate), "utf8")),
);
} catch {
/* directory */
}
}
sections.push(
"=".repeat(78) +
"\n" +
details.name +
"@" +
details.version +
"\nDeclared licence: " +
(details.license ?? locked.license ?? "See upstream") +
"\n" +
"=".repeat(78) +
"\n" +
(texts.join("\n\n") || "See upstream package metadata."),
);
}
await mkdir(path.join(destination, "LICENSES"), { recursive: true });
await writeFile(
path.join(destination, "LICENSES/npm-runtime-licenses.txt"),
sections.join("\n\n").trimEnd() + "\n",
);
console.log("Prepared release documentation");
+66
View File
@@ -0,0 +1,66 @@
import { createServer } from "node:http";
import { readFile, stat } from "node:fs/promises";
import path from "node:path";
import { fileURLToPath } from "node:url";
const root = path.resolve(
path.dirname(fileURLToPath(import.meta.url)),
"..",
"dist",
);
const prefix = "/deep/nested/subtitle/";
const types = new Map([
[".css", "text/css; charset=utf-8"],
[".html", "text/html; charset=utf-8"],
[".js", "text/javascript; charset=utf-8"],
[".json", "application/json; charset=utf-8"],
[".webmanifest", "application/manifest+json; charset=utf-8"],
[".svg", "image/svg+xml"],
[".md", "text/markdown; charset=utf-8"],
[".txt", "text/plain; charset=utf-8"],
[".wasm", "application/wasm"],
[".png", "image/png"],
[".jpg", "image/jpeg"],
[".webp", "image/webp"],
]);
const headers = {
"Content-Security-Policy":
"default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'none'; form-action 'self'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; media-src 'self' blob:; connect-src 'self'; worker-src 'self' blob:; manifest-src 'self'",
"Cross-Origin-Opener-Policy": "same-origin",
"Cross-Origin-Resource-Policy": "same-origin",
"Permissions-Policy":
"camera=(), microphone=(), geolocation=(), usb=(), payment=()",
"Referrer-Policy": "no-referrer",
"X-Content-Type-Options": "nosniff",
};
const server = createServer(async (request, response) => {
try {
const url = new URL(request.url ?? "/", "http://127.0.0.1");
const relative = decodeURIComponent(url.pathname).startsWith(prefix)
? decodeURIComponent(url.pathname).slice(prefix.length)
: decodeURIComponent(url.pathname).replace(/^\/+/, "");
const normalized = path.posix.normalize(relative || "index.html");
if (
normalized === ".." ||
normalized.startsWith("../") ||
path.isAbsolute(normalized)
) {
response.writeHead(400).end("Bad request");
return;
}
let file = path.join(root, normalized);
if ((await stat(file).catch(() => null))?.isDirectory())
file = path.join(file, "index.html");
const content = await readFile(file);
response.writeHead(200, {
"Content-Type":
types.get(path.extname(file)) ?? "application/octet-stream",
"Cache-Control": "no-cache",
...headers,
});
response.end(content);
} catch {
response.writeHead(404, { "Content-Type": "text/plain; charset=utf-8" });
response.end("Not found");
}
});
server.listen(4197, "127.0.0.1", () => console.log("Test server ready"));
+35
View File
@@ -0,0 +1,35 @@
import { lazy, Suspense, useState } from "react";
import { AppShell } from "@add-ideas/toolbox-shell-react";
import "@add-ideas/toolbox-shell-react/styles.css";
import "./styles.css";
import { ErrorBoundary } from "./components/ErrorBoundary";
import { HelpDialog } from "./components/HelpDialog";
import { manifest } from "./toolbox/manifest";
const Workbench = lazy(async () => ({
default: (await import("./components/Workbench")).Workbench,
}));
export function App() {
const [helpOpen, setHelpOpen] = useState(false);
return (
<ErrorBoundary>
<AppShell
app={manifest}
manifestUrl="./toolbox-app.json"
helpAction={{ onClick: () => setHelpOpen(true) }}
>
<Suspense
fallback={
<p className="loading" role="status">
Preparing Subtitle Tools
</p>
}
>
<Workbench />
</Suspense>
</AppShell>
<HelpDialog open={helpOpen} onClose={() => setHelpOpen(false)} />
</ErrorBoundary>
);
}
+27
View File
@@ -0,0 +1,27 @@
import { Component, type ErrorInfo, type ReactNode } from "react";
export class ErrorBoundary extends Component<
{ children: ReactNode },
{ error?: Error }
> {
state: { error?: Error } = {};
static getDerivedStateFromError(error: Error) {
return { error };
}
componentDidCatch(error: Error, info: ErrorInfo) {
console.error("Application failure", error, info);
}
render() {
if (this.state.error)
return (
<main className="fatal">
<h1>Subtitle Tools could not continue</h1>
<p>{this.state.error.message}</p>
<button type="button" onClick={() => location.reload()}>
Reload
</button>
</main>
);
return this.props.children;
}
}
+45
View File
@@ -0,0 +1,45 @@
import { useEffect, useRef } from "react";
export function HelpDialog({
open,
onClose,
}: {
open: boolean;
onClose: () => void;
}) {
const dialog = useRef<HTMLDialogElement>(null);
useEffect(() => {
const node = dialog.current;
if (!node) return;
if (open && !node.open) node.showModal();
if (!open && node.open) node.close();
}, [open]);
return (
<dialog
ref={dialog}
className="help-dialog"
onClose={onClose}
onCancel={onClose}
aria-labelledby="help-title"
>
<div className="dialog-heading">
<div>
<p className="eyebrow">Local-first help</p>
<h2 id="help-title">About Subtitle Tools</h2>
</div>
<button type="button" onClick={onClose} aria-label="Close help">
×
</button>
</div>
<p>
Edit, validate, synchronize, compare, and convert SRT, WebVTT, and ASS
subtitles locally in the browser.
</p>
<p>
Subtitle and optional media inputs are bounded and remain on this
device. Validation thresholds are guidance; cross-format conversion
reports its styling and metadata boundary.
</p>
</dialog>
);
}
+168
View File
@@ -0,0 +1,168 @@
import { useEffect, useRef, useState } from "react";
import type { Cue } from "../subtitle/model";
interface WaveformData {
duration: number;
peaks: Float32Array;
url: string;
}
const MAX_AUDIO_BYTES = 128 * 1024 * 1024;
const MAX_DURATION_SECONDS = 4 * 60 * 60;
const PEAK_COUNT = 2_000;
export function Waveform({ cues }: { cues: readonly Cue[] }) {
const canvas = useRef<HTMLCanvasElement>(null);
const audio = useRef<HTMLAudioElement>(null);
const [waveform, setWaveform] = useState<WaveformData>();
const [error, setError] = useState("");
const [busy, setBusy] = useState(false);
useEffect(
() => () => {
if (waveform) URL.revokeObjectURL(waveform.url);
},
[waveform],
);
useEffect(() => {
const node = canvas.current;
if (!node || !waveform) return;
const ratio = Math.max(1, Math.min(2, globalThis.devicePixelRatio || 1));
const width = Math.max(320, node.clientWidth);
const height = 180;
node.width = Math.floor(width * ratio);
node.height = Math.floor(height * ratio);
const context = node.getContext("2d");
if (!context) return;
context.scale(ratio, ratio);
const style = getComputedStyle(node);
context.fillStyle = style.getPropertyValue("--wave-bg") || "#f1f2f7";
context.fillRect(0, 0, width, height);
context.strokeStyle = style.getPropertyValue("--wave-line") || "#5b4ec4";
context.beginPath();
waveform.peaks.forEach((peak, index) => {
const x = (index / Math.max(1, waveform.peaks.length - 1)) * width;
context.moveTo(x, height / 2 - peak * (height / 2 - 8));
context.lineTo(x, height / 2 + peak * (height / 2 - 8));
});
context.stroke();
context.strokeStyle = style.getPropertyValue("--cue-line") || "#d3495a";
context.globalAlpha = 0.7;
for (const cue of cues) {
const x = (cue.startMs / 1000 / waveform.duration) * width;
if (x < 0 || x > width) continue;
context.beginPath();
context.moveTo(x, 0);
context.lineTo(x, height);
context.stroke();
}
}, [cues, waveform]);
const open = async (file: File | undefined) => {
if (!file) return;
if (file.size > MAX_AUDIO_BYTES) {
setError("Audio exceeds the 128 MiB waveform limit.");
return;
}
setBusy(true);
setError("");
try {
const AudioContextConstructor =
globalThis.AudioContext ??
(
globalThis as typeof globalThis & {
webkitAudioContext?: typeof AudioContext;
}
).webkitAudioContext;
if (!AudioContextConstructor)
throw new Error("Web Audio is unavailable.");
const context = new AudioContextConstructor();
try {
const decoded = await context.decodeAudioData(await file.arrayBuffer());
if (
!Number.isFinite(decoded.duration) ||
decoded.duration > MAX_DURATION_SECONDS
)
throw new Error(
"Decoded audio exceeds the four-hour waveform limit.",
);
const channel = decoded.getChannelData(0);
const peaks = new Float32Array(Math.min(PEAK_COUNT, channel.length));
const stride = Math.max(1, Math.floor(channel.length / peaks.length));
for (let bucket = 0; bucket < peaks.length; bucket += 1) {
let peak = 0;
const end = Math.min(channel.length, (bucket + 1) * stride);
for (let index = bucket * stride; index < end; index += 1)
peak = Math.max(peak, Math.abs(channel[index] ?? 0));
peaks[bucket] = peak;
}
const url = URL.createObjectURL(file);
setWaveform((current) => {
if (current) URL.revokeObjectURL(current.url);
return { duration: decoded.duration, peaks, url };
});
} finally {
await context.close();
}
} catch (reason) {
setError(
reason instanceof Error ? reason.message : "Audio decode failed.",
);
} finally {
setBusy(false);
}
};
const seek = (event: React.MouseEvent<HTMLCanvasElement>) => {
if (!waveform || !audio.current) return;
const bounds = event.currentTarget.getBoundingClientRect();
audio.current.currentTime =
((event.clientX - bounds.left) / Math.max(1, bounds.width)) *
waveform.duration;
void audio.current.play();
};
return (
<section className="waveform-workspace">
<div className="panel-heading">
<div>
<p className="eyebrow">Optional local media</p>
<h2>Waveform synchronization</h2>
</div>
<label className="file-button">
{busy ? "Decoding…" : "Open audio"}
<input
type="file"
accept="audio/*,video/*"
disabled={busy}
onChange={(event) => void open(event.target.files?.[0])}
/>
</label>
</div>
<p className="muted">
Native playback is available immediately. Peak extraction is bounded and
stays in this browser; it is not speech recognition or automatic
alignment.
</p>
{error && (
<p className="error" role="alert">
{error}
</p>
)}
{waveform ? (
<>
<audio ref={audio} src={waveform.url} controls preload="metadata" />
<canvas
ref={canvas}
className="waveform"
aria-label="Audio waveform with subtitle start markers"
onClick={seek}
/>
</>
) : (
<p className="empty">Choose a browser-decodable audio or video file.</p>
)}
</section>
);
}
+684
View File
@@ -0,0 +1,684 @@
import { useMemo, useState } from "react";
import {
decodeText,
triggerBlobDownload,
type TextEncoding,
} from "@add-ideas/toolbox-helpers";
import {
DEFAULT_VALIDATION,
compareDocuments,
convertFrameRate,
documentSummary,
parseSubtitle,
replaceCue,
serializeSubtitle,
sortCues,
transformTiming,
validateDocument,
type SubtitleDocument,
type SubtitleFormat,
type ValidationOptions,
} from "../subtitle/model";
import { Waveform } from "./Waveform";
type Tab = "source" | "cues" | "timing" | "compare" | "waveform";
const EXAMPLE = `1
00:00:01,000 --> 00:00:03,200
Welcome to Subtitle Tools.
2
00:00:03,100 --> 00:00:05,000
This overlap and reading speed
are deliberately inspectable.
`;
function clock(milliseconds: number): string {
const sign = milliseconds < 0 ? "" : "";
const value = Math.abs(Math.round(milliseconds));
const hours = Math.floor(value / 3_600_000);
const minutes = Math.floor((value % 3_600_000) / 60_000);
const seconds = Math.floor((value % 60_000) / 1000);
const fraction = value % 1000;
return `${sign}${String(hours).padStart(2, "0")}:${String(minutes).padStart(2, "0")}:${String(seconds).padStart(2, "0")}.${String(fraction).padStart(3, "0")}`;
}
function NumberField({
label,
value,
change,
min,
max,
step,
}: {
label: string;
value: number;
change: (value: number) => void;
min?: number;
max?: number;
step?: number;
}) {
return (
<label className="field">
<span>{label}</span>
<input
type="number"
value={value}
min={min}
max={max}
step={step}
onChange={(event) => change(event.target.valueAsNumber)}
/>
</label>
);
}
export function Workbench() {
const [tab, setTab] = useState<Tab>("source");
const [source, setSource] = useState(EXAMPLE);
const [format, setFormat] = useState<SubtitleFormat | "auto">("auto");
const [encoding, setEncoding] = useState<TextEncoding>("utf-8");
const [document, setDocument] = useState<SubtitleDocument>(() =>
parseSubtitle(EXAMPLE),
);
const [selected, setSelected] = useState(0);
const [error, setError] = useState("");
const [exportFormat, setExportFormat] = useState<SubtitleFormat>("srt");
const [validation, setValidation] =
useState<ValidationOptions>(DEFAULT_VALIDATION);
const [shiftMs, setShiftMs] = useState(0);
const [scalePercent, setScalePercent] = useState(100);
const [anchorMs, setAnchorMs] = useState(0);
const [clamp, setClamp] = useState(false);
const [sourceFps, setSourceFps] = useState(25);
const [targetFps, setTargetFps] = useState(23.976);
const [revision, setRevision] = useState("");
const [revisionDocument, setRevisionDocument] = useState<SubtitleDocument>();
const issues = useMemo(
() => validateDocument(document, validation),
[document, validation],
);
const summary = useMemo(() => documentSummary(document), [document]);
const changes = useMemo(
() =>
revisionDocument ? compareDocuments(document, revisionDocument) : [],
[document, revisionDocument],
);
const serialized = useMemo(() => {
try {
return serializeSubtitle(document, exportFormat);
} catch {
return "";
}
}, [document, exportFormat]);
const parse = (value = source) => {
try {
const next = parseSubtitle(value, format);
setDocument(next);
setSelected(0);
setExportFormat(next.format);
setError("");
} catch (reason) {
setError(
reason instanceof Error ? reason.message : "Subtitle parsing failed.",
);
}
};
const open = async (file: File | undefined) => {
if (!file) return;
if (file.size > 8 * 1024 * 1024) {
setError("Subtitle file exceeds the 8 MiB byte-input limit.");
return;
}
try {
const decoded = decodeText(
new Uint8Array(await file.arrayBuffer()),
encoding,
false,
);
setSource(decoded);
const next = parseSubtitle(decoded, format);
setDocument(next);
setExportFormat(next.format);
setSelected(0);
setError("");
} catch (reason) {
setError(
reason instanceof Error ? reason.message : "File decoding failed.",
);
}
};
const applyTransform = () => {
try {
setDocument(
transformTiming(document, {
shiftMs,
scale: scalePercent / 100,
anchorMs,
clampToZero: clamp,
}),
);
setError("");
} catch (reason) {
setError(
reason instanceof Error ? reason.message : "Timing transform failed.",
);
}
};
const applyFrameRate = () => {
try {
setDocument(convertFrameRate(document, sourceFps, targetFps));
setError("");
} catch (reason) {
setError(
reason instanceof Error
? reason.message
: "Frame-rate conversion failed.",
);
}
};
const download = () => {
try {
const value = serializeSubtitle(document, exportFormat);
triggerBlobDownload(
new Blob([value], { type: "text/plain;charset=utf-8" }),
`subtitles.${exportFormat}`,
);
setError("");
} catch (reason) {
setError(reason instanceof Error ? reason.message : "Export failed.");
}
};
const loadRevision = () => {
try {
setRevisionDocument(parseSubtitle(revision));
setError("");
} catch (reason) {
setError(
reason instanceof Error ? reason.message : "Revision parsing failed.",
);
}
};
const selectedCue = document.cues[selected];
const tabs: Array<[Tab, string]> = [
["source", "Source & export"],
["cues", "Cues & checks"],
["timing", "Timing"],
["compare", "Compare"],
["waveform", "Waveform"],
];
return (
<main className="workbench">
<header className="hero">
<div>
<p className="eyebrow">Local subtitle workshop</p>
<h1>Subtitle Tools</h1>
<p>
Inspect, edit, synchronize, validate, compare, and convert SRT,
WebVTT, and ASS captions without uploading media or text.
</p>
</div>
<span className="privacy-pill">No network requests</span>
</header>
<section className="summary panel" aria-label="Subtitle summary">
<div>
<span>Detected</span>
<strong>{summary.format.toUpperCase()}</strong>
</div>
<div>
<span>Cues</span>
<strong>{summary.cues.toLocaleString()}</strong>
</div>
<div>
<span>Timeline</span>
<strong>{clock(summary.durationMs)}</strong>
</div>
<div>
<span>Characters</span>
<strong>{summary.textCharacters.toLocaleString()}</strong>
</div>
<div>
<span>Issues</span>
<strong>{issues.length.toLocaleString()}</strong>
</div>
</section>
<nav className="tabs" role="tablist" aria-label="Subtitle workspaces">
{tabs.map(([value, label]) => (
<button
key={value}
type="button"
role="tab"
aria-selected={tab === value}
onClick={() => setTab(value)}
>
{label}
</button>
))}
</nav>
{error && (
<p className="error" role="alert">
{error}
</p>
)}
{tab === "source" && (
<section className="workspace two-columns">
<article className="panel editor-panel">
<div className="panel-heading">
<div>
<p className="eyebrow">Untrusted input</p>
<h2>Subtitle source</h2>
</div>
<label className="file-button">
Open file
<input
type="file"
accept=".srt,.vtt,.ass,.ssa,text/plain,text/vtt"
onChange={(event) => void open(event.target.files?.[0])}
/>
</label>
</div>
<div className="form-grid">
<label className="field">
<span>Input format</span>
<select
value={format}
onChange={(event) =>
setFormat(event.target.value as SubtitleFormat | "auto")
}
>
<option value="auto">Detect automatically</option>
<option value="srt">SubRip (SRT)</option>
<option value="vtt">WebVTT</option>
<option value="ass">ASS / SSA</option>
</select>
</label>
<label className="field">
<span>File encoding</span>
<select
value={encoding}
onChange={(event) =>
setEncoding(event.target.value as TextEncoding)
}
>
<option value="utf-8">UTF-8</option>
<option value="utf-16le">UTF-16 LE</option>
<option value="utf-16be">UTF-16 BE</option>
<option value="latin1">ISO-8859-1</option>
</select>
</label>
</div>
<textarea
className="source-editor"
aria-label="Subtitle source"
value={source}
spellCheck={false}
onChange={(event) => setSource(event.target.value)}
/>
<button className="primary" type="button" onClick={() => parse()}>
Parse source
</button>
</article>
<article className="panel editor-panel">
<div className="panel-heading">
<div>
<p className="eyebrow">Explicit conversion</p>
<h2>Export preview</h2>
</div>
<button className="primary" type="button" onClick={download}>
Download
</button>
</div>
<label className="field">
<span>Output format</span>
<select
value={exportFormat}
onChange={(event) =>
setExportFormat(event.target.value as SubtitleFormat)
}
>
<option value="srt">SubRip (SRT)</option>
<option value="vtt">WebVTT</option>
<option value="ass">Advanced SubStation Alpha</option>
</select>
</label>
{exportFormat !== document.format && (
<p className="warning">
Cross-format conversion preserves cue text and timing.
Format-specific positioning, styles, regions, comments, and
metadata can be lost.
</p>
)}
<textarea
className="source-editor"
aria-label="Export preview"
readOnly
value={serialized}
/>
</article>
</section>
)}
{tab === "cues" && (
<section className="workspace cue-layout">
<article className="panel cue-list">
<div className="panel-heading">
<div>
<p className="eyebrow">Timeline</p>
<h2>Cues</h2>
</div>
<button
type="button"
onClick={() => setDocument(sortCues(document))}
>
Sort by start
</button>
</div>
<ol>
{document.cues.slice(0, 10_000).map((cue, index) => (
<li key={`${cue.sourceLine}-${index}`}>
<button
type="button"
className={selected === index ? "selected" : ""}
onClick={() => setSelected(index)}
>
<span>{index + 1}</span>
<time>
{clock(cue.startMs)} {clock(cue.endMs)}
</time>
<strong>
{cue.text.replaceAll("\n", " ").slice(0, 90) || "(empty)"}
</strong>
</button>
</li>
))}
</ol>
{document.cues.length > 10_000 && (
<p className="warning">
The editor lists the first 10,000 cues; validation and export
include all cues.
</p>
)}
</article>
<div className="cue-side">
<article className="panel">
<div className="panel-heading">
<div>
<p className="eyebrow">Selected cue</p>
<h2>Edit</h2>
</div>
</div>
{selectedCue ? (
<>
<div className="form-grid">
<NumberField
label="Start (ms)"
value={selectedCue.startMs}
min={0}
change={(value) =>
setDocument(
replaceCue(document, selected, { startMs: value }),
)
}
/>
<NumberField
label="End (ms)"
value={selectedCue.endMs}
min={0}
change={(value) =>
setDocument(
replaceCue(document, selected, { endMs: value }),
)
}
/>
</div>
<label className="field">
<span>Text</span>
<textarea
value={selectedCue.text}
onChange={(event) =>
setDocument(
replaceCue(document, selected, {
text: event.target.value,
}),
)
}
/>
</label>
</>
) : (
<p className="empty">No cue selected.</p>
)}
</article>
<article className="panel issues">
<div className="panel-heading">
<div>
<p className="eyebrow">Rules</p>
<h2>Validation</h2>
</div>
</div>
<div className="thresholds">
<NumberField
label="Max characters/s"
value={validation.maxCharactersPerSecond}
min={1}
max={200}
change={(value) =>
setValidation({
...validation,
maxCharactersPerSecond: value,
})
}
/>
<NumberField
label="Max line length"
value={validation.maxLineLength}
min={1}
max={1000}
change={(value) =>
setValidation({ ...validation, maxLineLength: value })
}
/>
<NumberField
label="Max lines"
value={validation.maxLines}
min={1}
max={100}
change={(value) =>
setValidation({ ...validation, maxLines: value })
}
/>
</div>
{issues.length ? (
<ul>
{issues.slice(0, 2_000).map((issue, index) => (
<li
key={`${issue.code}-${issue.cue ?? 0}-${index}`}
className={issue.level}
>
<code>{issue.code}</code>{" "}
{issue.cue ? `Cue ${issue.cue}: ` : ""}
{issue.message}
</li>
))}
</ul>
) : (
<p className="success">
No issues under the current thresholds.
</p>
)}
</article>
</div>
</section>
)}
{tab === "timing" && (
<section className="workspace two-columns">
<article className="panel">
<div className="panel-heading">
<div>
<p className="eyebrow">Affine transform</p>
<h2>Shift and stretch</h2>
</div>
</div>
<div className="form-grid">
<NumberField
label="Shift (ms)"
value={shiftMs}
step={1}
change={setShiftMs}
/>
<NumberField
label="Scale (%)"
value={scalePercent}
min={0.001}
max={10_000}
step={0.001}
change={setScalePercent}
/>
<NumberField
label="Anchor (ms)"
value={anchorMs}
min={0}
step={1}
change={setAnchorMs}
/>
</div>
<label className="check">
<input
type="checkbox"
checked={clamp}
onChange={(event) => setClamp(event.target.checked)}
/>
Move the entire result forward if it would become negative
</label>
<button className="primary" type="button" onClick={applyTransform}>
Apply timing transform
</button>
</article>
<article className="panel">
<div className="panel-heading">
<div>
<p className="eyebrow">Frame interpretation</p>
<h2>Frame-rate conversion</h2>
</div>
</div>
<p className="muted">
Scales timestamps by source FPS ÷ target FPS. It does not inspect
media or snap individual cues to frames.
</p>
<div className="form-grid">
<NumberField
label="Source FPS"
value={sourceFps}
min={0.001}
max={1000}
step={0.001}
change={setSourceFps}
/>
<NumberField
label="Target FPS"
value={targetFps}
min={0.001}
max={1000}
step={0.001}
change={setTargetFps}
/>
</div>
<button className="primary" type="button" onClick={applyFrameRate}>
Convert frame rate
</button>
</article>
</section>
)}
{tab === "compare" && (
<section className="workspace two-columns">
<article className="panel editor-panel">
<div className="panel-heading">
<div>
<p className="eyebrow">Second revision</p>
<h2>Compare input</h2>
</div>
</div>
<textarea
className="source-editor"
aria-label="Revision subtitle source"
value={revision}
onChange={(event) => setRevision(event.target.value)}
placeholder="Paste SRT, WebVTT, or ASS…"
/>
<button className="primary" type="button" onClick={loadRevision}>
Parse and compare
</button>
</article>
<article className="panel revision-results">
<div className="panel-heading">
<div>
<p className="eyebrow">Index-aligned revision</p>
<h2>{changes.length} changes</h2>
</div>
</div>
<p className="muted">
v0.1 compares cue positions deterministically. Insertions can
shift later matches; no semantic alignment is claimed.
</p>
{revisionDocument ? (
changes.length ? (
<ol>
{changes.slice(0, 5_000).map((change) => (
<li key={`${change.kind}-${change.index}`}>
<strong>
Cue {change.index + 1}: {change.kind}
</strong>
<span>
{change.before
? `${clock(change.before.startMs)} ${change.before.text.slice(0, 80)}`
: "—"}
</span>
<span>
{change.after
? `${clock(change.after.startMs)} ${change.after.text.slice(0, 80)}`
: "—"}
</span>
</li>
))}
</ol>
) : (
<p className="success">No index-aligned changes.</p>
)
) : (
<p className="empty">Paste and parse a second revision.</p>
)}
</article>
</section>
)}
{tab === "waveform" && (
<section className="panel">
<Waveform cues={document.cues} />
</section>
)}
<section className="panel boundary">
<p>
Parsing and media decoding stay local. Validation is configurable
guidance, not a broadcaster, accessibility, or legal compliance
verdict. ASS round trips retain parsed dialogue fields; cross-format
exports explicitly discard unsupported styling.
</p>
</section>
</main>
);
}
+18
View File
@@ -0,0 +1,18 @@
import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import { App } from "./App";
createRoot(document.getElementById("root")!).render(
<StrictMode>
<App />
</StrictMode>,
);
if ("serviceWorker" in navigator && import.meta.env.PROD) {
window.addEventListener("load", () => {
const url = new URL("./sw.js", document.baseURI);
void navigator.serviceWorker
.register(url, { scope: new URL("./", document.baseURI).pathname })
.catch(() => undefined);
});
}
+546
View File
@@ -0,0 +1,546 @@
:root {
font-family:
Inter,
ui-sans-serif,
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
sans-serif;
color: #242233;
background: #f3f4f8;
font-synthesis: none;
--surface: #fff;
--surface-muted: #f4f3fa;
--line: #d8d6e5;
--ink-muted: #66637a;
--accent: #5b4ec4;
--accent-dark: #4336a4;
--danger: #a5263d;
--warning: #8a5700;
--success: #187148;
--wave-bg: #eeedf7;
--wave-line: #5b4ec4;
--cue-line: #ce3d59;
}
:root[data-toolbox-theme="dark"] {
color: #f0eff8;
background: #15141b;
--surface: #211f29;
--surface-muted: #2a2735;
--line: #454153;
--ink-muted: #b9b5c8;
--accent: #a99cff;
--accent-dark: #c0b7ff;
--danger: #ff91a2;
--warning: #ffd078;
--success: #78d7a9;
--wave-bg: #292634;
--wave-line: #aa9cff;
--cue-line: #ff8195;
}
@media (prefers-color-scheme: dark) {
:root:not([data-toolbox-theme="light"]) {
color: #f0eff8;
background: #15141b;
--surface: #211f29;
--surface-muted: #2a2735;
--line: #454153;
--ink-muted: #b9b5c8;
--accent: #a99cff;
--accent-dark: #c0b7ff;
--danger: #ff91a2;
--warning: #ffd078;
--success: #78d7a9;
--wave-bg: #292634;
--wave-line: #aa9cff;
--cue-line: #ff8195;
}
}
* {
box-sizing: border-box;
}
body {
margin: 0;
min-width: 320px;
min-height: 100vh;
background: inherit;
color: inherit;
}
button,
input,
select,
textarea {
color: inherit;
font: inherit;
}
button,
.file-button,
input,
select,
textarea {
border: 1px solid var(--line);
border-radius: 0.72rem;
background: var(--surface);
}
button,
.file-button {
min-height: 2.6rem;
padding: 0.58rem 0.9rem;
cursor: pointer;
font-weight: 700;
}
button:hover,
.file-button:hover {
border-color: var(--accent);
}
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.file-button:focus-within {
outline: 3px solid color-mix(in srgb, var(--accent) 35%, transparent);
outline-offset: 2px;
}
.primary {
border-color: var(--accent);
background: var(--accent);
color: #fff;
}
:root[data-toolbox-theme="dark"] .primary {
color: #17131f;
}
.workbench {
width: min(100%, 90rem);
margin: 0 auto;
padding: 1.4rem clamp(0.75rem, 2.5vw, 2rem) 3rem;
}
.hero,
.panel-heading,
.summary,
.tabs,
.form-grid,
.two-columns,
.cue-layout {
display: flex;
}
.hero {
align-items: flex-start;
justify-content: space-between;
gap: 1.2rem;
margin-bottom: 1rem;
}
h1,
h2,
p {
margin-top: 0;
}
h1 {
margin-bottom: 0.35rem;
font-size: clamp(1.8rem, 4vw, 3rem);
}
h2 {
margin-bottom: 0;
font-size: 1.15rem;
}
.hero > div > p:last-child {
max-width: 48rem;
margin-bottom: 0;
color: var(--ink-muted);
}
.eyebrow {
margin-bottom: 0.28rem;
color: var(--accent-dark);
font-size: 0.74rem;
font-weight: 800;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.privacy-pill {
flex: none;
border: 1px solid color-mix(in srgb, var(--success) 50%, var(--line));
border-radius: 999px;
padding: 0.5rem 0.75rem;
color: var(--success);
font-size: 0.82rem;
font-weight: 800;
}
.panel {
border: 1px solid var(--line);
border-radius: 1rem;
background: var(--surface);
box-shadow: 0 0.45rem 1.4rem color-mix(in srgb, #151126 7%, transparent);
padding: 1rem;
}
.summary {
flex-wrap: wrap;
gap: 0.7rem;
margin-bottom: 0.8rem;
}
.summary > div {
flex: 1 1 9rem;
border-right: 1px solid var(--line);
padding: 0.15rem 0.8rem;
}
.summary > div:last-child {
border-right: 0;
}
.summary span,
.summary strong {
display: block;
}
.summary span {
color: var(--ink-muted);
font-size: 0.76rem;
text-transform: uppercase;
}
.summary strong {
margin-top: 0.2rem;
font-variant-numeric: tabular-nums;
}
.tabs {
gap: 0.35rem;
overflow-x: auto;
margin-bottom: 0.8rem;
padding: 0.2rem 0;
}
.tabs button {
white-space: nowrap;
}
.tabs button[aria-selected="true"] {
border-color: var(--accent);
background: var(--surface-muted);
color: var(--accent-dark);
}
.workspace {
margin-bottom: 0.8rem;
}
.two-columns,
.cue-layout {
align-items: stretch;
gap: 0.8rem;
}
.two-columns > *,
.cue-layout > * {
min-width: 0;
flex: 1 1 0;
}
.panel-heading {
align-items: center;
justify-content: space-between;
gap: 0.8rem;
margin-bottom: 0.8rem;
}
.file-button {
position: relative;
display: inline-flex;
align-items: center;
}
.file-button input {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
}
.form-grid {
flex-wrap: wrap;
gap: 0.65rem;
margin-bottom: 0.7rem;
}
.field {
display: grid;
flex: 1 1 11rem;
gap: 0.28rem;
min-width: 0;
color: var(--ink-muted);
font-size: 0.82rem;
font-weight: 700;
}
.field input,
.field select,
.field textarea {
width: 100%;
min-height: 2.6rem;
padding: 0.55rem 0.65rem;
color: inherit;
font-weight: 500;
}
.field textarea,
.source-editor {
resize: vertical;
}
.source-editor {
width: 100%;
min-height: 25rem;
margin-bottom: 0.65rem;
padding: 0.8rem;
font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
font-size: 0.84rem;
line-height: 1.5;
tab-size: 2;
}
.warning,
.error,
.success,
.muted,
.empty {
font-size: 0.9rem;
}
.warning {
color: var(--warning);
}
.error {
border: 1px solid color-mix(in srgb, var(--danger) 45%, var(--line));
border-radius: 0.75rem;
background: color-mix(in srgb, var(--danger) 8%, var(--surface));
padding: 0.7rem;
color: var(--danger);
}
.success {
color: var(--success);
}
.muted,
.empty {
color: var(--ink-muted);
}
.check {
display: flex;
align-items: flex-start;
gap: 0.5rem;
margin: 0.5rem 0 0.8rem;
color: var(--ink-muted);
font-size: 0.9rem;
}
.check input {
margin-top: 0.2rem;
}
.cue-list {
max-height: 52rem;
overflow: auto;
}
.cue-list ol,
.issues ul,
.revision-results ol {
margin: 0;
padding: 0;
list-style: none;
}
.cue-list li + li,
.issues li + li,
.revision-results li + li {
margin-top: 0.4rem;
}
.cue-list li button {
display: grid;
grid-template-columns: 3rem 1fr;
width: 100%;
text-align: left;
}
.cue-list li button.selected {
border-color: var(--accent);
background: var(--surface-muted);
}
.cue-list time {
font-variant-numeric: tabular-nums;
color: var(--ink-muted);
}
.cue-list strong {
grid-column: 2;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cue-side {
display: grid;
align-content: start;
gap: 0.8rem;
}
.thresholds {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.45rem;
}
.issues ul {
max-height: 24rem;
overflow: auto;
margin-top: 0.8rem;
}
.issues li {
border-left: 3px solid var(--warning);
padding: 0.35rem 0.55rem;
color: var(--ink-muted);
font-size: 0.84rem;
}
.issues li.error {
border: 0;
border-left: 3px solid var(--danger);
border-radius: 0;
background: transparent;
padding: 0.35rem 0.55rem;
}
.revision-results ol {
max-height: 36rem;
overflow: auto;
}
.revision-results li {
display: grid;
gap: 0.25rem;
border: 1px solid var(--line);
border-radius: 0.7rem;
padding: 0.55rem;
}
.revision-results span {
overflow-wrap: anywhere;
color: var(--ink-muted);
font-size: 0.82rem;
}
.waveform-workspace audio,
.waveform {
display: block;
width: 100%;
}
.waveform-workspace audio {
margin-bottom: 0.7rem;
}
.waveform {
height: 180px;
border: 1px solid var(--line);
border-radius: 0.75rem;
cursor: crosshair;
}
.boundary {
color: var(--ink-muted);
}
.boundary p {
margin: 0;
}
.loading,
.fatal {
width: min(100%, 90rem);
margin: 2rem auto;
padding: 1rem;
}
.help-dialog {
width: min(36rem, calc(100vw - 2rem));
border: 1px solid var(--line);
border-radius: 1rem;
background: var(--surface);
color: inherit;
padding: 1rem;
}
.help-dialog::backdrop {
background: rgb(16 14 25 / 55%);
}
.dialog-heading {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 1rem;
}
@media (max-width: 800px) {
.hero,
.two-columns,
.cue-layout {
flex-direction: column;
}
.privacy-pill {
align-self: flex-start;
}
.two-columns > *,
.cue-layout > * {
width: 100%;
}
.thresholds {
grid-template-columns: 1fr;
}
.source-editor {
min-height: 18rem;
}
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
transition: none !important;
}
}
+700
View File
@@ -0,0 +1,700 @@
export type SubtitleFormat = "srt" | "vtt" | "ass";
export interface Cue {
id: string;
startMs: number;
endMs: number;
text: string;
settings?: string;
assFields?: Record<string, string>;
sourceLine: number;
}
export interface SubtitleDocument {
format: SubtitleFormat;
cues: Cue[];
preamble: string[];
assFormat?: string[];
warnings: string[];
}
export interface CueIssue {
level: "error" | "warning" | "info";
code: string;
cue?: number;
message: string;
}
export interface ValidationOptions {
maxCharactersPerSecond: number;
maxLineLength: number;
maxLines: number;
minimumDurationMs: number;
maximumDurationMs: number;
}
export const DEFAULT_VALIDATION: ValidationOptions = {
maxCharactersPerSecond: 20,
maxLineLength: 42,
maxLines: 2,
minimumDurationMs: 500,
maximumDurationMs: 7_000,
};
const MAX_SOURCE_UNITS = 4_000_000;
const MAX_CUES = 100_000;
const MAX_LINE_UNITS = 250_000;
function normalizeSource(source: string): string {
if (source.length > MAX_SOURCE_UNITS)
throw new Error("Subtitle source exceeds 4,000,000 UTF-16 units.");
const normalized = source.replaceAll("\r\n", "\n").replaceAll("\r", "\n");
if (normalized.split("\n").some((line) => line.length > MAX_LINE_UNITS))
throw new Error("A subtitle line exceeds 250,000 UTF-16 units.");
return normalized.replace(/^\uFEFF/u, "");
}
export function detectFormat(source: string): SubtitleFormat {
const head = source.replace(/^\uFEFF/u, "").slice(0, 16_384);
if (/^WEBVTT(?:[ \t]|$)/mu.test(head)) return "vtt";
if (/^\s*\[(?:Script Info|Events|V4\+? Styles)\]/imu.test(head)) return "ass";
return "srt";
}
function parseTimestamp(value: string, format: "srt" | "vtt"): number {
const match = /^(?:(\d{1,6}):)?(\d{2}):(\d{2})[,.](\d{3})$/u.exec(
value.trim(),
);
if (!match)
throw new Error(`Invalid ${format.toUpperCase()} timestamp: ${value}`);
const hours = Number(match[1] ?? 0);
const minutes = Number(match[2]);
const seconds = Number(match[3]);
const milliseconds = Number(match[4]);
if (minutes > 59 || seconds > 59)
throw new Error(`Timestamp component is outside its range: ${value}`);
const result = ((hours * 60 + minutes) * 60 + seconds) * 1000 + milliseconds;
if (!Number.isSafeInteger(result)) throw new Error("Timestamp is too large.");
return result;
}
function parseAssTimestamp(value: string): number {
const match = /^(\d{1,6}):(\d{2}):(\d{2})[.](\d{1,3})$/u.exec(value.trim());
if (!match) throw new Error(`Invalid ASS timestamp: ${value}`);
const hours = Number(match[1]);
const minutes = Number(match[2]);
const seconds = Number(match[3]);
const fraction = Number(match[4]!.padEnd(3, "0"));
if (minutes > 59 || seconds > 59)
throw new Error(`Timestamp component is outside its range: ${value}`);
const result = ((hours * 60 + minutes) * 60 + seconds) * 1000 + fraction;
if (!Number.isSafeInteger(result)) throw new Error("Timestamp is too large.");
return result;
}
function splitBlocks(source: string): Array<{ text: string; line: number }> {
const blocks: Array<{ text: string; line: number }> = [];
const lines = source.split("\n");
let start = 0;
for (let index = 0; index <= lines.length; index += 1) {
if (index < lines.length && lines[index]!.trim() !== "") continue;
if (index > start) {
const text = lines.slice(start, index).join("\n");
if (text.trim()) blocks.push({ text, line: start + 1 });
}
start = index + 1;
}
return blocks;
}
function parseSrt(source: string): SubtitleDocument {
const cues: Cue[] = [];
const warnings: string[] = [];
for (const block of splitBlocks(source)) {
const lines = block.text.split("\n");
let timingIndex = 0;
let id = "";
if (!lines[0]!.includes("-->")) {
id = lines[0]!.trim();
timingIndex = 1;
}
const timing = /^(\S+)\s*-->\s*(\S+)(?:\s+(.*))?$/u.exec(
lines[timingIndex] ?? "",
);
if (!timing) {
warnings.push(
`Ignored block at line ${block.line}: no valid timing line.`,
);
continue;
}
try {
cues.push({
id: id || String(cues.length + 1),
startMs: parseTimestamp(timing[1]!, "srt"),
endMs: parseTimestamp(timing[2]!, "srt"),
text: lines.slice(timingIndex + 1).join("\n"),
settings: timing[3]?.trim() || undefined,
sourceLine: block.line,
});
} catch (reason) {
warnings.push(
`Ignored block at line ${block.line}: ${reason instanceof Error ? reason.message : "invalid timing"}`,
);
}
if (cues.length > MAX_CUES)
throw new Error("Subtitle exceeds 100,000 cues.");
}
return { format: "srt", cues, preamble: [], warnings };
}
function parseVtt(source: string): SubtitleDocument {
const blocks = splitBlocks(source);
const first = blocks.shift();
if (!first || !/^WEBVTT(?:[ \t]|$)/u.test(first.text))
throw new Error("WebVTT must begin with WEBVTT.");
const cues: Cue[] = [];
const preamble = first.text.split("\n").slice(1);
const warnings: string[] = [];
for (const block of blocks) {
const lines = block.text.split("\n");
if (/^(?:NOTE|STYLE|REGION)(?:[ \t]|$)/u.test(lines[0]!)) {
preamble.push("", block.text);
continue;
}
const timingIndex = lines[0]!.includes("-->") ? 0 : 1;
const timing = /^(\S+)\s*-->\s*(\S+)(?:\s+(.*))?$/u.exec(
lines[timingIndex] ?? "",
);
if (!timing) {
warnings.push(
`Ignored block at line ${block.line}: no valid timing line.`,
);
continue;
}
try {
cues.push({
id: timingIndex === 1 ? lines[0]!.trim() : String(cues.length + 1),
startMs: parseTimestamp(timing[1]!, "vtt"),
endMs: parseTimestamp(timing[2]!, "vtt"),
text: lines.slice(timingIndex + 1).join("\n"),
settings: timing[3]?.trim() || undefined,
sourceLine: block.line,
});
} catch (reason) {
warnings.push(
`Ignored block at line ${block.line}: ${reason instanceof Error ? reason.message : "invalid timing"}`,
);
}
if (cues.length > MAX_CUES)
throw new Error("Subtitle exceeds 100,000 cues.");
}
return { format: "vtt", cues, preamble, warnings };
}
function splitLimited(value: string, count: number): string[] {
const result: string[] = [];
let start = 0;
for (let index = 1; index < count; index += 1) {
const comma = value.indexOf(",", start);
if (comma < 0) break;
result.push(value.slice(start, comma));
start = comma + 1;
}
result.push(value.slice(start));
return result;
}
const DEFAULT_ASS_FORMAT = [
"Layer",
"Start",
"End",
"Style",
"Name",
"MarginL",
"MarginR",
"MarginV",
"Effect",
"Text",
];
function parseAss(source: string): SubtitleDocument {
const lines = source.split("\n");
const cues: Cue[] = [];
const preamble: string[] = [];
const warnings: string[] = [];
let section = "";
let format = [...DEFAULT_ASS_FORMAT];
for (let index = 0; index < lines.length; index += 1) {
const line = lines[index]!;
const sectionMatch = /^\s*\[([^\]]+)\]\s*$/u.exec(line);
if (sectionMatch) section = sectionMatch[1]!.toLowerCase();
if (section === "events" && /^Format\s*:/iu.test(line)) {
format = line
.replace(/^Format\s*:/iu, "")
.split(",")
.map((field) => field.trim())
.filter(Boolean);
if (!format.some((field) => field.toLowerCase() === "text"))
warnings.push(`Events Format at line ${index + 1} has no Text field.`);
preamble.push(line);
continue;
}
const dialogue =
section === "events" ? /^Dialogue\s*:\s*(.*)$/iu.exec(line) : null;
if (!dialogue) {
preamble.push(line);
continue;
}
const values = splitLimited(dialogue[1]!, format.length);
if (values.length !== format.length) {
warnings.push(
`Ignored Dialogue at line ${index + 1}: field count mismatch.`,
);
continue;
}
const fields = Object.fromEntries(
format.map((field, fieldIndex) => [
field.toLowerCase(),
values[fieldIndex] ?? "",
]),
);
try {
cues.push({
id: String(cues.length + 1),
startMs: parseAssTimestamp(fields.start ?? ""),
endMs: parseAssTimestamp(fields.end ?? ""),
text: (fields.text ?? "")
.replaceAll("\\N", "\n")
.replaceAll("\\n", "\n"),
assFields: fields,
sourceLine: index + 1,
});
} catch (reason) {
warnings.push(
`Ignored Dialogue at line ${index + 1}: ${reason instanceof Error ? reason.message : "invalid timing"}`,
);
}
if (cues.length > MAX_CUES)
throw new Error("Subtitle exceeds 100,000 cues.");
}
return { format: "ass", cues, preamble, assFormat: format, warnings };
}
export function parseSubtitle(
source: string,
requested: SubtitleFormat | "auto" = "auto",
): SubtitleDocument {
const normalized = normalizeSource(source);
const format = requested === "auto" ? detectFormat(normalized) : requested;
const document =
format === "vtt"
? parseVtt(normalized)
: format === "ass"
? parseAss(normalized)
: parseSrt(normalized);
if (!document.cues.length)
document.warnings.push("No valid subtitle cues were found.");
return document;
}
function plainText(value: string): string {
return value
.replace(/<[^>]*>/gu, "")
.replace(/\{\\[^}]*\}/gu, "")
.replaceAll(/\s+/gu, " ")
.trim();
}
export function charactersPerSecond(cue: Cue): number {
const duration = cue.endMs - cue.startMs;
return duration > 0
? (plainText(cue.text).length * 1000) / duration
: Infinity;
}
export function validateDocument(
document: SubtitleDocument,
options: ValidationOptions = DEFAULT_VALIDATION,
): CueIssue[] {
const numbers = Object.values(options);
if (numbers.some((value) => !Number.isFinite(value) || value < 0))
throw new Error(
"Validation thresholds must be finite non-negative numbers.",
);
const issues: CueIssue[] = document.warnings.map((message) => ({
level: "warning",
code: "parse-warning",
message,
}));
document.cues.forEach((cue, index) => {
const cueNumber = index + 1;
const duration = cue.endMs - cue.startMs;
if (cue.startMs < 0)
issues.push({
level: "error",
code: "negative-time",
cue: cueNumber,
message: "Start time is negative.",
});
if (duration <= 0)
issues.push({
level: "error",
code: "invalid-duration",
cue: cueNumber,
message: "End time must be after start time.",
});
else {
if (duration < options.minimumDurationMs)
issues.push({
level: "warning",
code: "short-duration",
cue: cueNumber,
message: `Duration ${duration} ms is below ${options.minimumDurationMs} ms.`,
});
if (duration > options.maximumDurationMs)
issues.push({
level: "warning",
code: "long-duration",
cue: cueNumber,
message: `Duration ${duration} ms exceeds ${options.maximumDurationMs} ms.`,
});
const cps = charactersPerSecond(cue);
if (cps > options.maxCharactersPerSecond)
issues.push({
level: "warning",
code: "reading-speed",
cue: cueNumber,
message: `${cps.toFixed(1)} characters/s exceeds ${options.maxCharactersPerSecond}.`,
});
}
const lines = cue.text.split("\n");
if (!plainText(cue.text))
issues.push({
level: "warning",
code: "empty",
cue: cueNumber,
message: "Cue has no visible text.",
});
if (lines.length > options.maxLines)
issues.push({
level: "warning",
code: "line-count",
cue: cueNumber,
message: `${lines.length} lines exceed ${options.maxLines}.`,
});
let longest = 0;
for (const line of lines)
longest = Math.max(longest, [...plainText(line)].length);
if (longest > options.maxLineLength)
issues.push({
level: "warning",
code: "line-length",
cue: cueNumber,
message: `Longest line (${longest}) exceeds ${options.maxLineLength} characters.`,
});
if (index > 0) {
const previous = document.cues[index - 1]!;
if (cue.startMs < previous.startMs)
issues.push({
level: "warning",
code: "order",
cue: cueNumber,
message: "Cue starts before the preceding source cue.",
});
if (cue.startMs < previous.endMs)
issues.push({
level: "warning",
code: "overlap",
cue: cueNumber,
message: `Overlaps the preceding cue by ${previous.endMs - cue.startMs} ms.`,
});
}
});
return issues;
}
function cloneDocument(
document: SubtitleDocument,
cues: Cue[],
): SubtitleDocument {
return {
...document,
cues,
preamble: [...document.preamble],
assFormat: document.assFormat ? [...document.assFormat] : undefined,
warnings: [...document.warnings],
};
}
export interface TimingTransform {
shiftMs?: number;
scale?: number;
anchorMs?: number;
clampToZero?: boolean;
}
export function transformTiming(
document: SubtitleDocument,
transform: TimingTransform,
): SubtitleDocument {
const shift = transform.shiftMs ?? 0;
const scale = transform.scale ?? 1;
const anchor = transform.anchorMs ?? 0;
if (
![shift, scale, anchor].every(Number.isFinite) ||
scale <= 0 ||
scale > 100
)
throw new Error(
"Timing transform requires finite values and scale in (0, 100].",
);
const converted = document.cues.map((cue) => ({
...cue,
assFields: cue.assFields ? { ...cue.assFields } : undefined,
startMs: Math.round(anchor + (cue.startMs - anchor) * scale + shift),
endMs: Math.round(anchor + (cue.endMs - anchor) * scale + shift),
}));
let minimum = 0;
for (const cue of converted) minimum = Math.min(minimum, cue.startMs);
if (minimum < 0 && !transform.clampToZero)
throw new Error("Timing transform would create negative timestamps.");
if (minimum < 0)
for (const cue of converted) {
cue.startMs -= minimum;
cue.endMs -= minimum;
}
return cloneDocument(document, converted);
}
export function convertFrameRate(
document: SubtitleDocument,
sourceFramesPerSecond: number,
targetFramesPerSecond: number,
): SubtitleDocument {
if (
!Number.isFinite(sourceFramesPerSecond) ||
!Number.isFinite(targetFramesPerSecond) ||
sourceFramesPerSecond <= 0 ||
targetFramesPerSecond <= 0 ||
sourceFramesPerSecond > 1000 ||
targetFramesPerSecond > 1000
)
throw new Error("Frame rates must be finite values in (0, 1000].");
return transformTiming(document, {
scale: sourceFramesPerSecond / targetFramesPerSecond,
anchorMs: 0,
});
}
export function sortCues(document: SubtitleDocument): SubtitleDocument {
return cloneDocument(
document,
[...document.cues]
.map((cue) => ({
...cue,
assFields: cue.assFields ? { ...cue.assFields } : undefined,
}))
.sort(
(left, right) =>
left.startMs - right.startMs || left.endMs - right.endMs,
),
);
}
export function replaceCue(
document: SubtitleDocument,
index: number,
changes: Partial<Pick<Cue, "startMs" | "endMs" | "text">>,
): SubtitleDocument {
if (
!Number.isSafeInteger(index) ||
index < 0 ||
index >= document.cues.length
)
throw new Error("Cue index is outside the document.");
const cues = document.cues.map((cue, cueIndex) =>
cueIndex === index ? { ...cue, ...changes } : cue,
);
return cloneDocument(document, cues);
}
function formatTimestamp(milliseconds: number, separator: "," | "."): string {
if (!Number.isSafeInteger(milliseconds) || milliseconds < 0)
throw new Error("Cannot serialize a negative or unsafe timestamp.");
const hours = Math.floor(milliseconds / 3_600_000);
const minutes = Math.floor((milliseconds % 3_600_000) / 60_000);
const seconds = Math.floor((milliseconds % 60_000) / 1000);
const fraction = milliseconds % 1000;
return `${String(hours).padStart(2, "0")}:${String(minutes).padStart(2, "0")}:${String(seconds).padStart(2, "0")}${separator}${String(fraction).padStart(3, "0")}`;
}
function formatAssTimestamp(milliseconds: number): string {
if (!Number.isSafeInteger(milliseconds) || milliseconds < 0)
throw new Error("Cannot serialize a negative or unsafe timestamp.");
const centiseconds = Math.round(milliseconds / 10);
const hours = Math.floor(centiseconds / 360_000);
const minutes = Math.floor((centiseconds % 360_000) / 6_000);
const seconds = Math.floor((centiseconds % 6_000) / 100);
const fraction = centiseconds % 100;
return `${hours}:${String(minutes).padStart(2, "0")}:${String(seconds).padStart(2, "0")}.${String(fraction).padStart(2, "0")}`;
}
function serializeSrt(document: SubtitleDocument): string {
return `${document.cues
.map(
(cue, index) =>
`${index + 1}\n${formatTimestamp(cue.startMs, ",")} --> ${formatTimestamp(cue.endMs, ",")}${cue.settings ? ` ${cue.settings}` : ""}\n${cue.text}`,
)
.join("\n\n")}\n`;
}
function serializeVtt(document: SubtitleDocument): string {
const preamble =
document.format === "vtt" && document.preamble.join("\n").trim()
? `${document.preamble.join("\n").trim()}\n\n`
: "";
const body = document.cues
.map(
(cue) =>
`${cue.id ? `${cue.id}\n` : ""}${formatTimestamp(cue.startMs, ".")} --> ${formatTimestamp(cue.endMs, ".")}${cue.settings ? ` ${cue.settings}` : ""}\n${cue.text}`,
)
.join("\n\n");
return `WEBVTT\n\n${preamble}${body}\n`;
}
function minimalAssPreamble(): string[] {
return [
"[Script Info]",
"ScriptType: v4.00+",
"WrapStyle: 0",
"ScaledBorderAndShadow: yes",
"",
"[V4+ Styles]",
"Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding",
"Style: Default,Arial,42,&H00FFFFFF,&H000000FF,&H00000000,&H64000000,0,0,0,0,100,100,0,0,1,2,0,2,40,40,30,1",
"",
"[Events]",
`Format: ${DEFAULT_ASS_FORMAT.join(", ")}`,
];
}
function serializeAss(document: SubtitleDocument): string {
const format =
document.format === "ass" && document.assFormat?.length
? document.assFormat
: DEFAULT_ASS_FORMAT;
const preamble =
document.format === "ass" ? [...document.preamble] : minimalAssPreamble();
let eventsIndex = preamble.findIndex((line) =>
/^\s*\[Events\]\s*$/iu.test(line),
);
if (eventsIndex < 0) {
preamble.push("", "[Events]");
eventsIndex = preamble.length - 1;
}
const nextSectionIndex = preamble.findIndex(
(line, index) => index > eventsIndex && /^\s*\[[^\]]+\]\s*$/u.test(line),
);
const eventsEnd = nextSectionIndex < 0 ? preamble.length : nextSectionIndex;
const hasEventsFormat = preamble
.slice(eventsIndex + 1, eventsEnd)
.some((line) => /^\s*Format\s*:/iu.test(line));
if (!hasEventsFormat)
preamble.splice(eventsIndex + 1, 0, `Format: ${format.join(", ")}`);
const dialogue = document.cues.map((cue) => {
const values = format.map((field) => {
const key = field.toLowerCase();
if (key === "start") return formatAssTimestamp(cue.startMs);
if (key === "end") return formatAssTimestamp(cue.endMs);
if (key === "text") return cue.text.replaceAll("\n", "\\N");
return (
cue.assFields?.[key] ??
{
layer: "0",
style: "Default",
name: "",
marginl: "0",
marginr: "0",
marginv: "0",
effect: "",
}[key] ??
""
);
});
return `Dialogue: ${values.join(",")}`;
});
return `${preamble.join("\n").replace(/\n+$/u, "")}\n${dialogue.join("\n")}\n`;
}
export function serializeSubtitle(
document: SubtitleDocument,
format: SubtitleFormat,
): string {
if (document.cues.length > MAX_CUES)
throw new Error("Subtitle exceeds 100,000 cues.");
return format === "vtt"
? serializeVtt(document)
: format === "ass"
? serializeAss(document)
: serializeSrt(document);
}
export interface RevisionChange {
kind: "added" | "removed" | "timing" | "text" | "timing-and-text";
index: number;
before?: Cue;
after?: Cue;
}
export function compareDocuments(
before: SubtitleDocument,
after: SubtitleDocument,
): RevisionChange[] {
if (before.cues.length + after.cues.length > 100_000)
throw new Error("Revision comparison is limited to 100,000 combined cues.");
const changes: RevisionChange[] = [];
const count = Math.max(before.cues.length, after.cues.length);
for (let index = 0; index < count; index += 1) {
const left = before.cues[index];
const right = after.cues[index];
if (!left && right) changes.push({ kind: "added", index, after: right });
else if (left && !right)
changes.push({ kind: "removed", index, before: left });
else if (left && right) {
const timing =
left.startMs !== right.startMs || left.endMs !== right.endMs;
const text = left.text !== right.text;
if (timing || text)
changes.push({
kind: timing && text ? "timing-and-text" : timing ? "timing" : "text",
index,
before: left,
after: right,
});
}
}
return changes;
}
export function documentSummary(document: SubtitleDocument) {
let first = 0;
let last = 0;
let textCharacters = 0;
if (document.cues.length) {
first = document.cues[0]!.startMs;
last = document.cues[0]!.endMs;
for (const cue of document.cues) {
first = Math.min(first, cue.startMs);
last = Math.max(last, cue.endMs);
textCharacters += plainText(cue.text).length;
}
}
return {
format: document.format,
cues: document.cues.length,
firstMs: first,
lastMs: last,
durationMs: Math.max(0, last - first),
textCharacters,
};
}
+8
View File
@@ -0,0 +1,8 @@
import "@testing-library/jest-dom/vitest";
import { afterEach } from "vitest";
import { cleanup } from "@testing-library/react";
afterEach(() => {
cleanup();
localStorage.clear();
});
+41
View File
@@ -0,0 +1,41 @@
{
"$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json",
"schemaVersion": 1,
"id": "de.add-ideas.subtitle-tools",
"name": "Subtitle Tools",
"version": "0.1.0",
"description": "Edit, validate, synchronize, compare, and convert subtitles locally.",
"entry": "./",
"icon": "./favicon.svg",
"categories": ["media", "text", "productivity"],
"tags": ["subtitles", "captions", "srt", "webvtt", "ass", "timing"],
"integration": {
"contextVersion": 1,
"launchModes": ["navigate", "new-tab"],
"embedding": "unsupported"
},
"requirements": {
"secureContext": false,
"workers": false,
"indexedDb": false,
"crossOriginIsolated": false,
"topLevelContext": false
},
"privacy": {
"processing": "local",
"fileUploads": true,
"telemetry": false,
"label": "Inputs stay in this browser; nothing is uploaded."
},
"source": {
"repository": "https://git.add-ideas.de/lotobo/subtitle-tools",
"license": "GPL-3.0-or-later"
},
"actions": [
{
"id": "source",
"label": "Source",
"url": "https://git.add-ideas.de/lotobo/subtitle-tools"
}
]
}
+4
View File
@@ -0,0 +1,4 @@
import { defineToolboxApp, parseToolboxApp } from "@add-ideas/toolbox-contract";
import source from "./manifest.source.json";
export const manifest = defineToolboxApp(parseToolboxApp(source));
+1
View File
@@ -0,0 +1 @@
export const APP_VERSION = "0.1.0";
+1
View File
@@ -0,0 +1 @@
/// <reference types="vite/client" />
+79
View File
@@ -0,0 +1,79 @@
import { expect, test, type Page } from "@playwright/test";
const ORIGIN = "http://127.0.0.1:4197";
async function localOnly(page: Page) {
const external: string[] = [];
await page.route("**/*", async (route) => {
const url = new URL(route.request().url());
if (
(url.protocol === "http:" || url.protocol === "https:") &&
url.origin !== ORIGIN
) {
external.push(url.href);
await route.abort();
} else await route.continue();
});
return external;
}
test("runs from a nested path without external requests", async ({ page }) => {
const errors: string[] = [];
page.on("pageerror", (error) => errors.push(error.message));
page.on("console", (message) => {
if (message.type() === "error") errors.push(message.text());
});
const external = await localOnly(page);
await page.goto("/deep/nested/subtitle/");
await expect(
page.getByRole("heading", { name: "Subtitle Tools" }),
).toBeVisible();
await expect(page.getByText("No network requests")).toBeVisible();
expect(external).toEqual([]);
expect(errors).toEqual([]);
});
test("parses, validates, edits and converts the example", async ({ page }) => {
const external = await localOnly(page);
await page.goto("/deep/nested/subtitle/");
await expect(page.getByText("SRT", { exact: true })).toBeVisible();
await page.getByRole("tab", { name: "Cues & checks" }).click();
await expect(page.getByText("overlap", { exact: true })).toBeVisible();
await page.getByLabel("Text").fill("Edited locally");
await page.getByRole("tab", { name: "Source & export" }).click();
await page.getByLabel("Output format").selectOption("vtt");
await expect(page.getByLabel("Export preview")).toHaveValue(/WEBVTT/u);
await expect(page.getByLabel("Export preview")).toHaveValue(
/Edited locally/u,
);
expect(external).toEqual([]);
});
test("applies a bounded timing shift", async ({ page }) => {
await page.goto("/deep/nested/subtitle/");
await page.getByRole("tab", { name: "Timing" }).click();
await page.getByLabel("Shift (ms)").fill("500");
await page.getByRole("button", { name: "Apply timing transform" }).click();
await page.getByRole("tab", { name: "Cues & checks" }).click();
await expect(page.getByText(/00:00:01\.500/u).first()).toBeVisible();
});
test("serves release identity and hardened local-only headers", async ({
request,
}) => {
const index = await request.get("/deep/nested/subtitle/");
expect(index.ok()).toBe(true);
expect(index.headers()["content-security-policy"]).toContain(
"connect-src 'self'",
);
expect(index.headers()["content-security-policy"]).not.toMatch(
/connect-src[^;]*https?:/u,
);
expect(await index.text()).not.toMatch(/\b(?:src|href)=["']\//u);
const manifest = await request.get("/deep/nested/subtitle/toolbox-app.json");
await expect(manifest.json()).resolves.toMatchObject({
id: "de.add-ideas.subtitle-tools",
version: "0.1.0",
entry: "./",
privacy: { processing: "local", telemetry: false },
});
});
+18
View File
@@ -0,0 +1,18 @@
import { render, screen } from "@testing-library/react";
import { describe, expect, it, vi } from "vitest";
import { App } from "../../src/App";
describe("Subtitle Tools", () => {
it("renders the local workbench and standard shell", async () => {
vi.stubGlobal(
"fetch",
vi.fn(async () => new Response("Not found", { status: 404 })),
);
render(<App />);
expect(
await screen.findByRole("heading", { name: "Subtitle Tools" }),
).toBeVisible();
expect(await screen.findByText("No network requests")).toBeVisible();
expect(screen.getByRole("tab", { name: "Timing" })).toBeVisible();
});
});
+97
View File
@@ -0,0 +1,97 @@
import { describe, expect, it } from "vitest";
import {
compareDocuments,
convertFrameRate,
parseSubtitle,
serializeSubtitle,
transformTiming,
validateDocument,
} from "../../src/subtitle/model";
const SRT = `1\r\n00:00:01,000 --> 00:00:02,500\r\nHello world\r\n\r\n2\r\n00:00:02,400 --> 00:00:04,000\r\nSecond cue\r\n`;
describe("subtitle model", () => {
it("parses SRT and reports overlap", () => {
const document = parseSubtitle(SRT);
expect(document.format).toBe("srt");
expect(document.cues).toHaveLength(2);
expect(document.cues[0]).toMatchObject({
startMs: 1000,
endMs: 2500,
text: "Hello world",
});
expect(
validateDocument(document).some((issue) => issue.code === "overlap"),
).toBe(true);
});
it("round-trips WebVTT identifiers, settings and notes", () => {
const source = `WEBVTT - sample\n\nNOTE inert note\nline two\n\nc1\n00:00:01.000 --> 00:00:02.000 align:start\n<v Ada>Hello</v>\n`;
const document = parseSubtitle(source);
expect(document).toMatchObject({ format: "vtt" });
expect(document.cues[0]).toMatchObject({
id: "c1",
settings: "align:start",
});
const serialized = serializeSubtitle(document, "vtt");
expect(serialized).toContain("NOTE inert note");
expect(serialized).toContain("align:start");
expect(parseSubtitle(serialized).cues[0]?.text).toBe("<v Ada>Hello</v>");
});
it("parses ASS dialogue fields containing commas and preserves styles", () => {
const source = `[Script Info]\nScriptType: v4.00+\n\n[V4+ Styles]\nFormat: Name, Fontname\nStyle: Loud,Arial\n\n[Events]\nFormat: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text\nDialogue: 0,0:00:01.00,0:00:03.25,Loud,Ada,0,0,0,,Hello, world\\Nagain\n`;
const document = parseSubtitle(source);
expect(document.format).toBe("ass");
expect(document.cues[0]).toMatchObject({
startMs: 1000,
endMs: 3250,
text: "Hello, world\nagain",
});
const serialized = serializeSubtitle(document, "ass");
expect(serialized).toContain("Dialogue: 0,0:00:01.00,0:00:03.25,Loud");
expect(serialized).toContain("Hello, world\\Nagain");
});
it("writes an Events format even when only a style format was supplied", () => {
const source = `[Script Info]\nScriptType: v4.00+\n\n[V4+ Styles]\nFormat: Name, Fontname\nStyle: Default,Arial\n\n[Events]\nDialogue: 0,0:00:01.00,0:00:02.00,Default,,0,0,0,,Hello\n`;
const serialized = serializeSubtitle(parseSubtitle(source), "ass");
expect(serialized).toMatch(
/\[Events\]\nFormat: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text/u,
);
expect(parseSubtitle(serialized).cues).toHaveLength(1);
});
it("converts formats and timing without silently creating negatives", () => {
const document = parseSubtitle(SRT);
expect(() => transformTiming(document, { shiftMs: -2000 })).toThrow(
/negative/u,
);
const clamped = transformTiming(document, {
shiftMs: -2000,
clampToZero: true,
});
expect(clamped.cues[0]?.startMs).toBe(0);
const converted = convertFrameRate(document, 25, 50);
expect(converted.cues[0]).toMatchObject({ startMs: 500, endMs: 1250 });
expect(serializeSubtitle(converted, "vtt")).toMatch(/^WEBVTT/u);
});
it("compares revisions deterministically", () => {
const before = parseSubtitle(SRT);
const after = parseSubtitle(SRT.replace("Hello world", "Hello again"));
expect(compareDocuments(before, after)).toMatchObject([
{ index: 0, kind: "text" },
]);
});
it("rejects pathological input bounds", () => {
expect(() => parseSubtitle("x".repeat(4_000_001))).toThrow(/4,000,000/u);
expect(() =>
parseSubtitle(`1\n00:61:00,000 --> 00:61:01,000\nBad`),
).not.toThrow();
expect(
parseSubtitle(`1\n00:61:00,000 --> 00:61:01,000\nBad`).cues,
).toHaveLength(0);
});
});
+27
View File
@@ -0,0 +1,27 @@
{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2023",
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"module": "ESNext",
"types": ["vite/client"],
"allowArbitraryExtensions": true,
"skipLibCheck": true,
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"useDefineForClassFields": true,
"resolveJsonModule": true,
"isolatedModules": true
},
"include": ["src", "tests"]
}
+11
View File
@@ -0,0 +1,11 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
]
}
+24
View File
@@ -0,0 +1,24 @@
{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"target": "ES2023",
"lib": ["ES2023"],
"module": "ESNext",
"types": ["node"],
"skipLibCheck": true,
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"moduleDetection": "force",
"noEmit": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true
},
"include": [
"vite.config.ts",
"playwright.config.ts",
"eslint.config.mjs",
"scripts/**/*.mjs"
]
}
+16
View File
@@ -0,0 +1,16 @@
/// <reference types="vitest/config" />
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({
base: "./",
plugins: [react()],
test: {
environment: "jsdom",
setupFiles: "./src/test/setup.ts",
css: true,
maxWorkers: 2,
restoreMocks: true,
exclude: ["tests/browser/**", "node_modules/**", "dist/**"],
},
});