Separate Audio from Video with ffmpeg and Powershell

Hello 👋, A while ago I wrote an article on how to separate audio from video with ffmpeg on Linux using bash. The article can be read here: Separate Audio from Video (with ffmpeg) Now I want to introduce you to the Windows version with some little Powershell functions that I’ve wrote. But why? If you’re a content creator and you are not using the free program Audacity for editing your audio files, I believe you’re missing out on some great features. In my opinion, the noise gate feature is very usefull for eliminating background sounds and breaths from your audio. My PC fan and keyboard strokes are pretty loud and I can easily eliminate them with these settings: ...

February 2, 2023 · 3 min · Denis Nuțiu

Separate Audio from Video (with ffmpeg)

Hello 👋 In this short article I will show you how to split audio from video using ffmpeg. When I worked on my Udemy course I needed a way to process audio in Audacity and edit the video in Kdenlive. So I wrote two bash scripts, one for spliting audio and video and another one to combine the processed audio (usually a .wav file with the same name) with the video. The result is the following ...

December 8, 2022 · 1 min · Denis Nuțiu