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

Cannot download dev header of ffmpeg on WIndows #50

Closed
arition opened this issue Sep 1, 2020 · 3 comments
Closed

Cannot download dev header of ffmpeg on WIndows #50

arition opened this issue Sep 1, 2020 · 3 comments

Comments

@arition
Copy link

arition commented Sep 1, 2020

The install_ffmpeg.js script will download https://ffmpeg.zeranoe.com/builds/win64/dev/ffmpeg-4.2.1-win64-dev.zip on windows systems. For now this zip file does not exist on the server (returns a status code of 404).

The website also says that it will stop operating on Sep.18. Maybe we need to find a way to host the binary file.

@Rock-N-Troll
Copy link

Rock-N-Troll commented Sep 29, 2020

Still not resolved. I came here to see why install wasn't working and I guess this is why based on the timeout. I'll look for a work around in the mean time

https://www.reddit.com/r/ffmpeg/comments/ikht2k/ffmpegzeranoecom_will_close_on_sep_18_2020/

https://www.gyan.dev/ffmpeg/builds/

@Rock-N-Troll
Copy link

Rock-N-Troll commented Sep 29, 2020

it looks like getting full_build-shared.zip from https://www.gyan.dev/ffmpeg/builds/packages/

As noted on the front-page: "In addition, the release full variant is available as a shared build with development files."

Update:
I ended up getting it to work by
1.downloading the beamcoder source from github
2.downloading the full_build-shared.zip as mentioned above,
3. extracting the zip into ffmpeg folder (if not already created) and saving duplicates of it as the 2 files named -dev and -shared as shown in the screenshot (even though the old 4.2.1 version name is used.)
4. Comment out the async function win32() {} function in install_ffmpeg.js which is supposed to download the zip file into ffmpeg folder we already extracted sneakily into -dev and -shared folders
5. Install from locally download beamcoder source via something like npm install -g ./beamcoder-master

image

This is obviously not a long term solution as it's very manual and the versions don't match up, but it looks like the gyan.dev site owner might be ok with being incorporated into this project for the npm install.

@scriptorian
Copy link
Contributor

Thanks for your patience and determination! This should be working again now, v0.6.1.

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

3 participants