1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: ttconv
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-pytest <!nocheck>
Standards-Version: 4.7.2
Homepage: https://github.com/sandflow/ttconv
Vcs-Git: https://salsa.debian.org/python-team/packages/ttconv.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/ttconv
Package: python3-ttconv
Architecture: all
Depends:
${misc:Depends},
${python3:Depends}
Description: library and tool for converting timed text or subtitle formats
ttconv is a library and command line application written in pure
Python for converting between timed text formats used in the
presentations of captions, subtitles, karaoke, etc.
.
Input formats: TTML / IMSC, SCC / CEA 608, EBU STL, SRT
.
Output formats: IMSC / TTML, WebVTT, SRT
.
Note, that the tool is called ttconv, not tt, i.e. use it like this:
.
ttconv convert -i subtitles.ttml -o subtitles.srt
|