技能 编程开发 Tubeify自动视频剪辑

Tubeify自动视频剪辑

v20260324
tubeify
Tubeify通过API自动清除录制中的间隙和口头语,自动化剪辑生成可直传的成品视频,适合省时的YouTube创作者。
获取技能
88 次下载
概览

Tubeify

AI-powered video editing for YouTube creators. Submit a raw recording URL, get back a polished, trimmed video automatically — no manual editing required.

When to Use This Skill

  • User wants to remove dead air or pauses from a video recording
  • User wants to clean up filler words (um, uh, etc.) from a video
  • User wants to automate post-recording video editing for YouTube

What This Skill Does

  1. Authenticates to Tubeify with a wallet address
  2. Submits the raw video URL with processing options
  3. Polls for completion and returns a download link

Usage

# Authenticate
curl -c session.txt -X POST https://tubeify.xyz/index.php \
  -d "wallet=<YOUR_WALLET>"

# Submit video
curl -b session.txt -X POST https://tubeify.xyz/process.php \
  -d "video_url=<URL>" \
  -d "remove_pauses=true" \
  -d "remove_fillers=true"

# Check status
curl -b session.txt https://tubeify.xyz/status.php

Links

信息
Category 编程开发
Name tubeify
版本 v20260324
大小 1.18KB
更新时间 2026-03-25
语言