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

make fetch_small_bunny_video not working #76

Closed
FransM opened this issue Jan 4, 2021 · 5 comments
Closed

make fetch_small_bunny_video not working #76

FransM opened this issue Jan 4, 2021 · 5 comments

Comments

@FransM
Copy link
Contributor

FransM commented Jan 4, 2021

I tried
make fetch_small_bunny_video
but it fails. This is on ubuntu 20.04.

FIrst issue was that apparently my command processor is not dash. I fixed this by adding
#!/bin/bash
at the beginning of ./fetch_bbb_video.sh

Next I got a not authorized from distribution.bbb3d.renderfarming.net
Here google helped me by giving me a local mirror from which I could fetch it. Probably the url needs updating.
Or maybe make the small_bunny_1080p_60fps.mp4 available somewhere (it is only 3.2 M)

BTW: nice tutorial; thank you

@leandromoreira
Copy link
Owner

thanks @FransM yes =( unfortunately the files aren't in the same place, I wonder if we can host it on a github repo (a new one)

@FransM
Copy link
Contributor Author

FransM commented Jan 5, 2021

I think probably the best solution is to create a new github repo with the small file.
Best create this under your account as that will give you full control

Alternative is to use a location where it is unlikely that the file disappears.
I used
http://ftp.nluug.nl/graphics/blender/demo/movies/BBB/bbb_sunflower_1080p_60fps_normal.mp4
as that is quite local to me, but probably there is a better place.

For using bash in the script I created a small change and submitted a pull request:
See #77

@leandromoreira
Copy link
Owner

@FransM
Copy link
Contributor Author

FransM commented Jan 5, 2021

Looks good to me!

@leandromoreira
Copy link
Owner

754d933

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