Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.67 KB

README.md

File metadata and controls

25 lines (22 loc) · 2.67 KB

FFmpeg afade (audio fade filter) curves cheatsheet

The Ffmpeg afade filter is great but its documentation can be a little opaque if you have trouble figuring what a 'double-exponential sigmoid' curve is. This cheat sheet is here to help.

All curves were drawn in OS X's Grapher.app, with equations ported straight from afade's code. The Grapher file is included in repo for reference.

afade argument Meaning Curve
tri triangular, linear slope (default) curve
qsin quarter of sine wave curve
hsin half of sine wave curve
esin exponential sine wave curve
log logarithmic curve
ipar inverted parabola curve
qua quadratic curve
cub cubic curve
squ square root curve
cbr cubic root curve
par parabola curve
exp exponential curve
iqsin inverted quarter of sine wave curve
ihsin inverted half of sine wave curve
dese double-exponential seat curve
desi double-exponential sigmoid curve
losi logistic sigmoid curve