close
Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
1 answer
64 views

I'm trying to make an avi file from a video/audio stream. When audio is AAC it works fine. But I cannot pack G711U audio. av_register_all(); avcodec_register_all(); av_log_set_callback(nullptr); ...
denn's user avatar
  • 355
1 vote
0 answers
253 views

I've been working on a Java application where I need to extract metadata from various media files, including video files like .avi. Initially, I was using FFmpeg to handle this, but due to security ...
smooky.secrets's user avatar
1 vote
0 answers
180 views

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
477 views

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
  • 21
-1 votes
1 answer
533 views

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
  • 151
0 votes
1 answer
369 views

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
1 answer
1k views

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
2k views

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,622
0 votes
0 answers
246 views

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
729 views

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
495 views

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
2 answers
2k views

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
109 views

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
88 views

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
0 votes
1 answer
167 views

I'm making an application with two windows, one a windows form that serves as a controller and the other an instance of unity that renders what the form says. Well the problem I have is when using ...
Pedro _F.M's user avatar

15 30 50 per page
1
2 3 4 5
35