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

ffmpeg link and installation is broken #7

Open
hausmanns opened this issue Jan 9, 2023 · 1 comment
Open

ffmpeg link and installation is broken #7

hausmanns opened this issue Jan 9, 2023 · 1 comment

Comments

@hausmanns
Copy link
Contributor

Bug description

ffmpeg link and installation isn't working anymore. The link is dead

Operating System

Windows 10

Camera_control version

camera36, commit: c82b021 (nov 19 2022, latest as of now)

Steps To Reproduce

When following the github installation steps from the readme in the main directory: https://github.com/AdaptiveMotorControlLab/Camera_Control
Once running install1 as administrator, ffmpeg is not downloaded/installed, because the link is broken.

Relevant log output

None

Anything else?

I have found another workable link for it:
https://archive.org/download/zeranoe/win64/static/ffmpeg-20190730-a0c1970-win64-static.zip
However I didn't mange to set it up correctly in the install1 file.

My workaround was to:

  • download it manually
  • unzip it manually
  • Take its content (bin, doc, presets, LICENSE, README)
  • Move them manually into: C:\Program Files\ffmpeg
  • commenting the download zip,unzipping and moving files from the install1 file.
  • Running install1

To do / To debug:

Make the above working directly from the link inside the install1 file..

@hausmanns
Copy link
Contributor Author

Update:
I found and updated the paths and the way ffmpeg gets installed in the right folder. Will make a PR for the changes.

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

1 participant