Questions tagged as 'video'

1
answer

Turn image into video

Good morning guys, I'm going to start developing an app and I need to turn a sequence of images into a video. I would like a hint as to how this can be done, regardless of language, framework, etc. I have no idea as yet how to develop and with w...
asked by 13.11.2017 / 13:27
2
answers

CMB2 - Wordpress

/** * Video metabox */ $videos = new_cmb2_box( array( 'id' => $prefix . 'video_url', 'title' => 'YouTube Vídeo', 'object_types' => array( 'video_destaque_home', ), // Post type 'con...
asked by 02.05.2017 / 02:48
1
answer

How do I use the video tag in Firefox or Chrome

I'm trying and can not see the video on my system, by taking% of it, it's working only on Internet Explore. Here is the code: <video width="320" src="C:\video\ninguemFerro.mov" height="240" controls="controls" type="video/mov; codecs=dirac,...
asked by 07.04.2017 / 21:33
1
answer

View a Youtube video through videoView through Xamarin

I need to display a video by a URL , such as a YouTube link using the VideoView tool, I did some research on this, and I got this code, but it did not work, I always get the message that the video could not be executed. I already gave pe...
asked by 07.09.2016 / 20:23
1
answer

Video with reflection in firefox

I have the following structure that displays a video: div { height: 460px; width: 100% background: -moz-linear-gradient(top, black 0%, #020223 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, colo...
asked by 22.08.2016 / 18:37
2
answers

HTML5 Video Autoplay in mobile browsers

The autoplay attribute in the VIDEO tag does not seem to work in mobile browsers, I've researched it and it looks like this concerns a permissions policy between the browser and the end user, I tried to force autoplay by triggering a clic...
asked by 08.07.2015 / 18:00
3
answers

Video html5 / css3

I have an HD video (1920x818 approximately) on my site, I had help in a part of the solution since it was put 100%x100% . Now I would like to leave it fixed at the top of the page, I tried to use position:absolute; top:0; left:0; , i...
asked by 09.04.2015 / 13:19
1
answer

Do not run autoplay video like bg on mobile

My site has as bg a video that is in autoplay . However, when on mobile, I want this video not to run, leaving only pause to show a background image. If I put display:none in CSS it gets a bg black. <...
asked by 23.05.2014 / 20:04
0
answers

How to get videos from Google Drive

I have a system that captures the information of the video of Google drive through the id, and with that I can mount the structure of my video player. I can capture the video thumbnail, and title. look at the following code. index.php...
asked by 15.12.2018 / 20:01
1
answer

Set, fetch and check a Cookie after a video (YouTube API) finish - JavaScript

I need the browser to understand when a user viewed a YouTube video (YouTube API) to the end and records that, but all client-side. But even though I already have the function that recognizes the end of the video, I can not use and fire other fu...
asked by 05.10.2018 / 20:13