remove_silence
Detect and remove silent segments from a video, keeping only non-silent parts. Configure silence detection with noise threshold and minimum silence duration parameters.
Instructions
Detect and remove silent segments from a video, keeping only non-silent parts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputPath | Yes | Path to input video file | |
| outputPath | Yes | Path for output video file | |
| noiseThreshold | No | Audio level threshold for silence detection (e.g., '-30dB') | -30dB |
| minSilenceDuration | No | Minimum duration in seconds to consider as silence |