Changes between Version 7 and Version 8 of Waveform
- Timestamp:
- Sep 13, 2020, 10:19:04 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Waveform
v7 v8 63 63 64 64 * The waveform color can be modified with the `colors` option in showwavespic. 65 66 === Add a solid background color === 67 68 {{{ 69 ffmpeg -i in.flac -f lavfi -i color=c=black:s=640x320 -filter_complex \ 70 "[0:a]showwavespic=s=640x320:colors=white[fg];[1:v][fg]overlay=format=auto" \ 71 -frames:v 1 out.png 72 }}} 65 73 66 74 = Waveform video =
