Skip to content

Instantly share code, notes, and snippets.

@kvz
Created August 5, 2014 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kvz/e9cc90493ba1cd5cae9c to your computer and use it in GitHub Desktop.
Save kvz/e9cc90493ba1cd5cae9c to your computer and use it in GitHub Desktop.
"steps": {
"ipad": {
"robot" : "/video/encode",
"use" : [ ":original" ],
"preset": "ipad"
},
"webm": {
"robot" : "/video/encode",
"use" : [ ":original" ],
"preset": "webm"
},
"thumbnails": {
"robot": "/video/thumbs",
"use" : [ "ipad" ]
},
"store": {
"robot" : "/s3/store",
"use" : [ ":original", "webm", "ipad", "thumbnails" ],
"key" : "YOUR_AWS_KEY",
"secret": "YOUR_AWS_SECRET",
"bucket": "YOUR_S3_BUCKET"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment