← 返回
内容创作 Key 中文

RoughCut

Run RoughCut headlessly on macOS to generate Final Cut Pro (FCPXML) rough-cut timeline variants from a talking-head video — local-first, no media upload.
在 macOS 上无头运行 RoughCut,根据单人说话视频生成 FCPXML 粗剪时间线变体。本地优先,无需上传媒体。
samergmtm22
内容创作 clawhub v1.0.0 1 版本 99907.6 Key: 需要
★ 0
Stars
📥 1,081
下载
💾 55
安装
1
版本
#latest

概述

RoughCut (macOS)

This skill lets an OpenClaw agent run RoughCut locally on a user's Mac to produce RoughCut.xml_variants.zip from a raw video file, without uploading media.

Preconditions

  1. Confirm the video is present on local disk and get an absolute file path (example: /Users/alice/Movies/raw.mp4).

If the file is on Google Drive/iCloud/Dropbox, ensure it is fully downloaded and accessible as a local file path.

Tip: on macOS, you can drag the video file into Terminal to paste its absolute path.

If the user is on a different machine than the OpenClaw Mac, agree on a delivery method:

  • Synced folder: a folder that syncs onto the OpenClaw Mac (iCloud Drive, Dropbox, Google Drive Desktop, etc.).
  • Direct download URL: ask the user for a direct HTTPS download link (for example an S3/R2/GCS pre-signed URL), then run RoughCut with --video-url (it downloads into output_root/RoughCut.inputs/ automatically).
  1. Confirm RoughCut repo is present on the same Mac.
    • Repo: https://github.com/samerGMTM22/OpenClaw-RoughCut
  1. If the user enables fluff removal, ensure GEMINI_API_KEY is set in the environment that will run RoughCut.

If it is not set, ask the user to provide it and explain it is used only for fluff removal.

Questions To Ask The User

  1. Do you want to remove bad takes? (default: yes)
  2. Do you want to remove fluff/off-topic content? (default: no)
  3. If fluff removal is enabled: what is the video topic/goal? (required)

How To Run

Use repo_root and output_root from OpenClaw config:

bash "$REPO_ROOT/scripts/openclaw/roughcut.sh" \
  --video "$VIDEO_ABS_PATH" \
  --out "$OUTPUT_ROOT" \
  --remove-bad-takes true \
  --remove-fluff false

If the user provides a direct download URL, you can pass it directly (the runner downloads to $OUTPUT_ROOT/RoughCut.inputs/ first):

bash "$REPO_ROOT/scripts/openclaw/roughcut.sh" \
  --video-url "$VIDEO_URL" \
  --out "$OUTPUT_ROOT" \
  --remove-bad-takes true \
  --remove-fluff false

If the URL has no filename (common for pre-signed URLs), include --video-name, and optionally --video-sha256:

bash "$REPO_ROOT/scripts/openclaw/roughcut.sh" \
  --video-url "$VIDEO_URL" \
  --video-name "my_video.mov" \
  --video-sha256 "0123456789abcdef..." \
  --out "$OUTPUT_ROOT" \
  --remove-bad-takes true \
  --remove-fluff false

If fluff removal is enabled:

bash "$REPO_ROOT/scripts/openclaw/roughcut.sh" \
  --video "$VIDEO_ABS_PATH" \
  --out "$OUTPUT_ROOT" \
  --remove-bad-takes true \
  --remove-fluff true \
  --topic "$TOPIC"

The runner prints a single-line JSON result to stdout. On success it includes:

  • xml_variants_zip: absolute path to RoughCut.xml_variants.zip
  • video_path: absolute path to the input video used for processing
  • downloaded_video_path: present only when --video-url was used (where the video was saved)

On failure it will include:

  • error
  • optionally debug_zip (a bundle of intermediate outputs)

What To Return To The User

  1. The output zip path(s) from the JSON.
  2. How to import into Final Cut Pro:
    • Unzip RoughCut.xml_variants.zip.
    • In Final Cut Pro: File -> Import -> XML...
    • Choose the desired .fcpxml variant.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 06:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,553
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 862 📥 200,230
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,247