mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #88] MP4 Preview Thumbnail #64
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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