See this
I changed the link, now working but only the lastest thumbnail is loading in list view.
Why?
And
I have given above the screenshot of the block.
There is no blocks where you are setting image
Will it use “set image” block, if yes then how?
How to use set image method in list view?
i try to get the thumbnail from video by using VideoUtil extension and set blocks just like @minhajulhasanmollah19’s blocks but its not working for me…
how to get thumbnail from video
Neither is mine working.
While the same block.
The VideoUtil extension isn’t working for me in my exported apk, but when i use it in my companion app, this works fine.
I need help please…
I’m using this extension with local videos. I use an image picker (where i can pick videos too), and when i pick a video i use the SetSource block with my picked video path, then, i have used the GetThumbnail Async block. When i get the video thumbnail, i use the given path with a image Scale block. When i scale the thumbnail, i upload the result image to cloudinary, but when i use the Upload Media block and get the upload response, i get an empty string in the url var. This means that the thumb file wasn’t created correctly…
1st u need to allow storage permission from app setting…
okey now same video create multiple thumbnail randome name, i need same video create only one thumbnail with video name + thumbanil.jpg,
like video name “video13.mp4” then thumbnail name is “video13_thumbnail.jpg”
Hii @vknow360 this extension won’t work in app it get thumbnail when I have connected to companion but after I built the app it won’t work
I have done same as this
And this is apk file video_utilcheck.apk (5.2 MB)
Please help me
use .png not just png
This won’t work in companion also and I have tested in app then also not working
It seems that the extension doesn’t automatically request the WRITE_EXTERNAL_STORAGE
, does it work when you request it using the Ask Permission
block?
I have enabled storage permission in settings
it ask for permission when we select video
Your test app didn’t work with me, however, it doesn’t seem to use a video picker as in your blocks
P.S: I just tested the extension now, and it works for me with the compiled app and companion.
Show the video path on label.