docs: badges

This commit is contained in:
Adrian Shum 2022-09-08 23:11:13 +08:00
parent 89e3e207c9
commit 3139e866c9
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -1,5 +1,9 @@
# imagorvideo
[![Docker Hub](https://img.shields.io/badge/docker-shumc/imagorvideo-blue.svg)](https://hub.docker.com/r/shumc/imagorvideo/)
[![GitHub Container Registry](https://ghcr-badge.herokuapp.com/cshum/imagorvideo/latest_tag?trim=major&label=ghcr.io&ignore=next,master&color=%23007ec6)](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.