SReview::Normalizer::Ffmpeg - normalize the audio of a video asset using the ffmpeg 'loudnorm' filter
Contents
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();
