Questions tagged [video-gallery]

26 questions
3
votes
2 answers

Show Video files lesser than 5 MB in Video Gallery android

I am working on android application in which I am selecting Video files from gallery. Everything is fine but I want to show video files there which are below 5MB, I don't want to show all Videos exceeding 5MB. My code to show Video gallery and…
Usman Khan
  • 3,739
  • 6
  • 41
  • 89
3
votes
1 answer

How to select video from gallery and set the selected video icon to ImageView

This technique is successfully performed for using pictures from Gallery But i want to implement the same thing for Audio as well as video . The code is public void video(View v) { Intent i = new Intent(Intent.ACTION_PICK, …
Vivek Warde
  • 1,936
  • 8
  • 47
  • 77
2
votes
2 answers

How to convert a local Video to base64 in swift?

I am currently working on a method to upload videos short videos (10-30sec) to my data base, and was questioning if is possible to convert a video from the local gallery to base64, at the moment I get the video using the imagePickerController as you…
Ricardo Guerrero
  • 433
  • 1
  • 5
  • 21
1
vote
3 answers

PHP self-hosted photo and video sharing apps?

I march with the first and best Mardi Gras parade of the season in New Orleans, Krewe du Vieux. I want to help my Krewe out by hosting and setting up a members only photo-sharing and video sharing app. I can definitely write this if I have to but I…
jerrygarciuh
  • 21,158
  • 26
  • 82
  • 139
1
vote
1 answer

toggleClass() does not work for me

I'm trying to set up a video gallery and when I'm hovering over a video thumbnail I want my play button to change from opacity: .3 to opacity: 1. I'm trying to achieve this by using a jQuery script with toggleClass(). I've tried using animate() with…
1
vote
1 answer

Does anyone know of a good video library script?

Our company now has over 40 tutorial videos and I'm looking for a video gallery app. Something that would be similar…
aron
  • 2,856
  • 11
  • 49
  • 79
1
vote
0 answers

I have a video gallery try to get videos files from a specific directory i am getting an error parameters cannot be resolved to a variable

I am making a video gallery trying to get videos files from a specific directory i am getting an error parameters cannot be resolved to a variable here is my code of the gallery activity.I am a newbie to java and my English is not that good.Thanks…
Vitalis
  • 13
  • 4
0
votes
1 answer

Need a wordpress video gallery plugin that works the like mpora.com

I have a client that i have completed a design from scratch and wordpress theme, the project is an internet TV website, although im falling short on finding a Decent video gallery plugin that meets basic needs, I designed the site and after…
GodsDead
  • 325
  • 1
  • 3
  • 11
0
votes
2 answers

CSS Slideshow Video Gallery

Does anyone know how to make a slideshow video gallery? I've been searching for this but all I could find was slideshow image galleries. If anyone knows anything to refer to for this can you please tell me? This is how I want to make a video gallery…
Nasheetat
  • 25
  • 1
  • 5
0
votes
0 answers

Flash as2 dynamic photo and video gallery

I want to load a sequence of video clips or photos into a movie clip, and have them scroll left to right via hover mouse movement, and open up full size in a popup on click in the same movie. I will be able to select videos or photos based on a…
WillingLearner
  • 7,106
  • 6
  • 34
  • 51
0
votes
1 answer

How to Make Different Size Facebook Videos Same Size in Responsive Video Gallery

Hello I need to embed multiple videos onto my website from a facebook page. The problem is all of the videos are a different size. How do I create a video gallery for videos and make all the videos the same size in the thumbnail and make sure…
ruben005
  • 119
  • 1
  • 9
0
votes
2 answers

Videos picked from gallery not playing in iOS 13

Recently we have updated iOS 13. Earlier to the update our app was able to pick videos/media from Gallery. But lately after new update, the app picks the video from gallery but once it is uploaded, the uploaded content is shown as 0 bytes. Guessing…
0
votes
2 answers

How to make these video links on the same line?

Please view the Wordpress video gallery here: http://milabalami.com I want the two videos to be on the same line. They are both in the same paragraph and I have not added a
tag. As far as I know, the CSS should be correct, but I am suspecting…
0
votes
1 answer

Loading images from the custom video gallery

I'm working on a page in which I have a button which takes you to the video gallery which I have created. From this you select some videos(thumbnails) and then hit the arrow to come back to the same place from where I hit the button to come to the…
Alok
  • 8,452
  • 13
  • 55
  • 93
0
votes
1 answer

Video Gallery is not scrolling smooth

I'm using a grid view which is inflating the custom_layout from the layout. The grid view is loading the videos from the phone and populating it in the form of thumbnails. Everything is working fine. There is a problem in scrolling of the grid view.…
Alok
  • 8,452
  • 13
  • 55
  • 93
1
2