Skip to content

Instantly share code, notes, and snippets.

@overra
Created November 10, 2013 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save overra/3da28c2cd60b790cfa48 to your computer and use it in GitHub Desktop.
Save overra/3da28c2cd60b790cfa48 to your computer and use it in GitHub Desktop.
mclient.createJob({
name: 'render video',
phases: [ {
type: 'reduce',
exec: 'ffmpeg -nostdin -r 24 -pattern_type glob -i "/overra/stor/527f96151c6d5ec911000001/*.png" /overra/public/527f96151c6d5ec911000001.webm'
} ]
}, function (err, jobId) {
console.log(err, jobId);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment