We can extract the audio stream of a video file using FFMPEG (instead of re-encoding it) `ffmpeg -i input_file -c:a copy -vn output_file`