Video Image Generator

FREEMIUM
От beamcast | Обновлено vor einem Monat | Video, Images
Популярность

6.3 / 10

Задержка

1,383ms

Уровень обслуживания

100%

Health Check

N/A

ПРОЧТИ МЕНЯ

A simple API to easily extract a video frame from a video file.

Supported output is JPEG or PNG.

seek: 50.0 (Default: 0.0)
percent: 50.0 (Default: 0.0)
format: “jpeg” or “png”(Default: jpeg)
quality: 0-100 (Default: 85)
fastMode: true/false (Default: false)
width: (change width, auto-calculate height if none given)
height: (change height, auto-calculate width if none given)

Extract Video Frame to PNG at 50 Second Timestamp
{
“url”: “https://beamcast.s3.amazonaws.com/example.mp4”,
“seek”: 50.0,
}

Extract Video Frame to JPEG at 33.3% of Video + Resize to 320x180
{
“url”: “https://beamcast.s3.amazonaws.com/example.mp4”,
“percent”: 33.3,
“width”: 320,
“format”: “jpeg”,
“fastMode”: false
}

Extract Video Frame to JPEG at 120 Second of Video + Resize to 320x180 + Set JPEG Quality to 70 to Low Image Size
{
“url”: “https://beamcast.s3.amazonaws.com/example.mp4”,
“percent”: 33.3,
“width”: 320,
“quality”: 70,
“format”: “jpeg”
}

Extract Video Frame to PNG at 20% of Video + Resize to 320x180 + Use FastMode To Speed Up Image Delivery
{
“url”: “https://beamcast.s3.amazonaws.com/example.mp4”,
“percent”: 20,
“width”: 320,
“format”: “png”,
“fastMode”: true
}

Подписчики: 0
Создатель API:
Rapid account: Beamcast
beamcast
beamcast
Войдите, чтобы оценить API
Оценки: 5 - Голосов: 1