translate_srt

Community

Subtitle batch translation with cost control.

Authortheflysurfer
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This script translates SRT files using multiple providers with batching, retries, and progress tracking.

Core Features & Use Cases

  • Batch processing: divide subtitles into manageable batches
  • Retry logic: retry failed batches up to MAX_RETRIES
  • Progress tracking: track completed batches and costs

Quick Start

Run: python translate_srt.py --path /path/to/subs --source EN --target FR

Dependency Matrix

Required Modules

requestsjsontimeargparsepathlib

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: translate_srt
Download link: https://github.com/theflysurfer/claude-skills-marketplace/archive/main.zip#translate-srt

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository