Skip to main content
0 votes
0 answers
17 views

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 ...
Sermir's user avatar
  • 11
Advice
0 votes
2 replies
56 views

How can I pause and play a video using JavaScript in my React web project? I'm developing it in VS Code.
ANURUDH KUMAR's user avatar
0 votes
0 answers
45 views

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 ...
Sunii's user avatar
  • 306
-1 votes
0 answers
118 views

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 ...
Yo19's user avatar
  • 221
4 votes
1 answer
108 views

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 ...
flawsdajit's user avatar
Best practices
0 votes
0 replies
90 views

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 ...
brigadir's user avatar
  • 6,941
Advice
0 votes
5 replies
83 views

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 ...
sqlchild's user avatar
  • 9,156
1 vote
1 answer
213 views

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 = '...
HRSH's user avatar
  • 27
0 votes
0 answers
269 views

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 ...
David Kelly's user avatar
0 votes
1 answer
118 views

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 ...
Alex20280's user avatar
  • 385
0 votes
0 answers
77 views

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 ...
wajid khan's user avatar
1 vote
1 answer
110 views

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 ...
Jomax studios's user avatar
1 vote
2 answers
198 views

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 ...
Stevoisiak's user avatar
  • 28.1k
Advice
0 votes
0 replies
56 views

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?
alive-one's user avatar
Advice
0 votes
5 replies
114 views

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 ...
Andy Nickless's user avatar

15 30 50 per page
1
2 3 4 5
2286