Top "Avi" questions

This tag is for questions about playback of, creation of, and programmatic interaction with, Audio Video Interleave (*.avi) files.

FFmpeg fourcc Avi codec support list?

A couple of similar questions are on stackoverflow, but I haven't been able to figure this exact problem out. I …

ffmpeg codec avi
play an avi video file in java swing

I need to play an avi video file and add it to a jpanel. All I need to be able …

java swing video user-interface avi
How to view the header information of a video file AVI or FLV?

How do you view and or edit the metadata or header of a video file?

metadata avi
Saving to .mp4 file in MATLAB

I'm editing all frames of an existing mp4 video in MATLAB (doing it in a for loop). After I'm done …

matlab video mp4 video-processing avi
Specify Compression Quality in Python for OpenCV Video Object

I must create low resolution AVI videos using a large number of jpeg images contained in individual directories. I have …

python opencv compression avi fourcc
Modifying Creation Date from Filename for mp4 videos

I have a bunch of DV avi videos which I want to cut together. I managed to save the Creation …

date video metadata avi datecreated
Can't read an .avi file to matlab using VideoRead

Code: A = aviread('firstAttempt_1395344631.avi'); Response: Error using VideoReader/init (line 447) Failed to initialize internal resources. Error in VideoReader (line 132) …

matlab avi
Creating a video out of a set of images

I've been looking much time for creating a video(.avi file) from images using a C# code, Is there any …

c# image video avi
Does flash play .avi or .mpg4 ? If yes, how?

How to load and play .avi or .mpg4 in Flash? Is that possible ? -> This class can play .flv …

flash actionscript-3 video avi mpeg
Convert an image shown in python, into an OpenCV image.

So, I would like to simply take an existing plot that I have made via plt.plot(x,y), convert …

python image opencv plot avi