MCP LogoMCP Logo
MCP服务器MCP客户端应用案例
返回服务器列表
视频-裁剪片段 logo

视频-裁剪片段

按指定时间范围裁剪视频片段。

生活服务
文件处理
数据处理
简单
安全
最后更新: 2025-12-08 16:10:00
557本地安装次数

客户端调用方式

按指定时间范围裁剪视频片段。

Args:
    video_path: 输入视频文件路径。
    output_video_path: 输出视频文件路径。
    start_time: 开始时间(支持 'HH:MM:SS' 或秒数)。
    end_time: 结束时间(支持 'HH:MM:SS' 或秒数)。

Returns:
    A status message indicating success or failure.
试测
相关服务推荐
视频-调整长宽比 logo

视频-调整长宽比

调整视频的画面纵横比。 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.

2025-12-06 20:55:55
音频-截取片段 logo

音频-截取片段

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.

2025-11-29 17:12:34
音频-语音识别 logo

音频-语音识别

帮你把音频文件快速转换成文字,支持多种语言和格式。

2026-01-21 21:37:44

© 2025 MCP中国. 保留所有权利.

GitHub微博

MCP (Model Context Protocol) 是一种标准化的协议,用于连接AI模型与外部工具和服务

京ICP备2025125215号-1