How to View Video Thumbnails on Your iPhone?

Asked 1 years ago, Updated 1 years ago, 99 views

We are making a trial production of an app for the iPhone in the Monaca cloud.

The video obtained using the captureVideo of cordova looks like a picture of a standard app. I would like to play the video cut by thumbnail display and clicking it.
You can cut the video on the first frame.
I would like to process the video only locally instead of sending it to an external site.
In the end, I would like to use Android as well as iPhone.

I used a video tag, but the thumbnail does not appear until I play it once.

I would appreciate it if you could let me know if there is any way to display thumbnails with a video tag, create thumbnails locally, or use a different video playback plug-in.

monaca jquery html5 cordova

2022-09-30 18:17

1 Answers

https://stackoverflow.com/questions/7323053/dynamically-using-the-first-frame-as-poster-in-html5-video

There seems to be a way like this (plug-in Popcorn.js), but the downside is that Crossdomain can't use it.

rwaldron/popcorn.capture


2022-09-30 18:17

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.