Skip to content

Instantly share code, notes, and snippets.

View joaocarvalho's full-sized avatar

João Paulo Carvalho joaocarvalho

View GitHub Profile
@joaocarvalho
joaocarvalho / Win7 IE9
Last active December 20, 2015 12:29
Install Virtualbox VM Win7 IE9 Ubunto 11.04 and 12.04
$ sudo apt-get install virtualbox unrar curl
$ cd ~/VirtualBox\ VMs/
$ curl -L -O "http://download.microsoft.com/download/B/7/2/B72085AE-0F04-4C6F-9182-BF1EE90F5273/Windows_7_IE9.part0{1.exe,2.rar,3.rar,4.rar,5.rar,6.rar,7.rar}"
$ unrar e Windows_7_IE9.part01.exe
Once available and started in VirtualBox, the password for ALL VMs is "Password1".

Compile FFmpeg on Ubuntu

This guide supports Ubuntu Precise Pangolin 12.04, Ubuntu Oneiric Ocelot 11.10, Ubuntu Natty Narwhal 11.04, and Ubuntu Maverick Meerkat 10.10. Separate guides are available for Ubuntu Lucid Lynx 10.04 and Ubuntu Hardy Heron 8.04. This guide will enable several external encoding and decoding libraries: libfaac (AAC encoder), libfdk-aac (AAC encoder), libmp3lame (MP3 encoder), libopencore-amr (AMR encoder/decoder), librtmp (for additional RTMP protocols), libtheora (Theora encoder), libvorbis (Vorbis encoder), libvpx (VP8 encoder/decoder), and libx264 (H.264 encoder). These are optional and may be omitted if desired. This guide will also install many filters (see the filter list in the [Filtering Guide](https://ffmpeg.org/trac/ffmpeg/wiki/Fi