cli-visualizer icon indicating copy to clipboard operation
cli-visualizer copied to clipboard

add constant q transform

Open vandenoever opened this issue 5 years ago • 1 comments

Constant Q Transform can show the volume of musical notes. mpv implements this filter.

mpv --lavfi-complex="[aid1]asplit[ao][a]; [a]showcqt[vo]"

https://ffmpeg.org/ffmpeg-filters.html#showcqt

This would be a nice visualization to run from the command-line.

mpv-shot0001

vandenoever avatar Feb 16 '20 11:02 vandenoever

I think this is a good idea, if anyone wants to add it I would happily merge it. It would be added to one of the transformers here https://github.com/dpayne/cli-visualizer/tree/master/src/Transformer

dpayne avatar Mar 05 '20 19:03 dpayne