Created
August 5, 2014 11:01
-
-
Save kvz/e9cc90493ba1cd5cae9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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