FFMpeg No such file or directory

0

I'm trying to convert a MP4 file to H264 using FFMPEG. Unfortunately, it get a file/directory each time "No such file or directory". I've followed the steps within this link https://video.stackexchange.com/questions/20495/how-do-i-set-up-and-use-ffmpeg-in-windows/20496#20496 / https://www.youtube.com/watch?v=qjtmgCb8NcE, but it didn't work.

Error Message

How can I resolve this error?

Junie B. Jones' Uncle

Posted 2020-02-17T13:58:36.720

Reputation: 1

Show your command. – llogan – 2020-02-18T19:28:41.217

Answers

0

Check the full path of input file.

Adding paths to PATH env variable is preferred to set using cmd like this(for permanently)

setx path "%path%;Path"

Now restart cmd and retry again.

Wasif Hasan

Posted 2020-02-17T13:58:36.720

Reputation: 827

Changed the path to "%path%;Path" in the env variable but still received the error. – Junie B. Jones' Uncle – 2020-02-17T19:16:26.200