Skip to content

Instantly share code, notes, and snippets.

@henryboldi
Created May 9, 2014 21:45
Show Gist options
  • Save henryboldi/50d999d9f5cd3eca2609 to your computer and use it in GitHub Desktop.
Save henryboldi/50d999d9f5cd3eca2609 to your computer and use it in GitHub Desktop.
//send to be encoded by heywatch
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