strip_audio
Remove the audio track from a video file to create a silent version. The video stream is copied directly without re-encoding, preserving quality.
Instructions
Remove the audio track from a video file, producing a silent video. The video stream is copied without re-encoding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the input video file | |
| output_path | No | Absolute path for the output file. Defaults to same directory with '_noaudio' suffix. |