📦 AI Text Remover from Video – Remove Text from Video Online Free – API-powered — AI视频去文字工具 — 在线去除视频文字水印API
v1.0.0基于AI技术的视频文字移除工具,可自动识别并去除视频中的文字叠加层、水印或不需要的文本内容。支持API调用,适合国内开发者集成到视频处理工作流中,提供在线免费使用服务。
0· 0·0 当前·0 累计
by @sparkleming
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install ai-text-remover-from-video-openapi-skill
镜像加速npx clawhub@latest install ai-text-remover-from-video-openapi-skill --registry https://cn.longxiaskill.com镜像同步中
技能文档
Overview
This skill provides AI-powered text removal capabilities for videos, enabling users to remove text overlays, watermarks, or unwanted text from video content.
Features
- Text Detection: Automatically identifies text in video frames
- Text Removal: Uses AI inpainting to remove detected text
- Video Processing: Processes video frames and reconstructs the output
- API Access: Provides programmatic access via OpenAPI
- Batch Processing: Supports processing multiple videos
API Endpoints
Remove Text from Video
POST /api/v1/remove-text
Request body:
{
"video_url": "https://example.com/video.mp4",
"detection_mode": "auto",
"output_format": "mp4"
}
Check Processing Status
GET /api/v1/status/{job_id}
Usage Example
const response = await fetch('/api/v1/remove-text', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ video_url: 'https://example.com/video.mp4', detection_mode: 'auto' }) });
const result = await response.json(); console.log(result.job_id);
Configuration
Configure the skill through environment variables:
API_KEY: Your API key for authenticationMAX_FILE_SIZE: Maximum video file size (default: 100MB)PROCESSING_MODE: Processing mode (fast/quality)
Best Practices
- Video Quality: Higher quality input videos produce better results
- Text Clarity: Clear, high-contrast text is easier to remove
- Processing Time: Larger videos require more processing time
- API Rate Limits: Be aware of rate limits for API calls
Error Handling
Common error codes:
400: Invalid request parameters413: Video file too large429: Rate limit exceeded500: Internal processing error
Support
For issues and questions, please refer to the documentation or contact support.