We allow you to provide your custom ffmpeg settings to get even the most customized of all encodings done. The example here shows encoding to OGG. » See full documentation
"steps": {
"ogg": {
"robot": "/audio/encode",
"ffmpeg": {
"acodec": "libvorbis",
"f": "ogg"
}
}
}
$(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.