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 dependency #55

Open
Tracked by #54
bendichter opened this issue Aug 16, 2024 · 5 comments
Open
Tracked by #54

ffmpeg dependency #55

bendichter opened this issue Aug 16, 2024 · 5 comments

Comments

@bendichter
Copy link
Contributor

image

I get this on the Motif Videos stage. The installation instructions don't say anything about needing ffmpeg installed.

@bendichter
Copy link
Contributor Author

bendichter commented Aug 19, 2024

On an M1 mac, prod version of vame desktop

@nathan-vm
Copy link
Collaborator

This is a dependency of VAME package itself (here: https://github.com/EthoML/VAME/blob/main/requirements.txt) most specificly this lib: imageio.

I haven't found an easy way to bundle ffmpeg into the python binary. Maybe we should just add documentation?

@bendichter
Copy link
Contributor Author

@nathan-vm I don't think adding documentation to download ffmpeg solves the problem. Even if one has ffmpeg on their computer, it still won't be found by the app.

It looks like this issue has a better solution.

@bendichter
Copy link
Contributor Author

As of 0.3.4, I am still getting this error

@bendichter
Copy link
Contributor Author

@luiztauffer

It looks like you tried to resolve this by adding

tmp_ret = collect_all('imageio_ffmpeg')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]

It has not worked for me. Could you try importing imageio_ffmpeg somewhere in the app, as the linked issue suggests?

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