Questions tagged as 'video'

2
answers

What is the best way to store videos, audios, images, documents in a bank?

I want to create a repository system where people can store videos, audios, pdfs, images, etc. I will probably use PGSQL and wonder what the best strategy for storing this data is that it may be different in size and type. Thanks in advance....
asked by 09.03.2018 / 16:14
1
answer

Change the size of the GIF generated by FFMPEG

I am generating gifs using ffmpeg, in its latest version (at the time of this question), using the following lines of code: ffmpeg -y 10 -i in.mp4 -vf fps=10,scale=-1:340:flags=lanczos,palettegen palette.png to generate a palette, and f...
asked by 05.02.2018 / 19:45
1
answer

HTML5 Video not running on mobile

I'm creating a project in which I have a video scrolling in the page in the background, the desktop version is working perfectly, but in mobile the video does not execute and only the blue screen (div I put to give an opacity in the video). &l...
asked by 27.01.2018 / 02:54
1
answer

Convert html5 video time in hours, minutes and seconds - JavaScript

I need a little help, I'm new here and I'm trying to create a custom video player, but I'm having difficulties in the time, and I wanted someone to help me do just that, if possible, demarcating and explaining a I just wanted to know how to conv...
asked by 11.11.2017 / 23:01
1
answer

How can I remove each link that points to a video after the end of the video?

I have this div down, namely with id and having within it elements p followed a (anchor): var vid = document.getElementById('player'); var link = document.getElementById('lista').getElementsByTagName('a');...
asked by 02.04.2017 / 20:52
1
answer

How do I generate images from a video?

I wonder if there is any way to generate images from a video, this video can be local or youtube. Basically I have a video and I would like it through a routine "strip prints" of the video.     
asked by 25.10.2016 / 20:29
1
answer

Plug in video control in Moodle

Does anyone know if there is any module or tool that controls access to videos in Moodle ? I was thinking about creating something of the type, for example: The student started watching the video number 1 and stopped watching 23:12...
asked by 23.02.2016 / 14:47
1
answer

How to put UOL videos in JWplayer [closed]

Hello, I would like to know how I can get videos from the embed code of the UOL videos player and to work on JWPlayer . I found the code below, it in the case gets the url and converts with everything as url of UOL. Changed...
asked by 02.05.2015 / 20:58
1
answer

YouTube url conversion system for embed

Good afternoon, I'm trying to create a system, where I get a url youtube form, convert to embed and save to a database. This is a classified site, I do not know if this is the best way, I did not want to spend a lot of space, so I opted for yout...
asked by 10.05.2015 / 21:27
1
answer

Android - Is it possible to play videos in a WebView?

I'm developing a browser for android with java. It works entirely through WebViews. But the app is not able to play videos via stream ... I wonder if it's possible to get it done. Thank you. WebView in xml: <WebView android:layout_height...
asked by 29.04.2018 / 16:38