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)
- Host: GitHub
- URL: https://github.com/mbari-org/beholder
- Owner: mbari-org
- License: apache-2.0
- Created: 2022-07-21T23:41:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T17:31:05.000Z (11 months ago)
- Last Synced: 2025-02-20T18:23:43.252Z (11 months ago)
- Topics: scala, video-processing
- Language: Scala
- Homepage: https://mbari-org.github.io/beholder/
- Size: 1.22 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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