首页 > 其他分享 >ffmpeg acrossover

ffmpeg acrossover

时间:2024-11-11 09:45:02浏览次数:1  
标签:ffmpeg format Default dB per filter octave acrossover

Split audio stream into several bands.

This filter splits audio stream into two or more frequency ranges. Summing all streams back will give flat output.

The filter accepts the following options:

split
Set split frequencies. Those must be positive and increasing.

order
Set filter order for each band split. This controls filter roll-off or steepness of filter transfer function. Available values are:

‘2nd’
12 dB per octave.

‘4th’
24 dB per octave.

‘6th’
36 dB per octave.

‘8th’
48 dB per octave.

‘10th’
60 dB per octave.

‘12th’
72 dB per octave.

‘14th’
84 dB per octave.

‘16th’
96 dB per octave.

‘18th’
108 dB per octave.

‘20th’
120 dB per octave.

Default is 4th.

level
Set input gain level. Allowed range is from 0 to 1. Default value is 1.

gains
Set output gain for each band. Default value is 1 for all bands.

precision
Set which precision to use when processing samples.

auto
Auto pick internal sample format depending on other filters.

float
Always use single-floating point precision sample format.

double
Always use double-floating point precision sample format.

Default value is auto.

https://www.octfgroup.com/

标签:ffmpeg,format,Default,dB,per,filter,octave,acrossover
From: https://www.cnblogs.com/sathcal/p/18539144

相关文章

  • ffmpeg Audio Filters acrossover
    Splitaudiostreamintoseveralbands.Thisfiltersplitsaudiostreamintotwoormorefrequencyranges.Summingallstreamsbackwillgiveflatoutput.Thefilteracceptsthefollowingoptions:splitSetsplitfrequencies.Thosemustbepositiveandincr......
  • ffmpeg Audio Filters acrusher
    Reduceaudiobitresolution.Thisfilterisbitcrusherwithenhancedfunctionality.Abitcrusherisusedtoaudiblyreducenumberofbitsanaudiosignalissampledwith.Thisdoesn’tchangethebitdepthatall,itjustproducestheeffect.Materialre......
  • 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......