Transcode videos to any formats 150% faster than realtime.
We developed the Ultrafast Mode to transcode long videos to 4K formats
in just a few minutes. Works with HEVC and VP9.
Transcode up to 4K with the greatest quality.
Videos can be transcoded up to 4K resolution using the latest technologies like HEVC or VP9.
With CRF Encoding, target a visual quality instead of fixed bitrates to get the best quality / file size ratio.
Read our format specs →Edit your videos.
Control how your videos look within your app
Cut specific parts of videos
Extract any part of a video. Need a 30sec preview? That's all you need.
Learn more
Automatic Rotation
The videos are automatically rotated according to metadata.
Learn more
Fit any aspect ratio
Crop or add black bars to fit any required aspect ratio.
Learn more
Watermarking.
Overlay a PNG image wherever you want in videos.
The simplest Video Transcoding API.
Enjoy powerful
libraries to harness cloud video encoding for your project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Our mission at Coconut is to make cloud video transcoding simple
const coconut = new Coconut.Client('api-key');
coconut.notification = {
'url': 'https://app/api/coconut/webhook'
};
coconut.storage = {
'service': 's3',
'bucket': 'mybucket',
'region': 'us-east-1',
'credentials': { 'access_key_id': 'xxx', 'secret_access_key': 'xxx' }
};
coconut.Job.create({
'input': { 'url': 'https://cdn/path/file.mp4' },
'outputs': {
'mp4:360p': { 'path': '/360p.mp4' },
'mp4:720p': { 'path': '/720p.mp4' },
'mp4:1080p': { 'path': '/1080p.mp4' }
}
}, function(job, err) {
...
});
We transcode audio files too!
Coconut is not for video only! We do support MP3, WAV, OGG Vorbis and AC3 formats.