You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to export as a video, I receive an error message stating it could not export with the message Error: spawn C:\Program
Files\Storyboarder\resources\app.asar\no installer\win32-x64\ffmpeg.exe ENOENT.
The text was updated successfully, but these errors were encountered:
Looking on my filesystem, I can see that ffmpeg does not, indeed, live there. There is no such directory. app.asar"is a file, whereas app.asar.unpacked is a directory. The actual location of ffmpeg.exe is:
I am a software developer, so I took a look at the source in the repo. My initial guess was that isUsingAsar() in ffmpeg.js was not correctly returning true. It seems that would only partially solve the path problem, though. Or, maybe ffmpeg-static is not returning the correct path.
In any case, this seems to be solely an issue with the path since ffmpeg.exe is, indeed, installed.
If I get ambitious, I'll clone the repo and see if I can build it and fix the issue. I'll do a PR, if I do.
When I try to export as a video, I receive an error message stating it could not export with the message Error: spawn C:\Program
Files\Storyboarder\resources\app.asar\no installer\win32-x64\ffmpeg.exe ENOENT.
The text was updated successfully, but these errors were encountered: