Skip to main content

No project description provided

Project description

Delocalizer

Delocalizer script to replace a set of words in a subtitle track on an MKV file for one specified on a JSON file.

Installation

For Python:

[Source]

  • Just create a Virtual Environment and run pip install -r requirements

[PYPI]

  • pip install delocalizer

Delocalizer

Replace a set of words, defined through a JSON file, a remux the new subtitle file.

Instructions

  • [Optional] Create a .env file with the variable CYENV, which will tell the program if to use pure Python or Cython, default if not defined is Cython.
  • Set the files you want to delocalize in the folder.
  • Create the JSON file, with this format
{
    "<word to search>":"new word",
    "<word to search>":"new word",
    ...
}

Recommendation: If a word is contained in another("Hello" and "Hello World"), set the lengthier first.

  • Once you have created those files, just execute the program with delocalizer --j <name json file>.json

Options

Flag Description Type
--shift Shift subtitles time for a desired amount of seconds. float
--j JSON file with the words to replace. REQUIRED. string
--l Set which language to search for the subtitle track. ex: 'en'. string
--w Flag used to mark that a custom lambda can be used. Requires to have added the JSONLAMBDA in the .env . string
--f Folder to output the generated MKVs. Subtitle files are kept in current folder if marked not to delete. string
--k Flag used to keep the unlocalized subtitle file. bool
--no-mux Flag used to skip the step to mux the subtitle file to the MKV. bool

Examples

Extractor

Allows to extract one or all subtitle tracks, and also to append new tracks to an MKV file.

Instructions

  • Add your file or files into the folder.
  • Execute the command

Options

Examples

  • Extract one subtitle
extractor --no-mux --idx 2 --i 'file.mkv'
  • Extract all subtitles from one file
extractor --no-mux --i 'file.mkv'
  • Extract from all files
extractor --no-mux --m
  • Mux subtitle
extractor --mux --i 'file.mkv' --s 'file.ass'
  • Print subtitle tracks
extractor --p --m

Examples

  • Fix honorifics
honorifics --ref 'jap.ass' --i 'eng.ass' --n 'names.json'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

delocalizer-0.2.0-py3-none-any.whl (23.9 kB view details)

Uploaded Python 3

File details

Details for the file delocalizer-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: delocalizer-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 23.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for delocalizer-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e92197efb537ee7769035ca74927edd2d0c15e34165dff1f54b0ac96e62c9a60
MD5 e6edae4765df6280e2513f567f8ea3ac
BLAKE2b-256 01f6db07929230bb8157714224d2d466a247a52a9a57ca7e492a229d7208d437

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page