Initial commit

This commit is contained in:
2016-12-22 03:15:02 +01:00
commit 58f27830f4
20 changed files with 654 additions and 0 deletions

View File

@ -0,0 +1,6 @@
preset:
name: Create histogram from audio
group: ffmpeg/a2v
plugin: ffmpeg
props:
filter: "ahistogram=dmode=separate:slide=1:scale=log"

View File

@ -0,0 +1,6 @@
preset:
name: Create phase meter from audio
group: ffmpeg/a2v
plugin: ffmpeg
props:
filter: "aphasemeter=mpc=#ff8800"

View File

@ -0,0 +1,7 @@
preset:
name: Create spectrum from audio
group: ffmpeg/a2v
plugin: ffmpeg
props:
filter: "showspectrum=mode=separate:color=intensity:slide=1:scale=log"