« Back to demos index

Encode a video for the iPhone

To get video encoding to work on your application is very easy with our /video/encode robot. To encode a video for the iPhone you can use one of our encoding presets. That will set all required ffmpeg parameters automatically for you. » See full documentation

"steps": {
  "iphone_video": {
    "robot": "/video/encode",
    "preset": "iphone"
  }
}
$(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.