Subtitle Translator
Project description
Google Translate api doesn’t support free translations now. So, this subtitle translator uses mygengo and able to translate subtitles using terminal and a mygengo free account to translate subtitles in various supported Langauges. Supported file format is srt in UTF-8 Format. This application is written in Python and script translate_subs is installed in your main shell.
Pre-requisites
mygengo No need to installed as it is installed automatically as dependencies. However, incase of troubles install mygengo manually
Python 2.6.* or above
Obtain/Download
git clone git://kevincobain2000@github.com/kevincobain2000/subtitle_translator.git
Install
python setup.py install
Install Keys
Register at mygengo and installing mygengo python api.
Generate public_key and private_key.
Make a dir in your home directory like this mkdir ~/mygengo_keys
Copy and Paste and save in the files ~/mygengo_keys/public_key.txt and ~/mygengo_keys/private_key.txt, respectively.
Save the above text files in home directory. Note# Do echo $HOME to find out location of your home directory.
Usage
Script translate_subs is installed and is called directly.
1. translate_subs -i input.srt -f english -t japanese 2. translate_subs -i input.srt -f en -t ja 3. translate_subs -i input.srt -f Eng -t Jap
>>> Output --> Translated file saved to ja-input.srt
Supported Languages
sv Swedish id Indonesian pt Portuguese (Europe) es-la Spanish (Latin America) ko Korean ar Arabic fr-ca French (Canada) nl Dutch en English ja Japanese es Spanish (Spain) zh Chinese (Simplified) de German fr French ru Russian it Italian pt-br Portuguese (Brazil)
Note# Supported Languages are from English to Target language and vice versa
Charset
input.srt file must be utf-8 encoded. To convert to utf-8 see man iconv
Help
translate_subs -h
Contact
pulkit[at]jaist.ac.jp
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file subtitle_translator-0.1.tar.gz
.
File metadata
- Download URL: subtitle_translator-0.1.tar.gz
- Upload date:
- Size: 43.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6df5abb8aa6b8bfb375987676fcb7d9c9d954d5078a60aa81302a847fa30010f |
|
MD5 | 81f14fb6e9796f1c5a816307aefb1791 |
|
BLAKE2b-256 | f1ab26d3f95d2b6957584c57cf8836351152affd8a7453a851b9f967e43cf883 |