ffmpeg__generate_proxy
Transcode high-bitrate source video into a lightweight H.264 proxy for efficient editing, with configurable resolution, CRF, and frame rate.
Instructions
Transcode high-bitrate source footage to an edit-friendly H.264 proxy. @remarks Generates a lower-bitrate proxy suitable for editing. Returns JSON in stdout with output_path and applied parameters. @param input_path Source video path. @param output_path Destination proxy video path. @param width Proxy output width in pixels. Height is auto-calculated to maintain aspect ratio. Default 1280. @param crf H.264 CRF quality factor (lower = better quality). Default 28. @param fps Optional output frame rate to unify mixed-fps footage. @param pixel_format Output pixel format. Default yuv420p for maximum compatibility. @param __mcp_response_mode Optional response mode: content (default) or structuredContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crf | No | ||
| fps | No | ||
| width | No | ||
| input_path | Yes | ||
| output_path | Yes | ||
| pixel_format | No | ||
| __mcp_response_mode | No | content |