DeforumStableDiffusionLocal icon indicating copy to clipboard operation
DeforumStableDiffusionLocal copied to clipboard

FFMPEG.EXE System Error

Open potesd opened this issue 3 years ago • 1 comments

"The Code execution cannot proceed because open264-6.dll was not found. reinstalling the program may fix this problem."

I get this error constantly during the rendering animation fram 27 of 30, when "./output/out_%05d.png -> ./output/out_%05d.mp4.

I've tried manually adding the DLL, and nothing seems to work, any tips or tricks?

potesd avatar Sep 24 '22 18:09 potesd

Looks like a video codec for h264 missing issue maybe reinstall ffmpeg? run command like "conda install -c conda-forge ffmpeg" Or install a video player such like VLC

HelixNGC7293 avatar Sep 24 '22 20:09 HelixNGC7293