Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [avi]

This tag is for questions about playback of, creation of, and programmatic interaction with, Audio Video Interleave (*.avi) files. The AVI format was introduced by Microsoft in 1992 and has been widely adopted and modified since, but remains mostly supported on Microsoft devices

0 votes
0 answers
22 views

There is a way of playing AVI video file via Cypress? [closed]

There is a way of playing AVI video file via Cypress? I have a test that play video in a specific time, then it's export the played time to AVI file. I need to open the AVI and play it via Cypress. It ...
Bar Yamin Golan's user avatar
1 vote
0 answers
52 views

Adding custom tags to an AVI format file

I have a video (that was recorded in a specific software) and I saw it has tags that are not the regular AVI tags. I'm looking for a way to change another video to have similar attributes (I changed ...
Yarden's user avatar
  • 11
-1 votes
1 answer
39 views

How to play .avi videos stored on S3 in a web application (Node.js + React)?

I have a web application built with Node.js and React. Users upload videos in the .avi format to an AWS S3 bucket. I need to play these .avi videos on the web application, but .avi format is not ...
Luis's user avatar
  • 9
-1 votes
1 answer
68 views

When usg ffmpeg to convert from .mp4 to .avi, how do I get the .avi files to contain the correct (trimmed) frames from the .mp4?

I am using ffmpeg to convert a batch of .mp4 videos to the .avi format from the command line. The .mp4 videos are all trimmed videos that are sub-videos of a longer video. I have basically segmented ...
cassenav's user avatar
  • 131
0 votes
1 answer
139 views

Discrepancy Between Frame Count Using OpenCV's cv2.VideoCapture and Manual Counting in Python

I am working on a video processing project using OpenCV in Python, and I've encountered a strange issue related to counting the number of frames in a video. I am using cv2.VideoCapture to read the ...
Prashant Khatri's user avatar
0 votes
0 answers
20 views

Feing response data different With other tools

I am attempting to make a request through Feign, but when I send a request to the same endpoint using Postman or Python's requests library, I get different results. What could be the reason for this? #...
고석빈's user avatar
0 votes
1 answer
437 views

Formates (AVI, MPG, FLV, WMV) support issue in ExoPlayer-Android

Hay, I'm developing a video player in Android Kotlin using ExoPlayer. All works fine except some video formats ( AVI, MPG, FLV, WMV). Is there some workaround of making a decoder or codecs ,that can ...
Syed Mustafeez's user avatar
-1 votes
1 answer
630 views

ImageJ & ffmpeg: How to create a video from a set of images using ffmpeg that can be opened by ImageJ?

I have a set of PNG images and want to create a video file from them that can be opened by ImageJ or Fiji. To do so I use the following command: ffmpeg -i *.png -c:v ayuv -r 25 outvideo.avi It works ...
Ivan Z's user avatar
  • 1,563
0 votes
0 answers
64 views

Error while trying to read an AVI file with stream.GetFrameOpen()

I am trying to use this package "https://www.codeproject.com/Articles/7388/A-Simple-C-Wrapper-for-the-AviFile-Library". It is called "a simple c# wrapper for the avifile library" I ...
jasonbb's user avatar
0 votes
0 answers
159 views

C# decode, edit and encode frames in an AVI file

I am developing a C# App to edit my AVI file. I want to decode, modify and encode it. This is the process I would like: load each frame from my AVI file into a temporary bitmap in memory. modify the ...
jasonbb's user avatar
0 votes
1 answer
356 views

Next JS impossible to play MKV or AVI on Safari?

I am currently developing a video player in Next JS on web browser, I can play whatever I want on Chrome, I am currently using react-player lib. But on Safari, MKV or AVI videos cannot be played. Do ...
Serial Geeker's user avatar
0 votes
1 answer
280 views

How to play blob video (avi, mov) in Angular14?

I have had this issue for a while but did not know how o fix it. I have found this similar question: how to play blob video in angular. But the problem is that even demo in the answear does noot ...
Pavel Lobarev's user avatar
2 votes
1 answer
765 views

How to record screen in Java, using newest MonteMedia ScreenRecorder?

I am trying to record screen in Java, using newest MonteMedia ScreenRecorder: <dependency> <groupId>ch.randelshofer</groupId> <artifactId>org.monte.media</artifactId> ...
Anna's user avatar
  • 31
0 votes
0 answers
87 views

OpenCV VideoWriter writes a problematic video

My simplified codes: fource = cv2.VideoWriter_fourcc(*'XVID') resulte = cv2.VideoWriter('vidname.avi', fourcc, 200, (720, 540)) while record: image = retrieve frame from camera with pypylon ...
QuantumRiver's user avatar
-1 votes
1 answer
67 views

Welding arc's light saturate the image

Today i come to you to ask you for your help because this is not my domain. I am a computer vision engineer and i want to monitor a WAAM (wire arc additive manufacturing) process using an OPTRIS PI 1M ...
Kert's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
35