FFmpeg
Loading...
Searching...
No Matches
normalize Namespace Reference

Data Structures

class  Formatter
 

Functions

 normalize ()
 

Variables

str HELP
 
 format
 
 level
 
 log = logging.getLogger()
 

Function Documentation

◆ normalize()

normalize.normalize ( )

Definition at line 30 of file normalize.py.

Variable Documentation

◆ HELP

str normalize.HELP
Initial value:
1= '''
2Normalize audio input.
3
4The command uses ffprobe to analyze an input file with the ebur128
5filter, and finally run ffmpeg to normalize the input depending on the
6computed adjustment.
7
8ffmpeg encoding arguments can be passed through the extra arguments
9after options, for example as in:
10normalize.py --input input.mp3 --output output.mp3 -- -loglevel debug -y
11'''

Definition at line 8 of file normalize.py.

◆ format

normalize.format

Definition at line 20 of file normalize.py.

◆ level

normalize.level

Definition at line 20 of file normalize.py.

◆ log

normalize.log = logging.getLogger()

Definition at line 21 of file normalize.py.