Questions tagged as 'video'

1
answer

Why does not my HTML5 website show the VIDEO tag on an iPhone?

I'm making a website that uses videos, with the VIDEO label; I've tried it on PCs, iPads, iPhones and Android and Windows phones. In all it is shown correctly, less in iPhone (iOS 10); showing the poster image with a 'play' crossed out....
asked by 19.04.2017 / 09:05
1
answer

because it works when importing cv2 and cv does not work when I import it

I'm trying this import numpy as np import cv2 #Cargar los dos videos video1 = cv2.VideoCapture('video1.mov') video2 = cv2.VideoCapture('video2.mov') #Guardar las dimensiones del primer video ancho1 = int(video1.get(cv2.cv.CV_CAP_PROP_FRAME_W...
asked by 10.07.2017 / 01:24
2
answers

Autoplay does not play the video

I have a question with the following code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Video</title> <script type="text/javascript"> function iniciar() {...
asked by 11.06.2018 / 13:50
1
answer

Video player

I would like to see if you can help me with a couple of questions. The first one I need to do something similar to this: It's a button to start a video. This is my video code, in the src tag I enter the video route. <video wi...
asked by 23.03.2018 / 23:10
1
answer

Use subprocess to use complex ffmpeg commands with pyQt

Using pyQt I want to run ffmpeg. With simple orders, there is no problem. For example: def b3_clicked(): subprocess.call(['ffmpeg', '-i', fileinput, fileoutput + '.mov']) This works well. The problem is when I want to use something comp...
asked by 11.05.2017 / 20:57
1
answer

How to join grid with bootstrap

I am using bootstrap for a web page, I used a grid with two columns to place a slider and a video in a horizontal way which I want to put together, but I have a detail between slider and the video is I have a space and I want to join them Thi...
asked by 22.06.2018 / 17:18
1
answer

Assign the path of a file to a variable and then use it in FFmpeg

I'm trying to make a program in Python and PyQt for video encoding and I have a problem. I do not know how to get a variable with the path of a file and then send it to FFmpeg . I have built a basic window with three buttons, one to c...
asked by 01.05.2017 / 19:01
0
answers

My video in Html5 does not work for Android Chrome

The typical problem that when you see it on a PC if it works but not on mobile, this happens only on Android Chrome, because when you see it on any other mobile browser works perfectly. (1) Something I have noticed is that if I go to the site...
asked by 27.09.2018 / 00:00
0
answers

Video Splash in with Bootstrap 3 in mobile version

I have a problem with a video in mp4 which I want to put it as video splash before it redirects to the HTML home. In the desktop version it plays normally but in the mobile version the video does not appear. $(document).ready(function(){...
asked by 02.09.2018 / 03:01
0
answers

Pause when jumping from one frame to another in a video

When I jump from one frame to another, the video pauses for half a second. Is there any way to make that not happen? The following code is from Unity3D engine: if (videoPlayer[0].frame >= 400) videoPlayer[0].frame= Otro_frame; }...
asked by 11.03.2018 / 02:51