34,567 questions
2
votes
1
answer
24
views
Change video onclick function from play/pause to mute/unmute
I have a header video and bydefault it needs to be muted so it can be autoplayed on all browsers, I want to hide all video controles at the same time give options for users to mute and unmute the ...
2
votes
2
answers
120
views
MoviePy SubtitlesClip will not accept any provided font (Python)
I am currently trying out moviepy to burn subtitles on a video. However I keep getting the same error message no matter what I do. This is the code I am using:
from moviepy import TextClip
from ...
0
votes
1
answer
46
views
MoviePy write_videofile is extremely slow
So I have am using MoviePy's concatenate_videoclips function to combine two video clips that have a image and some text overlayed on each of them. When I write the video file it takes around a WHOLE 2 ...
-3
votes
0
answers
286
views
Can anyone suggest any latest working youtube video download npm package? [closed]
I tried a lot of npm packages but had no luck. Can anyone suggest any good npm package with compatible in node.js
I tied the packages below, but they were deprecated.
https://www.npmjs.com/package/...
3
votes
1
answer
11k
views
Using Python 2.7 To Stream Video In A Web Browser.
This is my first time asking a question on SO, so I'll jump right in and hopefully I'm doing things correctly. I've searched through Google and through the boards and while there are resources on ...
0
votes
0
answers
29
views
Moviepy doesn't blur video
I'm trying to create a video that keeps the proportions of the original (horizontal) video centered. Also, there should be a blurred background around the video that fills the entire screen. This ...
-2
votes
0
answers
33
views
H264 - how to interpret encoded video data [closed]
I would like to know how to interpret encoded video data by H.264 codec e.g. FFmpeg's AVPacket.data.
Are there any good resources about that to study?
I've been looking for the Internet, but I didn't ...
5
votes
3
answers
8k
views
Viewing HTML5 video with captions offline
I am trying to implement an HTML5 video player for viewing local videos using a local HTML file, and I would like to have VTT captions and subtitles capability.
I am currently using VideoJS for ...
16
votes
3
answers
7k
views
Record video of Xcode Simulator WITH AUDIO?
I need to record a video of my app to use for the Preview in the App Store. It's crucial for me to feature the actual app audio (since it's an interactive educational app for musicians).
Xcode ...
29
votes
9
answers
170k
views
How do I find the date a video (.AVI .MP4) was actually recorded?
properties> date created... I thought this meant the date the video was created, but finally realized that date changes every time I move, reorganize, even open a file. often, the date modified is ...
1
vote
0
answers
68
views
capturing an image using media foundation
I have an issue working with Windows API and the Media Foundation library. The code I have below captures and saves an image from the webcam, but the resulting image is in black and white, and there ...
3
votes
2
answers
10k
views
Converting DAV to MP4 and OGG
I want to prepare WEB page containing films from security camera recorders. Each recorder transmit video files in DAV format so each film is converted to MP4 format by script, using such syntax:
...
0
votes
0
answers
34
views
Windows.Media.Capture Unable to obtain H264 format for USB camera
I want to obtain USB camera format and resolution through Windows.Media.Capture.
My USB camera supports MJPG, H264 and H265 formats, but now I can only obtain MJPG and H265 through Windows.Media. H264 ...
0
votes
2
answers
2k
views
Embedding Vertical Videos in Wordpress
I tried embedding a vertical video in Wordpress using the following code:
[video width="716" height="960" mp4="example.com/test.mp4" loop="true" autoplay="...
2
votes
0
answers
57
views
ffprobe newer version detect audio codec incorrectly
I find a strange problem.
I have a test video with h264 video codec and aac audio codec. It is at https://drive.google.com/file/d/1YAyz5cO0kb9r0MgahCpISR4bZ_1_n8PL/view?usp=sharing
I build a ffmpeg ...