brian-armstrong-discord
brian-armstrong-discord
`ImageDecoder` is a construct we made in a PR that never got accepted, which might be what you mean? I believe the underlying code is basically the same, it's just...
If you're digging into it, this is the PR https://github.com/opencv/opencv/pull/8511
Just getting their fixes in might be enough to get it. Sadly there's a ton of drift so the merge conflict is pretty massive, but a lot of the conflicts...
Do you know which codec it's trying when it hits uninitialized memory? It looks like some implement their signature check
How area you getting this build? Is it just a matter of changing opencv's build args? I'd like to try to reproduce this soon.
I think this may be fixed by https://github.com/discordapp/lilliput/commit/2c953373c8dc5f9b97455d7d244bd5950e67a950 sorry about that!
Disregard above comments, I realize now that this will be a very different beast than GIFs because of the VP8 content. I think in that respect, animated WEBPs look more...
@Zipdox Discord already supports .mov and .mp4 video containers. These would be your best bet for uploading video.
Hi @danielhomer I think this might have been due to a regression checked in here. Can you try again on the latest master?
@arthow4n Just to be clear, it looks like each worker is doing the same work of reading the same file and writing to the same destination? That certainly would cause...