Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2016-10-13 04:43:50 +0300
committerMuhammad Faiz <mfcc64@gmail.com>2016-10-13 21:46:37 +0300
commitc593a70cda5673ed3a04c909ddc00e1147f53622 (patch)
tree2aa02ef40a1861ede7e8408357a75299ea35cb9b /tests/filtergraphs
parent23f0f1537ea08ed8ace0f421baef282a1c0e5f5f (diff)
fate: add test for firequalizer filter
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
Diffstat (limited to 'tests/filtergraphs')
-rw-r--r--tests/filtergraphs/firequalizer27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/filtergraphs/firequalizer b/tests/filtergraphs/firequalizer
new file mode 100644
index 0000000000..ee432e287f
--- /dev/null
+++ b/tests/filtergraphs/firequalizer
@@ -0,0 +1,27 @@
+firequalizer =
+ gain = 'sin(0.001*f) - 1':
+ delay = 0.05,
+
+firequalizer =
+ gain = 'if (ch, -0.7 * sin(0.001*f), -0.2 * sin(0.001*f)) - 1':
+ delay = 0.1:
+ fixed = on:
+ multi = on:
+ zero_phase = on:
+ wfunc = nuttall,
+
+firequalizer =
+ gain = 'if (ch, -0.3 * sin(0.001*f), -0.8 * sin(0.001*f)) - 1':
+ delay = 0.05:
+ multi = on,
+
+firequalizer =
+ gain_entry = 'entry(1000, 0); entry(5000, 0.1); entry(10000, 0.2)',
+
+firequalizer =
+ gain_entry = 'entry(1000, 0.2); entry(5000, 0.1); entry(10000, 0)',
+
+volume = 2.8dB,
+
+atrim =
+ start = 0.12