I need the audio from video. So i find the ffmpeg. When i use
ffmpeg -i test.mp4 -acodec copy -vn test.mp3
It get the following error:
Invalid audio stream. Exactly one MP3 audio stream is required. could not write header for output file #0 (incorrect codec parameters ) invalid argument
How can this be solved?