The Veeplay API is the most cost-effective way to transcode and globally deliver streaming video with just a few lines of code.
{
“output”: {
“live”: “https://live.veeplay.com/8a1bea/v.m3u8”,
“vod”: “https://streaming.veeplay.com/8a1bea/v.m3u8”
}
}
{
“input_url”:”https://ia800209.us.archive.org/20/
items/ElephantsDream/ed_hd.mp4”,
“normalize_audio”: true,
“metadata”: {
“title”:
“Cool Movie”
},
“clip”: {
“start”: “00:00:10:00”,
“end”: “00:00:30:00”
},
“overlays”: [{
“url”: “https://images.veeplay.com/veeplay.png”,
“width”:
“20%”,
“horizontal_margin”: 20,
“horizontal_align”: “left”
}]
}
{
“output”: {
“hls”: “https://streaming.veeplay.com/8a1be/v.m3u8”,
“dash”: “https://streaming.veeplay.com/8a1be/v.mpd”,
“mp4_low”: “https://streaming.veeplay.com/8a1be/low.mp4”,
“mp4_medium”:
“https://streaming.veeplay.com/8a1be/medium.mp4”,
“mp4_high”:
“https://streaming.veeplay.com/8a1be/high.mp4”
}
}
Veeplay uses machine learning to infer the optimal ladder for conversion per-title, based on properties of each individual video. This results in an optimal selection of renditions being generated, that maximize the perceived video quality while minimizing bandwidth requirements.
Read more about how Smart Adaptive Output works