« Back to demos index

Extract a specific amount of thumbnails from an uploaded video

By default the /video/thumbs robot extracts 8 thumbnails at equal time intervals from the video. To change the number of extracted thumbnails, please use the "count" parameter. » See full documentation

"steps": {
  "flash_encoding": {
    "use": ":original",
    "robot": "/video/encode",
    "preset": "flash",
    "width": 640,
    "height": 480
  },
  "extracted_thumbs": {
    "use": "flash_encoding",
    "robot": "/video/thumbs",
    "count": 6
  }
}
$(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.