I'm accessing an mp4 file on the web - it runs just fine in the browser but for some reason I can only seem to get the audio portion to work in my app. Any help
Does anyone know how to get rid of this big ugly PLAY button on FireFox or IOS when I add a video background to my Web site? I tried adding all types of CSS, s
I have NDI source self-written with NDI SDK. I send frames with predefined FPS (25, 30, 50, 60). I can view this stream with NDI Studio Monitor or OBS Studio. B
I have build 32 bit famous Vivek's VCam available here http://tmhare.mvps.org/downloads.htm and it successfully works and shows in 32 bit video conferencing sof
Context In my Svelte app, I have multiple pages, each showing one or multiple videos. For rendering the videos I reuse a video component (simplified): // video
I need to check for a streaming app that the different video quality levels are respected. After searching, the easiest way to check the video quality is to swi
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