Skip to content

Instantly share code, notes, and snippets.

@henryboldi
Created May 9, 2014 15:39
Show Gist options
  • Save henryboldi/314d3c4e3da56ccb7f02 to your computer and use it in GitHub Desktop.
Save henryboldi/314d3c4e3da56ccb7f02 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": 10
}],
"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