DOKK / manpages / debian 12 / libmedia-convert-perl / Media::Convert::Normalizer::Ffmpeg.3pm.en
Media::Convert::Normalizer::Ffmpeg(3pm) User Contributed Perl Documentation Media::Convert::Normalizer::Ffmpeg(3pm)

Media::Convert::Normalizer::Ffmpeg - normalize the audio of a video asset using the ffmpeg 'loudnorm' filter

  Media::Convert::Normalizer::Ffmpeg->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". This class is an implementation of the API using the ffmpeg "loudnorm" filter.

"Media::Convert::Normalizer::Ffmpeg" supports all the attributes of Media::Convert::Normalizer

Performs the normalization

2023-03-07 perl v5.36.0