Last active
April 14, 2017 16:29
-
-
Save marktyers/24d75c8b1b51dc82eac462b583c9740c to your computer and use it in GitHub Desktop.
Revisions
-
marktyers revised this gist
Apr 14, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,12 @@ # Instructions Start by installing [Homebrew](https://brew.sh/) and use this to install `ffmpeg`: ``` /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install ffmpeg ``` Now install the [TamperMonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) plugin for your Chrome browser and install the [questo](https://greasyfork.org/it/scripts/8161-bbc-iplayer-video-download) script If you open a video on iplayer you will see a script under the video. Run this using Terminal to download the video. -
marktyers revised this gist
Apr 14, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Start by installing Homebrew and use this to install `ffmpeg`: brew install ffmpeg ``` Now install the **TamperMonkey** plugin https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo for your Chrome browser and install the **questo** script https://greasyfork.org/it/scripts/8161-bbc-iplayer-video-download If you open a video on iplayer you will see a script under the video. Run this using Terminal to download the video. -
marktyers revised this gist
Apr 14, 2017 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,9 +3,7 @@ Start by installing Homebrew and use this to install `ffmpeg`: ``` /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install ffmpeg ``` Now install the **TamperMonkey** plugin for your Chrome browser and install the **questo** script https://greasyfork.org/it/scripts/8161-bbc-iplayer-video-download -
marktyers created this gist
Apr 14, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ # Instructions Start by installing Homebrew and use this to install `ffmpeg`: ``` /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew link python brew install ffmpeg brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools ``` Now install the **TamperMonkey** plugin for your Chrome browser and install the **questo** script https://greasyfork.org/it/scripts/8161-bbc-iplayer-video-download If you open a video on iplayer you will see a script under the video. Run this using Terminal to download the video. ## References http://www.renevolution.com/ffmpeg/2013/03/16/how-to-install-ffmpeg-on-mac-os-x.html https://andrealazzarotto.com/2015/02/20/how-to-download-bbc-iplayer-videos/