Loading...
Loading...
Post-process raw screen recordings by removing silent segments and applying speed adjustments. Uses FFmpeg-based Python scripts to optimize video pacing automatically.
npx skill4agent add zc277584121/marketing-skills raw-video-processingPrerequisite: FFmpeg and Python 3 must be installed.
python /path/to/skills/raw-video-processing/scripts/remove_silence.py <input.mp4><input>_nosilence.mp4--threshold -30dB--duration 0.8--padding 0.2python /path/to/skills/raw-video-processing/scripts/speed_video.py <input>_nosilence.mp4<input>_nosilence_1.2x.mp4--speed 1.2| Flag | Default | Description |
|---|---|---|
| | Custom output path |
| | Silence threshold in dB (lower = more sensitive) |
| | Minimum silence duration in seconds to remove |
| | Padding kept around non-silent segments |
| off | Only print detected segments, don't export |
| Flag | Default | Description |
|---|---|---|
| | Custom output path |
| | Playback speed multiplier |
--threshold -25dB --duration 0.5--speed 1.5--dry-run-o