check-silent
v0.1.1
Published
A simple CLI to check if the input video file is silent (no audio stream or all audio samples are zero).
Downloads
92
Readme
check-silent
A simple CLI to check if the input video file is silent (no audio stream or all audio samples are zero).
The tool uses ffprobe and ffmpeg from FFmpeg to analyze the audio stream of the input video file. Make sure you have FFmpeg installed and accessible in your system's PATH.
Installation
npm install -g check-silentChangelog
0.1.0 (Nov 20, 2025)
- First release.
