Published
- 1 min read
extract audio from video ffmpeg
The solution for this is noted below
extract audio from video ffmpeg
Solution
ffmpeg -i sample.avi -q:a 0 -map a sample.mp3
Try other methods by searching on the site. That is if this doesn’t work