
Extract a segment from an audio file between specified start and end times. Args: input_audio_path: Path to the source audio file. output_audio_path: Path to save the sliced audio segment. start_time: Start time in format 'HH:MM:SS', 'MM:SS', or seconds (e.g., '00:01:30', '90', '1:30'). end_time: End time in same format as start_time (e.g., '00:02:45', '165', '2:45'). copy_codec: If True, copy codec without re-encoding (faster). If False, re-encode (default: True). Returns: A status message indicating success or failure.
截取从指定时间到另一个指定时间之间的片段 让音频处理变得简单高效,无论是音乐爱好者还是音视频制作人都能轻松上手!

调整视频的画面纵横比。 Args: video_path: 输入视频文件路径。 output_video_path: 输出视频文件路径。 target_aspect_ratio: 目标纵横比字符串,格式 '宽:高'(如 '16:9'、'4:3'、'1:1')。 resize_mode: 调整模式,'pad' 表示等比缩放并补边,'crop' 表示居中裁剪以适配。 padding_color: 当使用 'pad' 时的补边颜色(例如 'black'、'white'、'#RRGGBB')。 Returns: A status message indicating success or failure.
单图智能修改工具。使用前请先调用文件上传MCP `mcp-file-manager--upload_file` 上传本地图片并获取URL,然后描述你想要的修改效果。如改变颜色、样式、添加元素等。

移除音频/视频中的静音片段