I want to achieve almost something similar here. I want a control that supports both images or video. This will play for some duration. I am able to show the v
<video width="500" height="500" controls="contrlos"> <source src="hope.mp4" type="video/mp4"> </video> this is the code I tried on vscode
I have been trying to create a dynamic mask from one video onto another one. Neither videos have an alpha channel (and even then it would have low support in br
I want to use ffmpeg to accelerate video encode and decode with an NVIDIA GPU. From NVIDIA's website: NVIDIA GPUs contain one or more hardware-based decod
I have this code that opens a video and audio call that opens by clicking the buttons, as shown in the image. I wanted to remove the video and audio function fr
I am using cloudinary for uploading the videos. While trying to play the video, I am using HTML video tag <video controls playsInline> <source src=
from command line or python would be best. and i am trying to concatenate around 15 clips of 45 seconds. preferably easy to automate with different number of vi
I'm developing a website with iOS friendly. I have some experiences of making video auto play on iOS. To make able to autoplay on iOS, we must follow these rul
I'm building a small video-oriented course platform, it will be constructed as one issue/problem topic = one video regarding that issue. All that topics will be
This code used to work on iOS9 to add a watermark and text to a video but since iOS10 it's not working anymore. There is a iOS 10 bug that has been filed but no
I have to insert a video in ppt using python-pptx library. And also i have added the below code to insert it: from pptx import Presentation from pptx.util impo
Goal and problem I'd like to set up an opencv system to process either HLS streams or RMTP streams, however, I am running into a strange issue regarding a redu
I need to send video from a Kinect camera through a network. I'm capturing video from the following two Kinect sources: 2D color video (RGB). 32 bits per pixel.
How can I pipe openCV images to ffmpeg (running ffmpeg as a subprocess)? (I am using spyder/anaconda) I am reading frames from a video file and do some process
Hi I am using jwplayer (8.21) for my angular project. I need to disable pausing or seeking video and here is my code: let currentTime = 0; jwplayer('pla
I'm trying to get a snapshot from my Foscam FI9816P camera. I'm using the following address: http://[IPADDRESS]:[PORT]/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&a
I wanted to ask, is there a way to add an image at the beginning of a video using Python? I heard that OpenCV library adds a group of images to produce a video
I'm trying to add a histogram to a video using ffmpeg, I'm following this example, but I'm having trouble setting the size of the histogram, this is the code I'
I am trying to get used to the FFmpeg library, and currently, I have been trying to stream local video on VLC using FFmpeg. The command I have been using is:
I'm trying to display an Alert message when the video is done loading, but this event doesn't seem to be firing; I've seen that other people have had similar is