VideoUtil: Get some information from video (Url/local)

See this :point_up_2:

1 Like

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…blocks (41) blocks (42)
how to get thumbnail from video

1 Like

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…

SetSourceThumbTiming

ScaleThumb

ThumbScaled

UploadVideo

Please fix this issue…

Results…


Please :pray::pray::pray:

1st u need to allow storage permission from app setting…

1 Like

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

is this app working in your phone ? @Mohamed_Tamer

Your test app didn’t work with me, however, it doesn’t seem to use a video picker as in your blocks :arrow_up:
P.S: I just tested the extension now, and it works for me with the compiled app and companion.

2 Likes

Show the video path on label.