[GH-ISSUE #88] MP4 Preview Thumbnail #64

Closed
opened 2026-02-25 23:40:34 +03:00 by kerem · 1 comment
Owner

Originally created by @sohutek on GitHub (Apr 21, 2019).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/88

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.

Originally created by @sohutek on GitHub (Apr 21, 2019). Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/88 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.
kerem closed this issue 2026-02-25 23:40:34 +03:00
Author
Owner

@geek-at commented on GitHub (Apr 23, 2019):

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

<!-- gh-comment-id:485897787 --> @geek-at commented on GitHub (Apr 23, 2019): 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pictshare#64
No description provided.