Loading...
Loading...
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".
npx skill4agent add fal-ai-community/skills fal-video-edit| Script | Purpose |
|---|---|
| Edit or remix a video with AI |
| Add synchronized audio/sound effects to a video |
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Transform into anime style" --operation remix./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Remove the person in the background" --operation edit./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation upscale./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation remove-bg./scripts/video-audio.sh --video-url "https://example.com/silent-video.mp4" --prompt "City street ambiance with car horns and people talking"| Argument | Description | Required |
|---|---|---|
| URL of video to edit | Yes |
| Edit instructions or style description | For remix/edit |
| remix, edit, upscale, remove-bg | Yes |
| Override model endpoint | No |
| Argument | Description | Required |
|---|---|---|
| URL of video to add audio to | Yes |
| Description of desired audio/sounds | No |
| Model endpoint | No (default: fal-ai/mmaudio-v2) |
# 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"search_models