|
6 years ago | |
---|---|---|
testdata | 6 years ago | |
README.md | 6 years ago |
apt-get install ffmpeg
After this operation, 300 MB of additional disk space will be used. Do you want to continue? [Y/n]
ffmpeg -i ./testdata/test.wav -filter_complex "showwavespic=s=898x120:colors=red" -frames:v 1 ./testdata/test_red.png
ffmpeg -i ./testdata/test.wav -filter_complex "showwavespic=s=898x120:colors=green" -frames:v 1 ./testdata/test_green.png