Vectorly
AI based Video Compression
Accessing online video is still too expensive, slow and frustrating in many markets
Online video can be challenging in many markets
2:45 /4:13
AI Video Compression
Vectorly's AI Compression technology reduces bandwidth use by up to 90%, enabling great video experiences while cutting delivery costs
Compression example 1
Compressed
0.18MB
Original
1.3 MB
Stream fast, high quality live & on-demand video to users anywhere securely.
AI compression, multi-CDN delivery and encrypted offline playback enable seamless, high-quality video experiences even in low-bandwidth environments.
Vectorly Stream
2:45 /4:13
Step 1: Upload video via dashboard or API
Step 2: Embed video in your app / website
1
2
<iframe height="720" width="1080"
src="https://stream.vectorly.io/{video_id}/" />
$
POST https://api.vectorly.io/upload
or
How it works
1
2
3
<iframe height="720" width="1080"
x-authorization-token="..."
src="https://stream.vectorly.io/{video_id}/"/>
or
Secure / encrypted video
Public video
Benefits
Increase Revenue
Lower bandwidth requirements means less friction and more users
AI enhances quality of videos, improving end user experience without extra data
Enhance quality
Reduce costs
Cut cloud and delivery costs, meaning the solution pays for itself
2:45 /4:13
Features
| Standard | Scale | Enterprise |
Compression & Hosting | | | |
Encryption & Security | | | |
Analytics | | | |
Ads & Monetization | | | |
Live Streaming | | | |
Service Level agreement | | | |
Dedicated Support | | | |
Vectorly
Appendix
Optional services for enterprise customers
2:45 /4:13
Vectorly Transcode
Input asset
Storage
(S3 / FTP)
Vectorly Transcoding Service
Packaged Output
(S3 / HTTP)
Codec config
(SDK / HTTP)
Manifest
(Per-minute pricing)
Preset 1
Preset 2
Preset 3
AI Model
2:45 /4:13
Vectorly HTML5 Player
1
2
3
4
5
6
7
8
<head>
<script src="vectorly.js">
</head>
<body>
<video src="https://your.url/{}.mpd">
</video>
</body>