« Back to demos index

Encode into mp3 with our preset

Transloadit offers you an mp3 preset to easily encode audio files into mp3. » See full documentation

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