Thumbnail is a term used by graphic designers and photographers for a small image representation of a larger image, usually intended to make it easier and faster to look at or manage a group of larger images.
Questions tagged [video-thumbnails]
231 questions
0
votes
3 answers
Display all the video from a specific folder in SD card in android
aI am having a problem in displaying all the videos inside a folder in SD card. Currently, I am able to display all the videos that can be found in SD card, but what I am trying to do is to display all the video inside the "PartyVideo" folder inside…

lolliloop
- 389
- 8
- 23
0
votes
0 answers
Linking thumbnails to slides
I am currently working on a new project which required a slider featuring videos with thumbnails on the left and right. I've pretty much got the layout where I need it (for starters) but can't for the life of me seem how to link the thumbnails to…

Jason
- 7
- 8
0
votes
1 answer
Facebook is not showing Thumbnail Image on share page
I am trying to share my video on facebook, it is sharing fine but video thumbnail is not showing on the share page.
my code is :
window.open("http://www.facebook.com/sharer.php?s=100&p[url]=" + inv_getlocation() + "&p[title]=" + shareTitle +…

Vipul
- 431
- 1
- 5
- 16
0
votes
2 answers
Not Able to Generate Thumbnail Image from the Recorded Video
I am Generating the thumbnail from the recorded video which is stored in the documents directory that video can't not be more than to the 1 minute. till the recording time everything works properly.as i try to generate the thumbnail from that…

Kamar Shad
- 6,089
- 1
- 29
- 56
0
votes
1 answer
create a thumbnail from video hosted on different server in php
is it possible to create a thumbnail of video that is hosted on different site? I can use ffmpeg but i think you can use it to create thumbnail only if the video is on your directory?
If possible I don't want to download the video cause it will use…
0
votes
1 answer
how to display the latest captured video thumbnail beside my capture button in camera app ios
I am building a camera based app. In this app I am able to display the latest captured image thumbnail beside the capture button. Now how to do the same with the video thumbnail, I mean how to display the latest captured video thumbnail beside my…

Rajesh
- 937
- 1
- 8
- 14
0
votes
1 answer
Finding the time of a thumbnail in a video
I have a large set of pre-generated thumbnails and videos. What is the easiest way to figure out the specific time in the video of the associated thumbnail?
I'd imagine that I would have to use something to loop through all the frames in a video to…

Liam
- 2,017
- 3
- 22
- 19
0
votes
2 answers
i want capture and upload thumbnail from html5 video tag
I want capture and upload thumbnail from html5 video tag,
here is my code
var w = 135;//video.videoWidth * scaleFactor;
var h = 101;//video.videoHeight * scaleFactor;
var canvas = document.createElement('canvas');
canvas.width = w;
…

AzharTheGreat
- 57
- 2
- 7
0
votes
1 answer
Grocery CRUD multiple upload field
I am working on the admin section of a website in codeigniter. I am using Grocery CRUD for the
add edit delete operations. I've used 'set_field_upload' function to provide a video upload field inside the form. I need to add a thumbnail for the…

i_nomad
- 795
- 2
- 7
- 9
0
votes
1 answer
How to get a video thumbnail without any loss in quality on an embedded Vimeo video?
I'm working on my company's website and we're embedding videos on some pages. We use Vimeo's custom thumbnail's feature but final rendition is ugly.
Does anyone know how to set a thumbnail on Vimeo vids without losing the original picture's quality…

user1710345
- 17
- 1
- 2
0
votes
1 answer
Playing third party videos in Brightcove video player
I have a few videos hosted on a website and I want to play the videos using brightcove video player. The problem is that they allow only videos to play that are hosted on their video cloud because their player code uses the video id (eg. 437622)…

Phillip Mclauren
- 417
- 3
- 17
0
votes
1 answer
Cannot set thumbnail image for UIWebView
I want to set thumbnail image in the uiwebview frame on my view.
However when I use the following code, there is no image displayed, although the image value is NOT NULL. Can someone help and and let me knwo where am I going wrong?
Please note that…

user1357849
- 5
- 2
-1
votes
1 answer
Steps to generate video thumbnail using FFMPEG when uploading to s3bucket and upload thumbnail to s3 bucket
I could generate thumbnail with the ffmpeg package available in nodejs locally but, in aws lambda same did not work for me due to various reasons which I would like to share here.

facebook-10203229637341337
- 157
- 1
- 7
-1
votes
2 answers
How to use Glide in Fragment - Android Studio?
I am building a video playing app in Java where I use three Fragments. In one of them I have a list of videos to be played (using a simple ListView widget) where I use a Custom Adapter to pass the titles and the bitmaps thumbnails/uri paths of those…

Samy Sylvester
- 1
- 2
-1
votes
1 answer
Youtube Thumbnail and actual video CSS fix (WordPress)
Please check https://form.obzservices.com
You will see a first video on the right hand side after header. It's showing the thumbnail down (Hating that) but when you play it goes to its actual place where I want it to be.
I'm on Wordpress. Anyone can…

Obaid
- 79
- 1
- 9