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. _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".