34,289 questions
0
votes
0
answers
17
views
What Does the EDID Detailed Timing Table Mean?
I am building an operating system for the x86_64 ISA. I am to the point in my development where I want to begin to display things graphically for the user, and therefore have begun to delve into the ...
Advice
0
votes
2
replies
56
views
How to pause and play video using JavaScript in React web project?
How can I pause and play a video using JavaScript in my React web project? I'm developing it in VS Code.
0
votes
0
answers
45
views
Repeat prop does not work on short videos
On my login screen i have a configurable video that loops 24/7. The application itself also runs 24/7.
If i play a video thats about 19 seconds, the repeat prop works perfectly as it should. But if i ...
-1
votes
0
answers
118
views
have next/previous buttons appear on lock screen instead of 10 sec skip buttons - Swift
I have a Swift app, and I have been trying to get lock screen buttons to change. What I want are the buttons to be next/previous video buttons, but what I am getting is 10 sec skip buttons, but only ...
4
votes
1
answer
108
views
mpv ps1 script to perform integrity/corruption verification stops when current video gets stuck
I have a large amount of video files and I needed a way to deeply analyze them for corruption, so I made a script to do just that, but I've found a particularly corrupted set of file that are forcing ...
Best practices
0
votes
0
replies
90
views
The optimal way for loading large video from iOS gallery + reopen it on next app launch
What I need:
play a user-picked video from iPhone gallery with my custom playback controls
read the video metadata (ex. duration)
be able to reopen the video on next app launch
do it in the ...
Advice
0
votes
5
replies
83
views
how to open digitally signed / hashed / secured video files
i am seeking for advice for opening video files which were supposed to directly auto run from a pen drive but did not run due to some issue from the provider. the files are school subject video ...
1
vote
1
answer
213
views
OpenCv's cv.VideoWriter output is BGR, even though I convert each frame to RGB before writing them [closed]
My code records some video, but in the video blue and red seem to be switched.
import cv2 as cv
import numpy as np
import asyncio
#video assemble
async def makeVideo(frames, w, h):
output = '...
0
votes
0
answers
269
views
NS_ERROR_NET_PARTIAL_TRANSFER error when streaming video in Firefox
My site has video hosted on it playing using the HTML5 video element, but when streaming these videos in Firefox, after about 2 minutes the playback stops with an NS_ERROR_NET_PARTIAL_TRANSFER error ...
0
votes
1
answer
118
views
Flutter widget shows last video frame when switching between image and video
I have a Flutter app that plays videos one after another. Sometimes, I also show slides (PNG images) between videos.
When the sequence is video → video → video, everything works fine.
But when the ...
0
votes
0
answers
77
views
How to get naturalSize in expo-video not expo-av?
I am having issues in getting naturalSize in expo-video docs. I need a video play activity such as Instagram etc.
where is a list of post, feeds videos and shows videos pixel perfect and onClick of ...
1
vote
1
answer
110
views
Unity WebGL – WebM Video Shows Black Frame at Start (Video File Has No Black Frame)
I am facing an issue in a Unity WebGL project where a black frame appears at the start of a WebM video, even though the original video file does not contain any black frame (verified in video editing ...
1
vote
2
answers
198
views
How many video IDs can I pass in a videos.list request for the YouTube Data API v3?
I am using the videos.list endpoint of the YouTube Data API v3 to request information about multiple YouTube videos at once.
The documentation states the id parameter "specifies a comma-separated ...
Advice
0
votes
0
replies
56
views
If I setup "picture_save best" in motion.conf of motion package for linux, does it mean that picture will be saved only after motion event is over?
But what if I have motion event like 30 minutes long, I have to wait for picture for 30 minutes? Can I somehow get best frame not for all motion_event but for some period like 10 seconds?
Advice
0
votes
5
replies
114
views
How to add more video sizes to FFMPEG HLS script
As a complete beginner with FFMPEG, I've found this script(?) for encoding three sizes of HLS video - it works pretty well, but I want it to output five or six sizes of video. I've been through the ...