Mp4 To Srt

v1.1.0

將本地 MP4/MKV/AVI 影片用 AI 轉成 SRT 字幕,自動轉為繁體中文!

0· 154·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dolphins1123/mp4-to-srt.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Mp4 To Srt" (dolphins1123/mp4-to-srt) from ClawHub.
Skill page: https://clawhub.ai/dolphins1123/mp4-to-srt
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install mp4-to-srt

ClawHub CLI

Package manager switcher

npx clawhub@latest install mp4-to-srt
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the included shell script and SKILL.md. The script invokes the Whisper CLI to produce SRT and optionally runs opencc to convert to Traditional Chinese — consistent with the advertised functionality.
Instruction Scope
SKILL.md and the script limit actions to local file processing (running whisper, converting output with opencc). They do not read unrelated files, access environment variables, or transmit data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only with a helper script), so nothing is downloaded or written to disk by an installer. Dependencies are expected to be installed by the user (pip/brew).
Credentials
The skill requires no credentials or environment variables. The SKILL.md lists expected system tools (ffmpeg, whisper, opencc) which are proportionate to a transcription/conversion workflow.
Persistence & Privilege
The skill is not always-enabled, does not request persistent privileges, and does not modify other skills or system-wide agent settings.
Assessment
This skill runs a local shell script that calls the Whisper CLI and optionally opencc to produce SRT files. Before using: (1) verify you trust the source of the skill and its script (it's simple and readable here); (2) install dependencies from trusted package sources (pip and brew) — e.g., pip3 install openai-whisper and brew install ffmpeg/opencc; (3) be aware the script processes local video files and writes SRT output alongside them; (4) avoid running it on sensitive files if you are uncertain about the source. No network exfiltration or credential access is present in the provided files.

Like a lobster shell, security has layers — review code before you run it.

latestvk975nh0ce8nnbxfh5wzfskyrqh83cf6d
154downloads
0stars
2versions
Updated 1mo ago
v1.1.0
MIT-0

MP4 轉 SRT 字幕神器 🎬→📝

這能做什麼?

✅ 將 MP4/MKV/AVI 轉成 SRT 字幕
✅ 自動轉為繁體中文
✅ 支援多語言 (中/英/日/韓)
✅ 自動偵測語言

使用方式

# 基本轉換 (自動轉繁體)
mp4-to-srt.sh "影片路徑.mp4"

# 指定輸出檔案
mp4-to-srt.sh "影片.mp4" "輸出.srt"

# 指定模型 (tiny, base, small, medium, large)
mp4-to-srt.sh "影片.mp4" "輸出.srt" "small"

需求

  • ffmpeg: brew install ffmpeg
  • Whisper: pip3 install openai-whisper
  • opencc: brew install opencc (用於轉繁體)

輸出

標準 SRT 字幕檔案,可直接匯入 YouTube 或播放器。

流程

  1. Whisper AI 轉錄影片音頻
  2. 自動轉換為繁體中文 (opencc)
  3. 輸出標準 SRT 格式

備註

  • 預設模型: small (速度與準確度平衡)
  • 較大的模型較慢但更準確

作者

Kuanlin

Comments

Loading comments...