Which Python libraries can help me to extract audio from video?
Hi all! I am creating a simple project with pose detection. After saving the video with successful detection, I understood that my output video is mutable! Which library or package can help me to extract audio from input video so that I can concatenate output and audio to a single mp4 file? Tried OpenCV, but didn't succeed.
Thanks a lot!