Video Image Generator

FREEMIUM
Por beamcast | Atualizado 2 месяца назад | Video, Images
Popularidade

6.4 / 10

Latência

1,383ms

Nível de serviço

100%

Health Check

N/A

LEIA-ME

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
}

Seguidores: 0
API Creator:
Rapid account: Beamcast
beamcast
beamcast
Efetuar login para classificar API
Avaliação: 5 - Votos: 1