Forum Discussion

kyleabaker's avatar
kyleabaker
Visitor
12 years ago

Possible to use video frame as grid screen poster image?

I'm curious if it's possible to use a frame from a video as the poster image in a roGridScreen list item? I thought I'd seen this before, but can't seem to find it. Any tips or suggestions?

3 Replies

  • destruk's avatar
    destruk
    Streaming Star
    Possible - save the frame as a jpg or png, and set it as a thumbnail for your gridscreen.
  • Hi 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?
  • destruk's avatar
    destruk
    Streaming Star
    You 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.