Table of Contents

Quick journey with ffmpeg: improving audio stream with loudnorm

Hey hey! Tonight I feel like trying a very quick script generation: the goal will be to have an NVP command that I can use simply to renormalize the sound stream in a given input video file. This could be very handy to post-process my devlog recordings for instance.

Creating a skeleton script

Adding some meat to the handler

Testing the handler

Adding support for video compression

Conclusion