Ffmpeg-normalize

Latest version: v1.31.2

Safety actively analyzes 723166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 18

1.22.8

Not secure
* Properly detect -inf dB input.

1.22.7

Not secure
* Debug command output for ffmpeg commands.

* Remove unneeded warning message.

1.22.6

Not secure
* Use astats instead of volumedetect filter, fixes 163.

Allows floating point calculation.

1.22.5

Not secure
* Print warning for bit depths > 16, addresses 163.

1.22.4

Not secure
* Re-raise error on ffmpeg command failure.

This prevents incorrectly telling the user that a normalized file was written when it wasn't.

1.22.3

Not secure
* Set tqdm lock for logging only when multiprocessing is available.

Multiprocessing is not available in all environments, for example
on AWS lambda python run time lacks /dev/shm, so trying to acquire
a multiprocessing Lock throws an OSError. The module could also be
missing in some cases (ex. Jython, although this library doesn't support
Jython anyway).

The solution to this is to only try to set the lock when multiprocessing
is available. The tqdm library solves this in the same manner.

For more details: https://github.com/slhck/ffmpeg-normalize/issues/156

* Add instructions on how to run tests.

Page 7 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.