Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matejmecka/captionstranslator
Translate Subtitles using deepl.
https://github.com/matejmecka/captionstranslator
deepl gci gci17 googlecodein subtitles translate
Last synced: 15 days ago
JSON representation
Translate Subtitles using deepl.
- Host: GitHub
- URL: https://github.com/matejmecka/captionstranslator
- Owner: MatejMecka
- License: mit
- Created: 2017-12-09T12:29:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T12:00:45.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T06:55:24.945Z (16 days ago)
- Topics: deepl, gci, gci17, googlecodein, subtitles, translate
- Language: Python
- Size: 108 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# captionsTranslater
A script developed during Google Code In 2017 for CCExtractor Development to translate subtitle files.### Requirements:
* Python3### Installation:
`pip install -r requirements.txt`### Getting Started:
* Run the Script### Help:
```
usage: captionsTranslator.py [-h] [-i FILE] [-o FILE] [-lf LANGUAGE_FROM]
[-lt LANGUAGE_TO]Python Program that translates a subtitle file using deepl
optional arguments:
-h, --help show this help message and exit
-i FILE, --input-file FILE
takes the input file
-o FILE, --output-file FILE
takes the output file
-lf LANGUAGE_FROM, --language-from LANGUAGE_FROM
language to translate from
-lt LANGUAGE_TO, --language-to LANGUAGE_TO
language to translate to
```