anyone know an easy way to display a thumbnail fro...
# compose-desktop
h
anyone know an easy way to display a thumbnail from a locally stored video file (or get some frame of a video)? im struggling to find a way thats compatible with desktop.
i ended up using javacv library to extract frame from video and display it on my app
m
Hi @Hamba how did you implement javacv library in desktop compose?
also do you have the function for getting the thumbnail? thanks