mpv-player / mpv

🎥 Command line video player
https://mpv.io
Other
27.99k stars 2.88k forks source link

visualizer background #7614

Closed peter-kl closed 4 years ago

peter-kl commented 4 years ago

Information:

richardpl commented 4 years ago

mpv --lavfi-complex='[aid1] asplit [ao] [v] ; [v] showwaves=mode=line:split_channels=1,format=rgb0 [vo]' 'some file.mp3'

Akemi commented 4 years ago

on a side note: the log is not just there for errors. it gives us important informations, so don't just leave it out.

peter-kl commented 4 years ago

Thanks!! imgur-01 imgur-02 imgur-03 Great job.

01 - mpv --lavfi-complex='[aid1] asplit [ao] [v] ; [v] showwaves=mode=line:split_channels=1,format=rgb0 [vo]' 'some file.mp3'

02 - mpv --lavfi-complex='[aid1]asplit[ao][a1];[a1]avectorscope=r=25:m=lissajous_xy:bc=200:gc=100:rc=75:bf=5:gf=3:rf=1:zoom=2,format=rgb0 [vo]' 'some file.mp3'

03 - mpv --lavfi-complex='[aid1]asplit[ao][a1];[a1]showwaves=mode=cline:colors=white:rate=25,format=rgb0 [vo]' 'some file.mp3'