Video Image Generator

FREEMIUM
Par beamcast | Mise à jour a month ago | Video, Images
Popularité

6.3 / 10

Latence

1,383ms

Niveau de service

100%

Health Check

N/A

LISEZ-MOI

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
}

Abonnés : 0
Créateur d'API :
Rapid account: Beamcast
beamcast
beamcast
Connectez-vous pour évaluer l'API
Note : 5 - Votes : 1