Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```