An open API service indexing awesome lists of open source software.

https://github.com/mbari-org/beholder

Service that extracts images from video (with caching)
https://github.com/mbari-org/beholder

scala video-processing

Last synced: 10 months ago
JSON representation

Service that extracts images from video (with caching)

Awesome Lists containing this project

README

          

# beholder

![Build](https://github.com/mbari-org/beholder/actions/workflows/test.yml/badge.svg)

![MBARI logo](src/docs/images/logo-mbari-3b.png)

beholder

## Overview

Beholder extracts individual frames from videos as jpegs. The format of the post request is:

```text
POST http://localhost:8080/capture
X-Api-Key: foo
Content-Type: application/json

{
"videoUrl": "http://m3.shore.mbari.org/videos/M3/proxy/DocRicketts/2022/03/1436/D1436_20220322T132758Z_h264.mp4",
"elapsedTimeMillis": 1234
}
```

## Documentation

Documentation is at

## Notes

Documentation can be added as markdown files in `src/docs` and will be included automatically when you run `laikaSite`.

[Beholder image](docs/images/beholder.png) Copyright © 2022 Aine Schlining