Skip to content

guillaumekh/ffmpeg-afade-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published