diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2016-10-13 08:43:50 +0700 |
---|---|---|
committer | Muhammad Faiz <mfcc64@gmail.com> | 2016-10-14 01:46:37 +0700 |
commit | c593a70cda5673ed3a04c909ddc00e1147f53622 (patch) | |
tree | 2aa02ef40a1861ede7e8408357a75299ea35cb9b /tests/filtergraphs | |
parent | 23f0f1537ea08ed8ace0f421baef282a1c0e5f5f (diff) | |
download | ffmpeg-c593a70cda5673ed3a04c909ddc00e1147f53622.tar.gz |
fate: add test for firequalizer filter
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
Diffstat (limited to 'tests/filtergraphs')
-rw-r--r-- | tests/filtergraphs/firequalizer | 27 |
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 |