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