首页 > 其他分享 >ffmpeg Audio Filters acrusher

ffmpeg Audio Filters acrusher

时间:2024-11-11 09:42:48浏览次数:1  
标签:crusher ffmpeg level crushing filter Filters bit Audio logarithmic

Reduce audio bit resolution.

This filter is bit crusher with enhanced functionality. A bit crusher is used to audibly reduce number of bits an audio signal is sampled with. This doesn’t change the bit depth at all, it just produces the effect. Material reduced in bit depth sounds more harsh and "digital". This filter is able to even round to continuous values instead of discrete bit depths. Additionally it has a D/C offset which results in different crushing of the lower and the upper half of the signal. An Anti-Aliasing setting is able to produce "softer" crushing sounds.

Another feature of this filter is the logarithmic mode. This setting switches from linear distances between bits to logarithmic ones. The result is a much more "natural" sounding crusher which doesn’t gate low signals for example. The human ear has a logarithmic perception, so this kind of crushing is much more pleasant. Logarithmic crushing is also able to get anti-aliased.

The filter accepts the following options:

level_in
Set level in.

level_out
Set level out.

bits
Set bit reduction.

mix
Set mixing amount.

mode
Can be linear: lin or logarithmic: log.

dc
Set DC.

aa
Set anti-aliasing.

samples
Set sample reduction.

lfo
Enable LFO. By default disabled.

lforange
Set LFO range.

lforate
Set LFO rate.

https://www.octfgroup.com/

标签:crusher,ffmpeg,level,crushing,filter,Filters,bit,Audio,logarithmic
From: https://www.cnblogs.com/sathcal/p/18539150

相关文章

  • ffmpeg Filters adeclick
    Removeimpulsivenoisefrominputaudio.Samplesdetectedasimpulsivenoisearereplacedbyinterpolatedsamplesusingautoregressivemodelling.window,wSetwindowsize,inmilliseconds.Allowedrangeisfrom10to100.Defaultvalueis55milliseconds.......
  • ffmpeg Audio Filters adeclip
    Removeclippedsamplesfrominputaudio.Samplesdetectedasclippedarereplacedbyinterpolatedsamplesusingautoregressivemodelling.window,wSetwindowsize,inmilliseconds.Allowedrangeisfrom10to100.Defaultvalueis55milliseconds.Thisse......
  • ffmpeg Audio Filters adelay
    Delayoneormoreaudiochannels.Samplesindelayedchannelarefilledwithsilence.Thefilteracceptsthefollowingoption:delaysSetlistofdelaysinmillisecondsforeachchannelseparatedby’|’.Unuseddelayswillbesilentlyignored.Ifnumberof......
  • FFmpeg Filtering Introduction
    FilteringinFFmpegisenabledthroughthelibavfilterlibrary.Inlibavfilter,afiltercanhavemultipleinputsandmultipleoutputs.Toillustratethesortsofthingsthatarepossible,weconsiderthefollowingfiltergraph.[main]input-->split-......
  • ffmpeg graph2dot
    Thegraph2dotprogramincludedintheFFmpegtoolsdirectorycanbeusedtoparseafiltergraphdescriptionandissueacorrespondingtextualrepresentationinthedotlanguage.Invokethecommand:graph2dot-htoseehowtousegraph2dot.Youcanthenpas......
  • ffmpeg Filtergraph description
    Afiltergraphisadirectedgraphofconnectedfilters.Itcancontaincycles,andtherecanbemultiplelinksbetweenapairoffilters.Eachlinkhasoneinputpadononesideconnectingittoonefilterfromwhichittakesitsinput,andoneoutputpad......
  • ffmpeg Timeline editing
    Somefilterssupportagenericenableoption.Forthefilterssupportingtimelineediting,thisoptioncanbesettoanexpressionwhichisevaluatedbeforesendingaframetothefilter.Iftheevaluationisnon-zero,thefilterwillbeenabled,otherwis......
  • ffmpeg Library public interfaces
    EverylibraryinFFmpegprovidesasetofpublicAPIsinitsinstalledheaders,whicharethoselistedinthevariableHEADERSinthatlibrary’sMakefile.Allidentifiersdefinedinthoseheaders(exceptforthoseexplicitlydocumentedotherwise),andcor......
  • ffmpeg Adding new interfaces
    nynewpublicidentifiersininstalledheadersareconsiderednewAPI-thisincludesnewfunctions,structs,macros,enumvalues,typedefs,newfieldsinexistingstructs,newinstalledheaders,etc.ConsiderthefollowingguidelineswhenaddingnewAPIs......
  • ffmpeg Removing interfaces
    Duetoabovementionedcompatibilityguarantees,removingAPIsisaninvolvedprocessthatshouldonlybeundertakenwithgoodreason.Typicallyadeficient,restrictive,orotherwiseinadequateAPIisreplacedbyasuperiorone,thoughitdoesattimesha......