FFmpeg
Data Structures | Functions | Variables
normalize Namespace Reference

Data Structures

class  Formatter
 

Functions

def normalize ()
 

Variables

string HELP
 
 format
 
 level
 
 log = logging.getLogger()
 

Function Documentation

◆ normalize()

def normalize.normalize ( )

Definition at line 30 of file normalize.py.

Variable Documentation

◆ HELP

string normalize.HELP
Initial value:
1 = '''
2 Normalize audio input.
3 
4 The command uses ffprobe to analyze an input file with the ebur128
5 filter, and finally run ffmpeg to normalize the input depending on the
6 computed adjustment.
7 
8 ffmpeg encoding arguments can be passed through the extra arguments
9 after options, for example as in:
10 normalize.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.

Referenced by agate_config_input(), av_bmg_get(), av_ts_make_time_string2(), bitreduction(), check_list(), compressor_config_output(), config_filter(), config_output(), convert_width2qfactor(), create_freq_table(), draw_mandelbrot(), expand_script(), expand_timestamps(), expand_tseq(), ff_attributes_dump(), ff_bufqueue_add(), ff_formats_check_channel_layouts(), ff_formats_check_color_ranges(), ff_formats_check_color_spaces(), ff_formats_check_pixel_formats(), ff_formats_check_sample_formats(), ff_formats_check_sample_rates(), ff_instantiate_mf(), ff_jni_exception_check(), ff_media_type_dump(), ff_mlp_read_major_sync(), ff_opencl_filter_load_program(), ff_tee_parse_slave_options(), ff_vk_video_common_init(), filter_channel(), filter_link_check_formats(), find_stream(), generate_interval(), generate_intervals(), generate_min_phase_kernel(), generate_plateau(), generate_transition(), get_band_noise(), get_interleaved_se_golomb(), get_level_prefix(), get_se_golomb(), get_ue_golomb(), get_ue_golomb_long(), get_ur_golomb(), get_ur_golomb_jpegls(), get_volume(), init(), init_com_mf(), init_noise(), init_quantization(), inv_cdf(), mf_create(), modify_qscale(), opengl_compile_shaders(), opengl_load_shader(), output_gain(), parse_forced_key_frames(), parse_primary(), parse_script(), plot_freq(), precalc_coefs(), process_get_band_noise(), ransac_update_num_iters(), run_psnr(), scale_double(), set_default_ctl_value(), spectral_flatness(), ssd_to_psnr(), ssim_db(), stream_component_open(), trc_arib_std_b67(), twinvq_mulawinv(), uninit(), update_volume(), xvid_ff_2pass_after(), and xvid_ff_2pass_create().