You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Add an additional volume reduction for audio that has very low crest factors; in other words, audio that is consistently loud. This is useful when trying to achieve a consistent perceived loudness. A value of 0 means no reduction, and 100 means reduce the volume of non-peaky audio by 12dB. The default is 0.")
Copy file name to clipboardExpand all lines: docs/usage.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,6 +290,9 @@ The mix of the normalised signal, where 100% means normalise to exactly to the t
290
290
`--mix-channels FLOAT:INT in [0 - 100] Needs: --independent-channels`
291
291
When --independent-channels is also given, this option controls the mix of each channels normalised signal, where 100% means normalise to exactly to the target, and 50% means apply a gain to get halfway from the current level to the target. The default is 100%.
292
292
293
+
`--crest-factor-scaling FLOAT:INT in [0 - 100]`
294
+
Add an additional volume reduction for audio that has very low crest factors; in other words, audio that is consistently loud. This is useful when trying to achieve a consistent perceived loudness. A value of 0 means no reduction, and 100 means reduce the volume of non-peaky audio by 12dB. The default is 0.
295
+
293
296
## :sound: pan
294
297
### Description:
295
298
Changes the pan of stereo file(s). Does not work on non-stereo files.
0 commit comments