Questions tagged as 'video'

0
answers

Problems with the video tag in Chrome

I have an unusual problem here with Chrome. Tagged. As you can see in the image, compared to Firefox the video in Chrome is distorted. Ifollowedthepartofthecodethatreferstotheaffectedareainquestion. link     
asked by 12.05.2015 / 15:55
3
answers

Is it possible to force html5 video to play videos with other extensions like normal video?

I have this client, who for reasons that only he could understand, recorded thousands of videos and saved them with strange extensions, ending in .ts , .mp3 , .mp4 , .mpg , .blib .reuniao , .banco , .man...
asked by 31.05.2017 / 05:11
0
answers

Controlling imported videos from Vimeo

I have a video imported from Vimeo on my site through the iframe that Vimeo itself generates. I need to have control over it, such as performing an action after the video is finished. Is there such a thing as? Any suggestions for doing thi...
asked by 09.01.2015 / 16:47
1
answer

PHP exec () does not execute FFmpeg [closed]

The following code works at the prompt but does not work in php, why? $ffmpeg = 'C:/ffmpeg/bin/ffmpeg.exe'; $video = 'C:/absolute-path-para-o-video'; $output = 'C:/minha-pasta/thumbnail.jpg'; $cmd = '$ffmpeg -ss 3 -i $video -vf "select=gt(sce...
asked by 30.11.2016 / 15:02
2
answers

How video sharing sites perform autoplay with audio in chrome

google chrome (desktop) has policies that block the autoplay of videos with audio connected: link But video sharing sites such as globoplay, youtube, dailymotion, autoplay videos with audio in google chrome. What is the configuration req...
asked by 15.06.2018 / 16:58
2
answers

How to block double click on a video?

I created a page with a video set to the resolution and layout that I want, but when I double-click it it goes into fullscreen mode, I would like to disable it. I used the script : <script> $(document).ready(function(){ $("*").dblclic...
asked by 13.11.2017 / 14:30
1
answer

FFmpeg and video vs. audio time

I have a simple application that downloads a video + audio and 'concatenates' them with the tool FFmpeg , the problem is that most of the time the user will download a song bigger than the video in question and then there is a video of 10 secon...
asked by 05.07.2017 / 21:25
1
answer

Execute function only when user releases input type="range"?

I'm using input[type="range"] as a progress bar for a video player, it's by simulating the event to change the time of the video because I only want the action to be executed only after the user drops the input , Example : $('inpu...
asked by 20.04.2017 / 00:45
1
answer

How to create a blob link in PHP?

Hi! Well, I'm creating a video site I'm having a problem playing the videos, I put the videos in mysql and I want to play them, I did not find any way to reproduce them maliciously. The only way I got it was like this: link Do you know how...
asked by 07.05.2017 / 23:37
1
answer

video drivers html5

I have in my code a video that has been placed with the following tags: <div id="video"> <img src="images/bg-video.png" id="bg-video"> <video width="100%" height="100%" loop> <source src="v...
asked by 27.04.2015 / 15:13