Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues exporting as video #2575

Open
Ami2241973 opened this issue Dec 10, 2024 · 1 comment
Open

Issues exporting as video #2575

Ami2241973 opened this issue Dec 10, 2024 · 1 comment

Comments

@Ami2241973
Copy link

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.

@bacarey
Copy link

bacarey commented Jan 12, 2025

First, thank you for making this software available. It is spot-on what I need for my project.

On Windows 11, fresh install of Storyboarder, I get this same error, trying to export to video:

spawn C:\Program Files\Storyboarder\resources\app.asar\noinstaller\win32-x64\ffmpeg.exe ENOENT

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:

C:\Program Files\Storyboarder\resources\app.asar.unpacked\node_modules@ffmpeg-installer\win32-x64

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants