Video manipulation with ffmpeg
Serveral useful recipes for manipulation video with ffmpeg.
Note that a name within angle brancket (like <this>) represents a generic input or output file.
Extracting raw audio
The following recipe extracts the audio from a video file and converts it to WAV format.
ffmpeg -y -hide_banner -i <input> -vn -c …