table of contents
other versions
SReview::Normalizer::Ffmpeg(3pm) | User Contributed Perl Documentation | 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();
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
2022-10-15 | perl v5.34.0 |