{"name":"video-trim","description":"Cuts a clip out of a source video by start and end point, so you don't need a video editor to pull a highlight or shorten a file. Send video_url plus trim_start and either trim_end or duration, each as HH:MM:SS, MM:SS, or plain seconds; an optional output_format lets you change the container on the way out. The trimmed segment is re-encoded with an x264 pipeline, preserving audio, and the response returns the new video_url with the resolved trim_start and trim_end. Use it as a video trimmer, video cutter, clip extraction API, or video editing tool for shortening uploads and pulling highlight clips.","price":"$0.02","method":"POST","input_schema":{"properties":{"video_url":{"type":"string","description":"Source video URL. Extension must be a supported format (mp4, mov, webm, mkv, avi, m4v, flv, wmv, 3gp, mpeg, mpg, ts, ogv)."},"trim_start":{"description":"Clip start time as HH:MM:SS, MM:SS, or seconds."},"trim_end":{"description":"Clip end time as HH:MM:SS, MM:SS, or seconds. Provide this or duration."},"duration":{"description":"Clip length as HH:MM:SS, MM:SS, or seconds, added to trim_start. Provide this or trim_end."},"output_format":{"type":"string","description":"Output container format. Optional; defaults to the input format."}},"required":["video_url","trim_start"]},"input_example":{"video_url":"https://samplelib.com/mp4/sample-5s.mp4","trim_start":"00:00:02","duration":"00:00:03"},"output_example":{"video_url":"https://...mp4","trim_start":"00:00:02","trim_end":"00:00:05"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}