[FFmpeg-devel] [PATCH] fix bs2b parameter description

Yue Wang yuleopen at gmail.com
Wed Jan 26 13:30:00 EET 2022


Hi Gyan

The reference is bs2b's header file available here:
https://sourceforge.net/p/bs2b/code/HEAD/tree/trunk/libbs2b/src/bs2b.h

Between line 102-112, particularly these two APIs:

/* Sets a new coefficients by new cut frecuency value (Hz). */
void bs2b_set_level_fcut( t_bs2bdp bs2bdp, int fcut );

and

/* Sets a new coefficients by new crossfeeding level value (dB * 10). */
void bs2b_set_level_feed( t_bs2bdp bs2bdp, int feed );

which correspond to the following two parameters in ffmpeg:

-  "fcut", "Set cut frequency (in Hz)",
-  "feed", "Set feed level (in db * 10)",

Yue


More information about the ffmpeg-devel mailing list