技能 video-processor
🎥

video-processor

低风险 ⚙️ 外部命令📁 文件系统访问

使用 FFmpeg 和 Whisper 轉換和轉錄影片

無需手動命令列操作即可處理影片。透過簡單的指令提取音訊、轉換格式並產生文字記錄。非常適合內容創作者、教育工作者和開發人員。

支持: Claude Codex Code(CC)
⚠️ 68
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“video-processor”。 Convert lecture.mp4 to WebM and transcribe to SRT subtitles

预期结果:

  • ✓ Video converted successfully to lecture.webm
  • ✓ Audio extracted to temporary file
  • ✓ Transcription completed successfully!
  • Output: lecture.srt
  • File size: 45.2 KB

正在使用“video-processor”。 Extract audio from interview.mp4 in MP3 format

预期结果:

  • ✓ Audio extracted successfully to interview.mp3
  • File size: 12.5 MB

安全审计

低风险
v5 • 1/17/2026

This is a legitimate video processing utility. All subprocess calls use list-based arguments (safe from injection). The static scanner flagged documentation syntax (backticks, pipes) and markdown tables as suspicious patterns. No actual crypto or C2 behavior exists. Input paths are validated via click.Path() and arguments are constrained by click.Choice() enums. Temporary files are properly cleaned up.

3
已扫描文件
1,028
分析行数
4
发现项
5
审计总数
中风险问题 (1)
Subprocess execution for external tools
The skill executes FFmpeg and Whisper via subprocess. While arguments are list-based and validated, external tool execution is inherently higher-risk.
低风险问题 (1)
Output path traversal potential
Output file paths are accepted via click.Path() without explicit path traversal validation. User could theoretically specify paths outside intended directory.

风险因素

⚙️ 外部命令 (1)
📁 文件系统访问 (1)
审计者: claude 查看审计历史 →

质量评分

45
架构
100
可维护性
85
内容
21
社区
83
安全
91
规范符合性

你能构建什么

為網路轉換影片

將相機錄製的影片轉換為網路格式並產生字幕

建立課程文字記錄

從錄製內容中提取音訊並產生準確的文字記錄

處理影片資源

將影片轉換為應用程式的標準化格式

试试这些提示

快速影片轉換
Convert this video file to MP4 format: input_video.avi
提取並轉錄
Extract the audio from meeting_recording.mp4 and transcribe it
網路就緒並附字幕
Convert presentation.mp4 to WebM and generate SRT subtitles
高品質轉錄
Transcribe this Spanish interview using medium Whisper model: entrevista.mp4

最佳实践

  • 使用 base Whisper 模型進行快速草稿,使用 small 模型確保生產品質
  • 對於長影片,先提取音訊,然後分段轉錄以獲得更佳效能
  • 使用 VP9 編解碼器轉換為 WebM,以獲得最佳的網路壓縮和串流品質

避免

  • 在未考慮系統資源的情況下,不要處理超大型檔案
  • 除非需要最高準確度,否則避免使用 large Whisper 模型
  • 不要在未加密的情況下將敏感資訊儲存在影片文字記錄中

常见问题

支援哪些影片格式?
影片輸入支援 MP4、AVI、MOV、MKV、WebM、FLV、WMV。音訊支援:WAV、MP3、AAC、FLAC、M4A、OGG。
我需要安裝什麼嗎?
是的,在使用此技能之前,請先在您的系統上安裝 FFmpeg 和 OpenAI Whisper。
可以處理長影片嗎?
可以,但對於很長的影片,建議先提取音訊以避免逾時。
我的資料安全嗎?
所有處理都在您的電腦本機進行。檔案不會上傳到外部伺服器。
為什麼轉錄速度慢?
更大的 Whisper 模型需要更多處理時間和記憶體以獲得更高準確度。
轉錄的準確度如何?
準確度取決於音訊品質和模型大小。使用 medium 或 large 模型可獲得最佳結果。

开发者详情

文件结构