I am attempting to use FFmpeg to extract audio from a mp4 and I keep running into this error:
CFileffmpegvideo.mp4: No such file or directory exist.
I am in command prompt (in Windows 7) and have the path as C:\Files\ffmpeg (Where ffmpeg is).
I run this command line
ffmpeg -i C:\Files\ffmpeg\video.mp4 -f mp3 -ab 320000 -vn music.mp3
The file is in the same folder as ffmpeg. I know I am missing something simple here but what is it?
Here is a short video showing the exact process.


video.mp4and it still gives me the same error. – L84 Jun 24 '12 at 03:23"C:\Files\ffmpeg\video.mp4"instead ofC:\Files\ffmpeg\video.mp4– Searush Nov 11 '12 at 08:34