Skip to content

Instantly share code, notes, and snippets.

@marktyers
Last active April 14, 2017 16:29
Show Gist options
  • Save marktyers/24d75c8b1b51dc82eac462b583c9740c to your computer and use it in GitHub Desktop.
Save marktyers/24d75c8b1b51dc82eac462b583c9740c to your computer and use it in GitHub Desktop.

Revisions

  1. marktyers revised this gist Apr 14, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions iplayer.md
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,12 @@
    # Instructions

    Start by installing Homebrew and use this to install `ffmpeg`:
    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** 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
    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.

  2. marktyers revised this gist Apr 14, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iplayer.md
    Original 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 for your Chrome browser and install the **questo** script https://greasyfork.org/it/scripts/8161-bbc-iplayer-video-download
    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.

  3. marktyers revised this gist Apr 14, 2017. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions iplayer.md
    Original 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 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
  4. marktyers created this gist Apr 14, 2017.
    19 changes: 19 additions & 0 deletions iplayer.md
    Original 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/