Skip to content

Instantly share code, notes, and snippets.

@henryboldi
Created May 9, 2014 20:39
Show Gist options
  • Save henryboldi/c7450aed57cb7fb4d334 to your computer and use it in GitHub Desktop.
Save henryboldi/c7450aed57cb7fb4d334 to your computer and use it in GitHub Desktop.
client.Job.create({input: url, "outputs": [
{
"url": "s3://" + bucketName + "/" + key + ".webm",
"label": "webm",
"format": "webm"
}, "thumbnails": [{
"label": "first",
"number": 1
}]
],
"notifications": [{
"url": "http://hackerbracket.com/hacks/isEncoded/" + key
}]
//must fix notifcations url
}, function(err, data) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment