From df911f47888d86c09f2f1375f7b819886729db08 Mon Sep 17 00:00:00 2001 From: Adrian Shum Date: Mon, 31 Oct 2022 15:20:35 +0800 Subject: [PATCH] chore: update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5c7676..79e54c7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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 selecting the best frame from a RMSE histogram. It then forwards to libvips to perform image [cropping, resizing](https://github.com/cshum/imagor#image-endpoint) and [filters](https://github.com/cshum/imagor#filters) provided by imagor. +imagorvideo uses ffmpeg C bindings that extracts video thumbnail by selecting the best frame from a RMSE histogram. It then forwards to the rest of imagor pipeline to perform image [cropping, resizing](https://github.com/cshum/imagor#image-endpoint) and [filters](https://github.com/cshum/imagor#filters) using libvips. imagorvideo integrates ffmpeg read and seek I/O callbacks with imagor [loader, storage and result storage](https://github.com/cshum/imagor#loader-storage-and-result-storage), which supports HTTP(s), File System, AWS S3 and Google Cloud Storage out of box. For non seek-able source such as HTTP and S3, imagor simulates seek using memory or temp file buffer.