Month: January 2022

  • Trimming and fading out video/audio with ffmpeg

    I recently wanted to trim and fade out an MP4 file. I wasn’t inclined at the effort of putting it in a non-linear editor and was looking for a quick way to achieve this. I found that ffmpeg had the necessary functionality to do this. The command I used in the end was: ffmpeg -i…