Hello, I’m trying to install libav for VideoDownload Helper, it went fine except for this part:
### ==> Installing libav dependency: x264 ==> Cloning https://git.videolan.org/git/x264.git Cloning into '/Users/SiPe/Library/Caches/Homebrew/x264--git'... fatal: unable to access 'https://git.videolan.org/git/x264.git/': Failed to connect to 2a01:e0d:1:3:58bf:fa02:c0de:c01d: Host is down Error: Failed to download resource "x264" Failure while executing: git clone https://git.videolan.org/git/x264.git /Users/SiPe/Library/Caches/Homebrew/x264--git ### I checked and the host is up, tried again and same error. Perhaps the resource has been moved but not forwarded ? ### SiPe-iMac-27-2011:~ SiPe$ brew install libav --with-x265 Updating Homebrew... ==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). No changes to formulae. Error: Could not link: /usr/local/share/man/man1/brew.1 Please delete these paths and run `brew update`. Error: Could not link: /usr/local/share/doc/homebrew Please delete these paths and run `brew update`. ==> Installing dependencies for libav: x264, xvid ==> Installing libav dependency: x264 ==> Cloning https://git.videolan.org/git/x264.git Cloning into '/Users/SiPe/Library/Caches/Homebrew/x264--git'... fatal: unable to access 'https://git.videolan.org/git/x264.git/': Failed to connect to 88.191.250.5: Host is down Error: Failed to download resource "x264" Failure while executing: git clone https://git.videolan.org/git/x264.git /Users/SiPe/Library/Caches/Homebrew/x264--gitSaisissez le code ici... ### I used a mirror and got the file, but I don’t know how to finish the installation of libav. VideoDownload Helper says the converter is not installed, I relaunched the browser and verified. ### SiPe-iMac-27-2011:~ SiPe$ git clone http://repo.or.cz/r/x264.git Cloning into 'x264'... remote: Counting objects: 20569, done. remote: Compressing objects: 100% (3560/3560), done. remote: Total 20569 (delta 16966), reused 20504 (delta 16966) Receiving objects: 100% (20569/20569), 4.21 MiB | 1.98 MiB/s, done. Resolving deltas: 100% (16966/16966), done. Checking connectivity... done. ### _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
