Changes between Version 7 and Version 8 of Waveform


Ignore:
Timestamp:
Sep 13, 2020, 10:19:04 AM (6 years ago)
Author:
cirosantilli
Comment:

solid background example

Legend:

Unmodified
Added
Removed
Modified
  • Waveform

    v7 v8  
    6363
    6464* The waveform color can be modified with the `colors` option in showwavespic.
     65
     66=== Add a solid background color ===
     67
     68{{{
     69ffmpeg -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}}}
    6573
    6674= Waveform video =