Skip to content
master
Switch branches/tags
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

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

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published