fal-video-edit

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

fal-video-edit

fal-video-edit

Edit, remix, upscale, and enhance existing videos using fal.ai models.
使用fal.ai模型编辑、重制、超分和增强现有视频。

Scripts

脚本

ScriptPurpose
edit-video.sh
Edit or remix a video with AI
video-audio.sh
Add synchronized audio/sound effects to a video
脚本用途
edit-video.sh
用AI编辑或重制视频
video-audio.sh
为视频添加同步的音频/音效

Usage

使用方法

Remix / Restyle Video

重制/修改视频风格

bash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Transform into anime style" --operation remix
bash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Transform into anime style" --operation remix

Edit Video Content

编辑视频内容

bash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Remove the person in the background" --operation edit
bash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --prompt "Remove the person in the background" --operation edit

Upscale Video

视频超分

bash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation upscale
bash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation upscale

Remove Video Background

移除视频背景

bash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation remove-bg
bash
./scripts/edit-video.sh --video-url "https://example.com/video.mp4" --operation remove-bg

Add 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

ArgumentDescriptionRequired
--video-url
URL of video to editYes
--prompt
/
-p
Edit instructions or style descriptionFor remix/edit
--operation
remix, edit, upscale, remove-bgYes
--model
/
-m
Override model endpointNo
参数描述是否必填
--video-url
待编辑视频的URL
--prompt
/
-p
编辑指令或风格描述重制/编辑操作时必填
--operation
可选值:remix, edit, upscale, remove-bg
--model
/
-m
自定义模型端点

video-audio.sh

video-audio.sh

ArgumentDescriptionRequired
--video-url
URL of video to add audio toYes
--prompt
/
-p
Description of desired audio/soundsNo
--model
/
-m
Model endpointNo (default: fal-ai/mmaudio-v2)
参数描述是否必填
--video-url
待添加音频的视频URL
--prompt
/
-p
想要的音频/音效描述
--model
/
-m
模型端点否(默认值:fal-ai/mmaudio-v2)

Finding Models

查找模型

To discover the best and latest video editing models, use the search API:
bash
undefined
要查找最优质、最新的视频编辑模型,可使用搜索API:
bash
undefined

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"
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」等关键词搜索。