change_video_speed
Adjust video playback speed from slow motion to fast forward. Optionally preserve original audio pitch.
Instructions
改变视频播放速度
Args:
input_path: 输入视频文件路径
speed: 播放速度倍数(0.5=半速,1.0=原速,2.0=两倍速)
output_path: 输出视频文件路径(可选)
keep_audio_pitch: 是否保持音频音调不变
Returns:
速度调整结果信息Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| speed | Yes | ||
| output_path | No | ||
| keep_audio_pitch | No |