fal-video-edit
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesefal-video-edit
fal-video-edit
Edit, remix, upscale, and enhance existing videos using fal.ai models.
使用fal.ai模型编辑、重制、超分和增强现有视频。
Scripts
脚本
| Script | Purpose |
|---|---|
| Edit or remix a video with AI |
| Add synchronized audio/sound effects to a video |
| 脚本 | 用途 |
|---|---|
| 用AI编辑或重制视频 |
| 为视频添加同步的音频/音效 |
Usage
使用方法
Remix / Restyle Video
重制/修改视频风格
bash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Transform into anime style" --operation remixbash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Transform into anime style" --operation remixEdit Video Content
编辑视频内容
bash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Remove the person in the background" --operation editbash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Remove the person in the background" --operation editUpscale Video
视频超分
bash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation upscalebash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation upscaleRemove Video Background
移除视频背景
bash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation remove-bgbash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation remove-bgAdd Audio to Video
给视频添加音频
bash
./scripts/video-audio.sh --video-url "https://example.com/silent-video.mp4" --prompt "City street ambiance with car horns and people talking"bash
./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
edit-video.sh
| 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 |
| 参数 | 描述 | 是否必填 |
|---|---|---|
| 待编辑视频的URL | 是 |
| 编辑指令或风格描述 | 重制/编辑操作时必填 |
| 可选值:remix, edit, upscale, remove-bg | 是 |
| 自定义模型端点 | 否 |
video-audio.sh
video-audio.sh
| 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) |
| 参数 | 描述 | 是否必填 |
|---|---|---|
| 待添加音频的视频URL | 是 |
| 想要的音频/音效描述 | 否 |
| 模型端点 | 否(默认值:fal-ai/mmaudio-v2) |
Finding Models
查找模型
To discover the best and latest video editing models, use the search API:
bash
undefined要查找最优质、最新的视频编辑模型,可使用搜索API:
bash
undefinedSearch 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"
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"
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"
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".bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "video to audio"
或者使用`search_models` MCP工具,搭配「video edit」、「video remix」、「video upscale」、「video audio」等关键词搜索。