#cloud-config apt_sources: - source: deb http://us.archive.ubuntu.com/ubuntu/ maverick multiverse - source: deb http://us.archive.ubuntu.com/ubuntu/ maverick-updates multiverse packages: - vim - subversion - git - unzip - yasm - libtool - ksh - build-essential - autoconf - libgsm1-dev - libvorbis-dev - libxvidcore-dev - libdc1394-22-dev - libfaac-dev - libmp3lame-dev - libfaad-dev - libtheora-dev - libsdl1.2-dev - libcurl4-openssl-dev - libfuse2 - libxml2-dev - fuse-utils - libfuse-dev runcmd: - [ wget, -O, "/root/x264-install.sh", "http://CONFIGURE.YOUR.HOST/x264-install.sh" ] - [ sh, "/root/x264-install.sh" ] - [ wget, -O, "/root/ffmpeg-install.sh", "http://CONFIGURE.YOUR.HOST/ffmpeg-install.sh" ] - [ sh, "/root/ffmpeg-install.sh" ] - [ wget, -O, "/root/s3fs-install.sh", "http://CONFIGURE.YOUR.HOST/s3fs-install.sh" ] - [ sh, "/root/s3fs-install.sh" ] - [ wget, -O, "/root/transcode.sh", "http://CONFIGURE.YOUR.HOST/transcode.sh" ] - [ ksh, "/root/transcode.sh" ]