« Back to demos index

Encode a video for Android

Using our /video/encode robot encoding a video for Android is very easy. You can just use our iPhone encoding preset and provide a few additional settings. » See full documentation

"steps": {
  "android_video": {
    "use": ":original",
     "robot": "/video/encode",
     "preset": "android"
  }
}
$(function() {
  $('form').transloadit({
    wait: true,
    autoSubmit: true
  });
});

The form

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.