adjust normalization settings
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
a412932888
commit
96dcdd3d55
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class AudioProcessor:
|
||||||
return
|
return
|
||||||
|
|
||||||
ffmpeg_normalize = FFmpegNormalize(
|
ffmpeg_normalize = FFmpegNormalize(
|
||||||
"ebu", audio_codec="aac", audio_bitrate="192k"
|
"peak", audio_codec="aac", audio_bitrate="192k", target_level=-0.1
|
||||||
)
|
)
|
||||||
ffmpeg_normalize.add_media_file(str(input_filename), str(output_filename))
|
ffmpeg_normalize.add_media_file(str(input_filename), str(output_filename))
|
||||||
ffmpeg_normalize.run_normalization()
|
ffmpeg_normalize.run_normalization()
|
||||||
|
|
Loading…
Reference in a new issue