[FFmpeg-user] VOICE POST PRODUCTION IN ONE LINE

Marco Mircoli nuvolablux at gmail.com
Thu Jan 28 10:44:18 EET 2021


Goodmorning everyone.
I'm new to ffmpeg and was wondering if anyone from the group could help me
set up a command line.
My goal is to improve voice audio recordings.
I would like to be able to do this starting from a command line I have in
my script, modifying it to add:

- 70HZ high pass filter
- expander / noise gate
- equalizer
- compressor
- exciter
- de-esser
- limiter
- loudnorm to r128 (there is already)

It would be nice to have all this just in one line, is it possible?
This is the string where I'm starting from.

$ shell = shell_exec ("$ ffmpeg_b -i $ audio_file_full_path -map 0: a: 0
-af loudnorm -b: a 96k $ audio_output_mp3 2> & 1");

  Thanks in advance.
Best.
S.


More information about the ffmpeg-user mailing list