-
Notifications
You must be signed in to change notification settings - Fork 36
How to show Thumbnail Local video? #8
Comments
@Donhv: sorry, didn't see this issue before, there's currently no way of doing that, it supports only youtube video, would appreciate a PR though. |
@Donhv You can use react-native-video, just render the |
@friendly-robot you cannot save a thumbnail from react-native-video (which is the whole point of the question). |
@nicoara I agree, showing thumbnail and showing a paused video have a lot of difference. I am struggling with this because I cannot show thumbnail of MOV video in iOS |
I have found the code in the library react-native-thumbnail works. |
Hi @nicoara , I just realize that MOV movie thumbnail cannot be shown is not because of |
Hi @truongluong1314520, Is there any solution now? In addition to pausing the video.I also use react-native-image-picker. |
Hi @nicoara, react-native-thumbnail resolve my problem, thanks. |
I want show Thumbnail for Local video
Example : requeri('./video/video.mp4')
Help me!
The text was updated successfully, but these errors were encountered: