Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 196 Bytes

extract-video-waveform-in-ffmpeg.md

File metadata and controls

5 lines (3 loc) · 196 Bytes

How to Extract video waveform in FFMPEG

Following command can be used to extract video waveform

ffmpeg -i input.mp4 -filter_complex "compand,showwavespic=s=640x120" -frames:v 1 out.png