Skip to content

Instantly share code, notes, and snippets.

@just3ws
Created June 14, 2013 11:46
Show Gist options
  • Save just3ws/5781229 to your computer and use it in GitHub Desktop.
Save just3ws/5781229 to your computer and use it in GitHub Desktop.
My Zencoder recipe for UGtastic
{
"input": "s3://bukkit/_upload/test.m4v",
"outputs": [
{
"url": "s3://bukkit/xtestx.mp4",
"h264_profile": "high",
"public": true,
"thumbnails": {
"number": 6,
"prefix": "xtestx-thumbnail",
"base_url": "s3://bukkit",
"public": true
}
},
{
"url": "s3://bukkit/xtestx.mp3",
"public": true,
"skip_video": true,
"format": "mp3",
"audio_codec": "mp3"
},
{
"url": "s3://bukkit/xtestx-mobile.mp4",
"size": "1280x720",
"public": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment