Media::Convert::Normalizer(3pm) | User Contributed Perl Documentation | Media::Convert::Normalizer(3pm) |
Media::Convert::Normalizer - normalize the audio of an asset.
Media::Convert::Normalizer->new(input => Media::Convert::Asset->new(...), output => Media::Convert::Asset->new(...))->run();
"Media::Convert::Normalizer" is a class to normalize the audio of a given Media::Convert::Asset asset, using ffmpeg by default.
The following attributes are supported by Media::Convert::Normalizer.
An Media::Convert::Asset object for which the audio should be normalized.
Required.
An Media::Convert::Asset object that the normalized audio will be written to, together with the copied video from the input file (if any).
Required. Must point to a .mkv file.
The normalizer implementation to use. Defaults to "ffmpeg". Valid options: any subclass of this module, assumes it is in the "Media::Convert::Normalizer::" namespace.
Performs the normalization.
2023-03-07 | perl v5.36.0 |