media_trim_audio
Trim Audio — Trim an audio file to a specified start and end time using FFmpeg. [category: media]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time e.g. '00:01:30'. Omit to trim to the end of the file; when set it must be after start. | |
| file | Yes | Audio to trim. Output keeps this file's container/codec (stream copy); a filename with no extension is treated as .mp3. | |
| start | No | Start time e.g. '00:00:10'. Defaults to the beginning. | 0 |