Video Image Generator

FREEMIUM
By beamcast | Updated לפני חודש | Video, Images
Health Check

N/A

README

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
}

Followers: 0
API Creator:
Rapid account: Beamcast
beamcast
beamcast
Log In to Rate API
Rating: 5 - Votes: 1