Provided by: sreview-common_0.8.0-1_all bug

NAME

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

SYNOPSIS

         SReview::Normalizer::Ffmpeg->new(input => SReview::Video->new(...), output => SReview::Video->new(...))->run();

DESCRIPTION

       "SReview::Normalizer" is a class to normalize the audio of a given SReview::Video asset. This class is an
       implementation of the API using the ffmpeg "loudnorm" filter.

ATTRIBUTES

       "SReview::Normalizer::Ffmpeg" supports all the attributes of SReview::Normalizer

METHODS

   run
       Performs the normalization

perl v5.32.1                                       2021-09-09                   SReview::Normalizer::Ffmpeg(3pm)