leandromoreira / ffmpeg-libav-tutorial

FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡°πŸ‡· πŸ‡ͺπŸ‡Έ πŸ‡»πŸ‡³ πŸ‡§πŸ‡·
https://github.com/leandromoreira/ffmpeg-libav-tutorial
BSD 3-Clause "New" or "Revised" License
9.78k stars 937 forks source link

Bad link in README #88

Closed TessaI159 closed 3 years ago

TessaI159 commented 3 years ago

In the README there is a line that uses wget to download a large mp4 file. wget -O bunny_1080p_60fps.mp4 http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_60fps_normal.mp4 This command results in a 403 forbidden error.

wget -O bunny_1080p_60fps.mp4 https://mirror.clarkson.edu/blender/demo/movies/BBB/bbb_sunflower_1080p_60fps_normal.mp4 is an alternative mirror to the same file.

leandromoreira commented 3 years ago

thanks a lot @Tessag159 , these links often goes up and then suddenly they go down =( that's why i added the small_bunny_1080p_60fps.mp4 file =)

TessaI159 commented 3 years ago

Ah. I didn't notice you added it to the source code. All is good here then, no bug!