Transloadit allows you to supply your own parameters to ffmpeg to still get the most custom of all encodings done with ease. In the demo below we set the bitrate to 2000k. Notice [video_bitrate] => 1953125 in the result json. » See full documentation
"steps": {
"flash": {
"robot": "/video/encode",
"preset": "flash",
"width": 854,
"height": 480,
"ffmpeg": {
"b": "2000K"
}
}
}
$(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.