We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b25318 commit 6de12eeCopy full SHA for 6de12ee
1 file changed
ffmpeg_normalize/_streams.py
@@ -462,7 +462,7 @@ def get_second_pass_opts_ebu(self) -> str:
462
)
463
self.loudness_statistics["ebu_pass1"]["input_i"] = 0
464
465
- will_use_dynamic_mode = self.media_file.ffmpeg_normalize.dynamic
+ will_use_dynamic_mode: bool = self.media_file.ffmpeg_normalize.dynamic
466
467
if self.media_file.ffmpeg_normalize.keep_loudness_range_target:
468
_logger.debug(
0 commit comments