imagorvideo icon indicating copy to clipboard operation
imagorvideo copied to clipboard

imagor video thumbnail server in Go and ffmpeg C bindings

Results 5 imagorvideo issues
Sort by recently updated
recently updated
newest added

First, I deleted the background of the original video through video matting and got the webm format video without background. However, after I obtained the cover of the video, I...

Hello, I uploaded a 479m mp4 video and reported an error during the operation of obtaining video meta information. Do you have any good suggestions for troubleshooting? I have tried...

hi, we tested a mp4 seek with a remote url , here is the time cost ``` func (p *Processor) Process ##000test,Process,time 1693557521532 ##001test,Process,time 1693557521534 av, err := ffmpeg.LoadAVContext(rs, size)...

How can I set the following code with this library? `ffmpeg -i source.mp4 -filter_complex "[0:v]chromakey=0x276100:1:0.1[out]" -map "[out]" -c:v prores -pix_fmt yuva444p10le transparent.mkv -y` `ffmpeg -i transparent.mkv -i mask.mp4 -filter_complex "[0:v][1:v]overlay[out]"...