From 7ec8aecdcaf0f40385ef8b950a621c36c3209050 Mon Sep 17 00:00:00 2001 From: shashankhalo7 Date: Sun, 31 Mar 2019 15:20:11 +0530 Subject: [PATCH] Updated the ffmpeg installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4d1a8d70a..30a3d030fc 100644 --- a/README.md +++ b/README.md @@ -128,9 +128,9 @@ conda install pytorch torchvision cuda80 -c soumith * FFmpeg, FFprobe ```bash -wget http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz +wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz tar xvf ffmpeg-release-64bit-static.tar.xz -cd ./ffmpeg-3.3.3-64bit-static/; sudo cp ffmpeg ffprobe /usr/local/bin; +cd ./ffmpeg-git-20190327-amd64-static/; sudo cp ffmpeg ffprobe /usr/local/bin; ``` * Python 3