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
I'm developing a Python module, with OpenCV, that connects to an RTSP stream to perform some preprocessing on the video (mostly, reducing fps and resolution), a
Does the API expose the number of total videos in the database to date? I've been trying to compile the number of YouTube videos for a research project. So far,
PROBLEM I'm trying to download a whole html page which contains video from some URL. Then I just printing what I've downloaded. On my localhost machine eve
Some years ago I used the following bash script to get a video out of mp3's and one image (so the image in the video was freezed over the length of the mp3), wh
I'm trying to put a video as a background video on my website. I've researched a lot and it is not working and I don't know why. On my html I have: <video
When I encode videos by FFMpeg I would like to put a jpg image before the very first video frame, because when I embed the video on a webpage with "video" html5
Aim: video clip is in 2 parts: first half of content is the playing forwards, the second half is the first half in reverse. The video plays when mouseover and w
I have an iframe video with a play button (not youtube!). There is no autoplay functionality. So, I want onLoad imitate click this button. How can I achieve thi
I've been trying to trying to write MP4 video files using OpenCV, in python. AVI creation works fine, both on linux and windows, when I use both: out = cv2.Vi