From 1f5d4a25963f95151e0d9e7c81476c2f81da493a Mon Sep 17 00:00:00 2001 From: Adrian Shum Date: Sat, 22 Oct 2022 11:40:05 +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 56e4fd5..748a0e5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ imagorvideo is a new initiative that brings video thumbnail capability through f imagorvideo uses ffmpeg C bindings that extracts image thumbnail from video, by attempting to select the best frame. It then forwards to libvips to perform all the image cropping, resizing and filters supported by imagor. -imagorvideo uses read stream for mkv and webm video types. For other video types that requires seeking from a non seek-able source such as HTTP or S3, it simulates seek using memory or temp file as buffer. +imagorvideo integrates reader and seeker interfaces of ffmpeg C bindings with imagor [loader, storage and result storage](https://github.com/cshum/imagor#loader-storage-and-result-storage), which supports HTTP(s), S3, Google Cloud Storage out of box. It uses read stream for mkv and webm video types. For other video types that requires seeking from a non seek-able source such as HTTP, it simulates seek using memory or temp file as buffer. This also aims to be a reference project demonstrating imagor extension.