To get video encoding to work on your application is very easy with our /video/encode robot. To encode a video into webm you can use one of our encoding presets. That will set all required ffmpeg parameters automatically for you. Please notice that we also offer a preset for iphone encoding. » See full documentation
"steps": {
"webm_video": {
"robot": "/video/encode",
"preset": "webm",
"width": 320,
"height": 240
}
}
$(function() {
$('form').transloadit({
wait: true,
autoSubmit: true
});
});
For demos we allow a maximum of 30MB.
This form is html5-multiupload enabled. If your browser supports it, you can select multiple files and execute the template with them.