« Back to demos index

Encode with specific bitrate

In order to not need to fiddle with custom ffmpeg parameters we provide you with two easy template parameters to control the bitrate and sample rate of the audio file. » See full documentation

"steps": {
  "my_audio_encoding": {
    "robot": "/audio/encode",
    "sample_rate": 44100,
    "bitrate": 256000
  }
}
$(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.