Mercurial > hg > aimc
annotate scripts/ec2_user_data.sh @ 635:0bdd58ee6e92
ffmpeg no longer accepts a qscale value of 0. Changed qscale to 1, which also gives a very high quality output
author | sness@sness.net |
---|---|
date | Fri, 24 May 2013 22:38:09 +0000 |
parents | 5e888fbaaa80 |
children |
rev | line source |
---|---|
tomwalters@28 | 1 #!/bin/bash |
tomwalters@28 | 2 wget -O- run.alestic.com/install/runurl | bash |
tomwalters@29 | 3 runurl run.alestic.com/email/start tom@tomwalters.co.uk |
tomwalters@28 | 4 runurl http://aimc.googlecode.com/svn/trunk/scripts/aws_prepare.sh |