Remix.run Logo
EE84M3i 5 hours ago

Is it common to call these sprites in British English? I would call them "thumbnails".

wmf 5 hours ago | parent | next [-]

The term "sprite" is mostly used in games. A single image file that contains multiple sub-images is called a "sprite sheet". (This reduces overhead compared to loading a large number of image files.) In this case they happen to be video thumbnails.

allenu 4 hours ago | parent | prev [-]

I'll admit I was expecting an explanation of how to extract sprites from retro video game footage using FFmpeg, which I can see totally being possible with a bit of work.

dlcarrier 3 hours ago | parent [-]

I was thinking the opposite: Using FFmpeg as a sprite engine, to move sprites around, over background layers

Overlaying them at fixed positions is trivially easy, but animating the movement may take some work.