docs: badges
This commit is contained in:
parent
89e3e207c9
commit
3139e866c9
2 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ ARG GOLANG_VERSION=1.19.0
|
|||
FROM golang:${GOLANG_VERSION}-bullseye as builder
|
||||
|
||||
ARG FFMPEG_VERSION=5.1.1
|
||||
ARG VIPS_VERSION=8.13.1
|
||||
ARG VIPS_VERSION=8.13.0
|
||||
ARG CGIF_VERSION=0.3.0
|
||||
ARG LIBSPNG_VERSION=0.7.2
|
||||
ARG TARGETARCH
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
# imagorvideo
|
||||
|
||||
[](https://hub.docker.com/r/shumc/imagorvideo/)
|
||||
[](https://github.com/cshum/imagorvideo/pkgs/container/imagorvideo)
|
||||
|
||||
|
||||
imagorvideo is a new initiative that brings video thumbnail capability through ffmpeg, built on the foundations of [imagor](https://github.com/cshum/imagor) - a fast, Docker-ready image processing server written in Go with libvips.
|
||||
|
||||
Imagorvideo uses ffmpeg C bindings that extracts image thumbnail from video by attempting to select the best frame, then forwards to libvips to perform all existing image operations supported by imagor.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue