Agent skill
fal-video-edit
Edit existing videos using AI — remix style, edit content, upscale resolution, remove background, or add audio/sound effects. Use when the user requests "Edit video", "Remix video", "Upscale video", "Remove video background", "Add sound to video", "Video to audio".
Install this agent skill to your Project
npx add-skill https://github.com/fal-ai-community/skills/tree/main/skills/claude.ai/fal-video-edit
Metadata
Additional technical details for this skill
- author
- fal-ai
- version
- 1.0.0
SKILL.md
fal-video-edit
Edit, remix, upscale, and enhance existing videos using fal.ai models.
Scripts
| Script | Purpose |
|---|---|
edit-video.sh |
Edit or remix a video with AI |
video-audio.sh |
Add synchronized audio/sound effects to a video |
Usage
Remix / Restyle Video
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Transform into anime style" --operation remix
Edit Video Content
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Remove the person in the background" --operation edit
Upscale Video
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation upscale
Remove Video Background
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation remove-bg
Add Audio to Video
./scripts/video-audio.sh --video-url "https://example.com/silent-video.mp4" --prompt "City street ambiance with car horns and people talking"
Arguments
edit-video.sh
| Argument | Description | Required |
|---|---|---|
--video-url |
URL of video to edit | Yes |
--prompt / -p |
Edit instructions or style description | For remix/edit |
--operation |
remix, edit, upscale, remove-bg | Yes |
--model / -m |
Override model endpoint | No |
video-audio.sh
| Argument | Description | Required |
|---|---|---|
--video-url |
URL of video to add audio to | Yes |
--prompt / -p |
Description of desired audio/sounds | No |
--model / -m |
Model endpoint | No (default: fal-ai/mmaudio-v2) |
Finding Models
To discover the best and latest video editing models, use the search API:
# Search for video editing models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "video editing"
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "video-to-video"
# Search for video upscaling
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "upscale video"
# Search for video background removal
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "video background removal"
# Search for video audio generation
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "video to audio"
Or use the search_models MCP tool with keywords like "video edit", "video remix", "video upscale", "video audio".
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
fal-image-edit
Edit images using AI on fal.ai. Style transfer, object removal, background changes, and more. Use when the user requests "Edit image", "Remove object", "Change background", "Apply style", or similar image editing tasks.
fal-lip-sync
Create talking head videos, lip sync audio to video, and animate portraits with expressions. Use when the user requests "Talking head", "Lip sync", "Make this person talk", "Animate portrait", "Live portrait", "Avatar video".
fal-workflow
Generate production-ready fal.ai workflow JSON files. Use when user requests "create workflow", "chain models", "multi-step generation", "image to video pipeline", or complex AI generation pipelines.
fal-restore
Restore and fix image quality — deblur, denoise, dehaze, fix faces, restore documents. Use when the user requests "Fix blurry image", "Remove noise", "Fix face", "Restore photo", "Enhance document", "Deblur", "Denoise".
fal-platform
fal.ai Platform APIs for model management, pricing, usage tracking, and cost estimation. Use when user asks "show pricing", "check usage", "estimate cost", "setup fal", "add API key", or platform management tasks.
fal-vision
Analyze images using AI — segment objects, detect objects, extract text (OCR), describe images, ask questions about images. Use when the user requests "Segment image", "Detect objects", "OCR", "Extract text from image", "Describe image", "What's in this image", "Image analysis".
Didn't find tool you were looking for?