Imagorvideo – video thumbnail server using RMSE in Go and FFmpeg C bindings
1–6 of 6 posts
Re: Imagorvideo – video thumbnail server using RMSE in Go and FFmpeg C bindings
#2Re: Imagorvideo – video thumbnail server using RMSE in Go and FFmpeg C bindings
#3We've built something similar long time ago and ability to control filters from client (as they are part of URL) is very powerful. E.g. clients with different native resolution, or ah hoc overlays are all under the frontend control and nicely cachable.
Re: Imagorvideo – video thumbnail server using RMSE in Go and FFmpeg C bindings
#4What file manager/etc is this meant to be used with? I know several file managers use ffmpegthumbnailer already.
I use this for web video thumbnail manipulation. Having on-the-fly control right from the URL gives more versatility e.g. seeking by percentage, skipping the black frames etc. And this is more well suited with cloud storages.
Re: Imagorvideo – video thumbnail server using RMSE in Go and FFmpeg C bindings
#5What file manager/etc is this meant to be used with? I know several file managers use ffmpegthumbnailer already.
If all you need is to generate thumbnail from the first frame of local video file, then ffmpeg cli with a bunch of shell scripts already does the job. I use this for web video thumbnail manipulation. Having on-the-fly control right from the URL gives more versatility e.g. seeking by percentage, skipping the black frames etc. And this is more well suited with cloud storages.
Re: Imagorvideo – video thumbnail server using RMSE in Go and FFmpeg C bindings
#6I've been using Imagor and Imagorvideo for sometime now and am very happy with it, especially since I often work with video files that aren't known to me (e.g. UGC or remote files). In my use case this has replaced Thumbor and a whole bunch of shell scripts and various other glue to handle unknown files.