video

How do I make an svg mask for a video?

<svg viewBox="0 0 1400 1050" preserveAspectRatio="xMinYMin meet"> <defs> <mask id='mask'> ... om/A1835.jpg' mask='url(#mask)' /> </svg> The mask works on the image, how do I make it work for the video?

The Iphone Video Player doesn't work

The built-in(default) video player in the iphone stopped working(everything is normal on YouTube) I turn on the video in safari The sound is coming (there is no image) What is the reason?

Js Is it possible to get video resolution from input?

I can find out the resolution (width and / or height) of an image from the input with the following code: var url = URL.crea ... th); }; img.src = url; How do I find out the resolution (width and / or height) of a video(mp4) from input using JS/jquery?

Viewing the video in the opposite direction

Can I use js to start viewing videos in the tag in the opposite direction?

Implementation of video rewinding in a self-written player

Now I am writing my video player on Pyhton3 and opencv out of interest. I have already written and implemented audio and vide ... ng, because I only found the command to get the next video frame: cap.read() Is it possible to get a specific frame somehow?

How do I make an animated background in the game menu in pygame?

How to properly embed the executing code that creates an animated background in the game in the game menu loop, which is pres ... begin = False click.play() pygame.quit() ##Анимация меню:

Ubuntu 20.04 skype 8.64.0.67 the Logitech C270 Webcam background effect option does not work, previously it worked with the Logitech Pro 920 camera

I bought a new video camera (inexpensive) model - Logitech C270 Webcam. When trying to use Background effect in Skype, this o ... worked with the Logitech Pro 920 camera. Why isn't it working now? (google googled, but did not find a suitable solution...)

The video camera freezes

Sometimes my video camera app freezes. The phone has a lot of memory, and this happens even in QCIF format and after a few mi ... starting everything comes back to normal. I find it hard to find such a "floating" error depending on the phases of the Moon.

Launching a video in an iframe

The site has a slider that displays videos coming from the supporter services (YouTube, vimeo), loaded in iframe. I need to s ... nside iframe to start and stop the video. Or is it unrealistic and will have to implement the arrows on the slider to scroll?

superimposing an image on a video in ffmpeg

I have a video input.mp4 and a picture logo.png. I need to overlay the logo on the video from 5 to 15 seconds. And the picture should be in the upper-left corner with an indent of 30 pixels. Please tell me how to do this in ffmpeg.

How do I download videos from Rutube using youtube-dl?

Is it possible to download Rutube videos using youtube-dl? If possible, how?

Prohibition on downloading a video that is inside the video tag

Placing your video on your site, placing it in the tags < video src="video/test.mp4" >< /video >, when you click ... commands-it turned out to be zero sense. Tell me, dear experts, how to prohibit downloading a video that is inside this tag?

HTML5 videos don't work in mobile phones

Inserted an html5 video background (the video is located locally): HTML </header> <div class="video"></ ... d when you click on play, the video starts playing, but I would like to put the video as a background with loop and autoplay

How do I make a duplicate video in HTML5?

<video src="video.mp4" autoplay="true" muted></video> How do I make a video infinite(repeated) in HTML5?

html5 video clip width

How can I stretch html5 videos? it preserves the proportions. I saw the option with -webkit-transform: scaleX(2); -moz-tran ... reappears. you can, of course, through the width of the browser window, but I do not know how these multipliers work in CSS.

Splitting a video into an array of images and back in Java

How to split a video stream into an array of images in Java? For example: There is a file, or a video from a webcam. How to g ... t of BufferedImage from this, and then put it back together in a video. Interested in any libraries or just examples of work.

Lags the video in Google Chrome

I have Elementary OS Juno 5.0 installed, based on Ubuntu 18.04 LTS. Problem: After installing Google Chrome, when playing v ... (for example, just an article), you will not see it because it is lagging or not: p So, the problem is definitely in Chrome..

HTML5 video not running on mobile

I am creating a project in which I have a video scrolling on the page in the background, in the desktop version it is working ... pe="video/webm"> </video> Test Server: https://cliente.creativecode.art.br/expotattoo.html Can anyone help me?

How to run a Vimeo video on video tag

I need to run a Vimeo video in the video tag, how to do it? I found this here: <video src="http://player.vimeo.com/exter ... ;</video> Rolled good, but this is not my video, does anyone know how to explain? Or how does that generate this URL?

Is there any way to record the webcam by HTML5?

I know that there is a way (even I have used at least 5 systems that I developed)to open the webcam by HTML5 and capture a ph ... a question arose: Can I capture this image from the camera, save it to a temporary video file and then send it to the server?