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
split-video.sh
|
|
combine-video.sh
|
|
Thanks for reading and happy hacking! 🏄