Category "video"

Magnific Popup video is still playing even when I click off

I have a video popup using magnific. I implemented the below tutorial. https://www.solodev.com/blog/web-design/how-to-add-pop-up-video-into-a-website.stml The p

What kind of streaming protocol is the following technique of FFMPEG and HTML Video tag?

Many people were looking for live streaming solution on a web page. I want to share the following knowledge after doing so many researches and having spent so m

Mp4 segments playback in buffer gets stuck in Chromium browsers

I'm facing the following issue, Ive got a bunch of .bmp files and a .wav file that I convert to a mp4-file using the following ffmpeg command. ffmpeg -i <inp

HTML5 video tag fails to display high resolution videos

I have a simple webpage with a <video> tag. I tried assigning the src attribute of the video tag with URLs of two different videos, both about 2 and a hal

cv2.VideoCapture inconsistent behavior between cap.set and loop read

I was trying to read the 600th frame of a video using cv2.VideoCapture. However, I found that the following two methods both successfully read an image but the

play video in chkeditor 5 in asp mvc

I need chkeditor5 play video files such as mp4 after the file is uploaded with chkfinder and inserted into chkeditor.Is there any way? Now just the url of the v

Unable to get mp4 tkhd info using go-mp4

Using package github.com/abema/go-mp4 when i try to run the example in the docs i get following error: invalid operation: box (variable of type *mp4.BoxInfo) is

Twilio Video JavaScript low quality local preview

Twilio Video shows the local video in low quality although the other users see it in much better quality. Actually, it should be in HD resolution. Is this a kno

Write empty packets into avi file ffmpeg

A task: I have a trusted video event detector. I trust to my event detector for 100% and I want to write an uncompressed frame to my avi containter only if my e

How to set req.body for a video tag?

I would like to set a req.body parameter for the request that the video tag is requesting. The Video tag requests at a certain route to request a video stream.

How do I use ffmpeg to concatenate 2 videos and add a period of silence + black screen between them?

There are several existing examples, but I'd like a single command that uses complex_filter to achieve the objective without doing extra things like generating

how do I save the videos in an specific bitrate using ffmpeg?

I am trying to save some videos in specific bitrate (8000k) and for this, I used the following code: ffmpeg -i input_1080p60 -c:v libx264 -pix_fmt yuv420p

How to fix an error with connecting an IP camera using opencv in java?

I downloaded the app to the IP camera phone and I want to get the video via opencv,but it gives an error public class Main { static {System.loadLibrary(Core

Convert m4f files into single mp4 video

I have downloaded a video on the android app, but it can play only in the app. The app data folder in file manager contains following files: master.mpd file; On

Insert text on top of video canvas, and export as MP4

Let's say you have a HTML5 <video> element with an MP4 video source: #video { width: 400px; } #text { font-size: 30px; background-color: yellow; } &l

ffmpeg - transcoding.c - why the last packet is discard

Using ffmpeg examples transcoding.c. (https://github.com/FFmpeg/FFmpeg/blob/release/4.1/doc/examples/transcoding.c) This is read by ffprobe.exe (ffprobe.exe -i

WebCodecs > VideoEncoder: Create video from encoded frames

I would like to create a video file from multiple images uploaded to my site. Until now, what I do is take these images, draw them 1-by-1 on a canvas, and use t

How to play YouTube Video in mp3 with YouTube Url or video Id in android studio

I want to play the youtube video in mp3 from the URL or the video Id. I'm finding the solutions from the last 5 days on the internet but there is not any answer

Video autoplay (HTML/CSS) not always working on phone, but sometimes it is

I'm trying to create a simple website and want to just have some videos autoplay. Now I'm aware there are some changes that make this a little bit harder than i

Get video from RAM after capture started (DeckLink Duo 2)

I've managed to create a basic code which captures video from a DeckLink Duo 2 device. The project I've been working on should record a video (with no audio) fr