Forum Discussion
3 Replies
- destrukStreaming StarPossible - save the frame as a jpg or png, and set it as a thumbnail for your gridscreen.
- kyleabakerVisitorHi destruk,
Thanks for the response, however, I'm already using jpg images as poster images in the roGridScreen. I was wondering if it is possible to programmatically use a frame from a video if I don't already have a jpg image for a video? Rather than manually saving a frame as an image on a computer, I'd like to be able to get the my code to select a frame in the video and use that as the poster image.
Is that possible? Anyone? - destrukStreaming StarYou could probably set up an asp or php script on the server to extract the desired frames from each video - but to do it on the fly would incur a massive loading delay for each user as your video library increases. -- best to run a batch file or cron job on the server to save the thumbnails from the videos and then automatically add them to your feed as jpg/png urls. If there is some other secret way of doing it, I can't think of one that would be useful.