34,356 questions
-1
votes
1
answer
42
views
HTML MP4 Play On Hover / Pause On Mouse Exit: Only Works On First Video
I am using Javascript to play an HTML5 video when you hover over it, and then pause the video once the mouse exits. The module is working correctly in that sense, except it only works for the first ...
-4
votes
0
answers
110
views
I need help displaying a video using a TMediaplayer and a Panel. Is it posible to do that? [closed]
I want to create a code for my grade 11 IT project that displays different videos, making use of a case statement. I asked ChatGPT and it said I needed to make use of a media player and panel, but I ...
-1
votes
0
answers
35
views
Background video not autoplaying [duplicate]
I'm trying to get my video to play automatically. It worked before on iOS (not on macOS, though), but now my video won't autoplay anymore. Any ideas what I'm doing wrong?
<body>
<div id=&...
0
votes
0
answers
57
views
Autoplay embedded video and/or slideshow
I'm trying to automatically play and loop a slideshow on a website using a file hosted on OneDrive. I first tried embedding the PowerPoint file directly:
<iframe src="source.pptx?wdAr=1....
0
votes
0
answers
57
views
Recorded video looks blurry, color-washed, low bitrate, compressed using ScreenCaptureKit
I am trying to implement ScreenCaptureKit into my project. I am using macOS 26 for the target version and followed this official project from Apple regarding the ScreenCaptureKit. https://developer....
-1
votes
0
answers
23
views
Video as a background in header of WebApp built on Joget DX 9
I have a requirement to display video as a background in the header section of the webapp which is built on Joget DX9. Request help or guidance. In Joget, customizing header seems to be only by ...
0
votes
0
answers
69
views
Mediapipe time interval between frames on facial landmarks extraction
I'm used to working with MediaPipe in Python on a Windows 11 desktop setup. In this environment, if VIDEO mode is selected, MediaPipe automatically reads the video frame count, and the detected frames ...
0
votes
0
answers
46
views
How can i download video on my webview , simple video download is working but when try to download from Pexels.com it failed
Below is my Android code. It is able to download images, document, and videos.
Problem:
Some platforms like Pexels.com keep their videos as parts or stream how to download them?
webView....
0
votes
1
answer
79
views
Get duration of a video by swift API in macOS
I'm working for weeks to get the duration of a video file. I want to use direct api calls. I know, that I can use external command line tools to get it. But I want to avoid the dependencies with these ...
0
votes
1
answer
127
views
How can I achieve Telegram-level video compression speed in Flutter (hardware encode + passthrough)?
I’m building a Flutter app where users upload/share videos. I’ve tried the video_compress package, but it’s slow (e.g. >1 minute to compress a 100 MB file). From what I can tell, it doesn’t ...
1
vote
1
answer
60
views
ExifTool ExtractEmbedded to CSV Rows
I have MPEG-2 Transport Stream (M2T) .ts files recorded on an airborne camera platform. They have embedded KLV/MISB metadata that I would like exported to a CSV.
When I ran the command:
exiftool '/...
1
vote
1
answer
76
views
Flutter video_player on iOS (AVFoundation) hls stream has very bad resolution
I am using the video_player package in Flutter to play hls streams (m3u8). I am using GCORE as a video streaming provider.
Here is the basic part of my code:
late final VideoPlayerController ...
0
votes
0
answers
68
views
Background Video Play Button
I’m using WordPress and created a container with a video background, but I’m facing an issue: when I open it on my phone, the background video doesn’t play, and instead a play button appears on top of ...
1
vote
0
answers
153
views
VIDEO_NOT_PLAYABLE_IN_EMBEDDED_PLAYER for no reason
I am using this library https://github.com/PierfrancescoSoffritti/android-youtube-player to play some Youtube videos within an Android app. Sometimes some users starts getting ...
1
vote
2
answers
154
views
ov7670 vertical stripes, what are they and how to get rid of them?
I have the ov7670 and I'm configuring it to read an arucomarker in pure black / white.
To do so, I'm having the ov7670 in YUYV mode and I'm only reading the Y bytes' first bit. A 1 indicates white, a ...