-
-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract single frame from video #61
Comments
I think what you want to get is a single image of a particular frame from the video. Then, for that purpose, there is already a plugin available: video_thumbnail. |
Hi Souvik, thanks for your response! I don't actually need to create video thumbnails (though thank you for pointing me toward that package). I'm currently using the trimmer to allow users to extract multiple short GIFs from a single long video. I'm interested in allowing them to extract many images from that same video just like I'm allowing them to extract GIFs. Does that make sense? |
Yes, I understood. I believe that can also be done using the If there is already an implementation of this, I think it's not wise to do it again. Actually, I am also using that plugin to show the preview of the video (in form of images) in the |
What about a thumbnail picker? Can we configure |
@qbait @jmmaxwell okay, I understood what you guys want to tell. The Currently, this plugin can't be configured to pick a single frame, because that will also require some changes in the UI of the Though I didn't have any such enhancement in the timeline. I will try to implement that once I get some time (probably by the end of December) |
Hi @sbis04, I was just curious if you had a chance to work on this at all? Again, thanks for your excellent work on this! |
Is it possible to extract a single frame from a video using this trimmer? If not, is that an enhancement you would consider adding? Regardless, thanks for your excellent package!
The text was updated successfully, but these errors were encountered: