HaschekSolutions / pictshare

:camera: PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. :rice_scene:
https://www.pictshare.net
Apache License 2.0
840 stars 125 forks source link

MP4 Preview Thumbnail #88

Closed sohutek closed 5 years ago

sohutek commented 5 years ago

How can i get thumbnail url of my uploaded mp4 video? I know there is thing called "Preview image generation". But i'm stucking in handling what to do with it from client. Thanks for all your helps.

geek-at commented 5 years ago

You get the thumbnail of a video by adding "preview" somewhere in the url like so:

Video: https://pictshare.net/ac52m4.mp4 Thumbnail: https://pictshare.net/preview/ac52m4.mp4

Thumbnail is always the same size as the video itself and always takes the first frame of the video