FFmpeg - No Such File or Directory?
Posted
by
Lynda
on Super User
See other posts from Super User
or by Lynda
Published on 2012-06-24T02:22:12Z
Indexed on
2012/06/24
3:18 UTC
Read the original article
Hit count: 638
ffmpeg
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?
© Super User or respective owner