The friendly multilateral video toolkit built for artists by artists.
Extracts detailed metadata—such as codecs, bitrates, dimensions, color information, loudness, black-frame metrics, and stream structure—from any media file.
meta_extraction is designed to provide deep insight into media characteristics for:
It can scan frames, detect black segments, analyze loudness, and output structured metadata for additional tools.
sample_frames sets how many frames to analyze.sample_stride controls spacing between sampled frames.sample_limit prevents excessive scanning on long videos.black_pic_th tunes sensitivity.black_dur_min sets minimum black duration to report.blackdetect toggles the feature.videobeaux -P meta_extraction \
-i input.mp4 \
-o output.mp4 \
--outputfile VALUE \
--sample_frames VALUE \
--sample_stride VALUE \
--sample_limit VALUE \
--blackdetect VALUE \
--black_pic_th VALUE \
--black_dur_min VALUE \
--loudness VALUE
videobeaux -P meta_extraction \
-i myvideo.mp4 \
-o meta_extraction_styled.mp4 \
--outputfile EXAMPLE \
--sample_frames EXAMPLE \
--sample_stride EXAMPLE \
--sample_limit EXAMPLE \
--blackdetect EXAMPLE \
--black_pic_th EXAMPLE \
--black_dur_min EXAMPLE \
--loudness EXAMPLE
sample_frames or low sample_stride may increase scan time.black_pic_th between 0.05–0.10 for most SDR footage.sample_stride to speed up scans on long files.sample_limit reasonable to avoid unnecessary overhead.loudness for interview, dialog, or broadcast deliverables.