Overview Features Coding ApolloOS Performance Forum Downloads Products Order Contact

Welcome to the Apollo Forum

This forum is for people interested in the APOLLO CPU.
Please read the forum usage manual.
Please visit our Apollo-Discord Server for support.



All TopicsNewsPerformanceGamesDemosApolloVampireAROSWorkbenchATARIReleases
Documentation about the Vampire hardware

Thumbnails of the Videos

Yvan (SKYNET)

Posts 36
03 May 2021 20:22


Coffin R58, what software is used to create the thumbnails of the videos?


Marco Bruines

Posts 31
03 May 2021 23:44


Personally i use ffmpeg for this, but then automated using some C# code.
Since ffmpeg can also produce the correct format to play on the vampire, i wont be supprised if they use it too to later convert it to an icon.


Yvan (SKYNET)

Posts 36
04 May 2021 18:30


I used this command, it makes a thumbnail fine but not like the one in the videos drawer on Apollo OS.

ffmpeg -i input.mp4 -vf  "thumbnail,scale=640:360" -frames:v 1 thumb.png



posts 3