logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Attributes

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

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.

Methods

run
       Performs the normalization

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

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();

See Also