Media::Convert::Normalizer::Ffmpeg - normalize the audio of a video asset using the ffmpeg 'loudnorm'
Contents
Attributes
"Media::Convert::Normalizer::Ffmpeg" supports all the attributes of Media::Convert::Normalizer
Description
"Media::Convert::Normalizer" is a class to normalize the audio of a given "Media::Convert::Asset". This
class is an implementation of the API using the ffmpeg "loudnorm" filter.
Methods
run
Performs the normalization
perl v5.40.0 2024-12-22 Media::Convert:...malizer::Ffmpeg(3pm)
Name
Media::Convert::Normalizer::Ffmpeg - normalize the audio of a video asset using the ffmpeg 'loudnorm'
filter
Synopsis
Media::Convert::Normalizer::Ffmpeg->new(input => Media::Convert::Asset->new(...), output => Media::Convert::Asset->new(...))->run();
