Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leocode/image-service

Containerized media processor which allows to manipulate images/videos or extract metadata
https://github.com/leocode/image-service

docker-image image-processing metadata-extraction video-processing

Last synced: 10 days ago
JSON representation

Containerized media processor which allows to manipulate images/videos or extract metadata

Awesome Lists containing this project

README

        

# Image Service

Acts as a wrapper for common image/video operations.

Supported video formats:
- mkv
- mp4

## Known issues
1. `pipe:0: Invalid data found when processing input. Cannot determine format of input stream 0:0 after EOF`

If we want to stream the file to `ffmpeg`, `ffmpeg` has to read the metadata of the file. For `.mp4` files metadata is stored at the end of file.
When the video is longer `ffmpeg` fails to read the metadata:
https://stackoverflow.com/questions/23002316/ffmpeg-pipe0-could-not-find-codec-parameters
Workaround: Use other video format like `mkv`.