Celeb Glow
general | March 08, 2026

result.h264: No such file or directory Cmd

So I was basically trying to recover a corrupted mp4 video, and after this line I pasted:

ffmpeg.exe -r 160.000 -i result.h264 -i result.aac -bsf:a aac_adtstoasc -c:v copy -c:a copy result.mp4

I got this:

IMG:

in ffmpeg.

And I don't understand result.h264. Can you help me solve the error?

1

1 Answer

It means that file result.h264 does not exist in your pathC:\Users\User\Desktop\Recover\bin.

When you're writing code, after -i drag and drop your h264 file directly on the cmd terminal; by doing this you shouldn't get this error anymore.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy