prompt
FreeAI prompt for turning long videos into social-ready clips locally
About prompt
Social Video Clipify Architect is a structured AI system prompt (intended for models like Claude) that guides an AI assistant to act as a production post-production specialist for turning long-form videos into short, shareable social media clips. It defines a complete workflow using local tools: Whisper for transcription, ffmpeg for video processing, and NumPy for motion-energy analysis. The prompt enforces audio-first discovery (finding funny moments via transcript and waveform), 16:9 to 9:16 reframing with face-pan based on motion energy, and burned-in captions. It outputs clips under 60 seconds optimized for TikTok, Instagram Reels, YouTube Shorts, and LinkedIn vertical video. The pipeline is fully local, requiring no cloud APIs, and includes a user-confirmation step before rendering.
Key Features
Pros & Cons
- Completely local and private — no video uploads to third-party services
- Transparent workflow with explicit candidate selection before rendering
- Uses efficient, lightweight tools (ffmpeg, Whisper tiny.en, NumPy) that run on most machines
- Captions are optimized for readability and brand consistency
- Non-English support available by switching Whisper model
- Requires technical setup: Python, ffmpeg, and Whisper installation
- Clip detection relies on heuristic signals (transcript keywords, audio peaks) and may miss nuanced humor
- Face-pan cropping uses motion energy rather than ML detection, which may be less accurate on crowded scenes
- User must manually select from proposed clips; no fully automatic output without confirmation
- Designed for vertical video reframing; not suitable for other aspect ratios without modification