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.

learn more… | top users | synonyms (1)

-5
votes
1answer
21 views

how can I play .avi videos on my lg android phone? [closed]

I have a collection of .avi videos and want to watch them on my lg optimus g while on the go. however, my lg android phone failed to open these .avi files. I am wondering is there any way to play .avi ...
-4
votes
2answers
24 views

AVI can not play in android phone [closed]

Now I have some favorite video but it's AVI, I tried the AVI format is not supported android OS phone, anyone tell me is there any method to resolve this problem?
0
votes
1answer
16 views

Is there any reasonably easy way to provide and stream .avi and .wmv videos on web browser?

Is there any reasonably easy way to provide .avi and .wmv videos on webpages and later stream the videos directly off the web browser? I realize there might have been similar questions asked around ...
0
votes
1answer
48 views

How to subplot and save movies in MATLAB?

I've made two movies in MATLAB and I am attempting to get them both in the same figure and save the result as an AVI file. I understand how to use the subplot() function, but for some reason it just ...
0
votes
0answers
19 views

Get error info from cvCaptureFromAVI

I'm working with a program, which I need to document and review, but which I did not write, nor did anyone I can easily reach. One of the problems I've run into is that it is supposed to read and work ...
0
votes
1answer
33 views

compress avi video file using directshow

I created an avi video file but it is uncompressed and its size is large. I want to compress the video file to lower the size . I found this code but as I am beginner , I am unable to set compression. ...
0
votes
1answer
44 views

matlab: how to concatenate strings?

I want to produce multiple movies in matlab like for i=1:5 %calculate a movie-array H (gridsize depends on i) number=num2str(i); movie2avi(H, 'movie_'+number+'.avi'); end Obviously it ...
0
votes
0answers
22 views

using cvRetrieveFrame get strange image

I am reading a avi file, and do some background subtrcation work. The wierd thing is when I use cvRetrieveFrame, I got a strange image, like below: origin: cvRetrieveFrame returns: I don't know ...
1
vote
2answers
38 views

Writing G.711 Stream to AVI File

I've inherited an application that opens a proprietary file which has a video stream and an audio stream (G.711 ULAW format). The application already writes the video to an AVI but without the audio. ...
1
vote
1answer
63 views

Converting tiff images to avi in matlab

I'm trying to use VideoWriter to convert large amounts of tiff images into an avi video. I'm having trouble with the for loop to convert the images into a video. Here is the code I have so far: ...
0
votes
0answers
31 views

Save video read from VirtualDubMod to file using command line only?

I want to compile several video clips using Avisynth on a server. I generate the .avs file and let VirtualDubMod read the file. How do I save the video read from VirtualDubMod to an avi file using ...
0
votes
0answers
52 views

How to add multi-image streams into a AVI file

I'm making a AVI file from the image-frames by using C/C++ project as the following input: stream1: frame per second: 12 fps number of frames: 500 stream2: frame per second: 10 fps number of ...
-1
votes
0answers
34 views

Adding subtitles to avi OR adding text to pgm C++ [closed]

I'm working on making stereo video with coordinates of location as subtitles. So, I made stereo avi by adding pgm stereo pictures one by one to avi. Now I have to add subtitles somehow. So there are ...
0
votes
0answers
36 views

Append images to a video

Due to the lack of DirectShow filter for the Kinect, I am forced to capture each RGB bitmap individually and merge them. I am currently using the fragile AviFile C# Wrapper, which causes slow frame ...
0
votes
1answer
91 views

AForge AVI Writer exception

I have written a bit of code that's supposed to create an avi file out of a List. // instantiate AVI writer, use WMV3 codec internal static AVIWriter writer = new AVIWriter( "wmv3" ); ...
1
vote
0answers
72 views

SVG to SWF, AVI converter

I have animated SVG using SMIL. However I would need to export to other formats. Do you know any program that would convert animated SVG to SWF, GIF, AVI (or any other video format)?
0
votes
0answers
84 views

ppm to mkv/avi/mp4 converted video using ffmpeg can't be opened by Lightworks but can be viewed perfectly fine

I am trying to make gource work for my own personal project. I set everything up and already converted the ppm output to a video file. I can open and watch the file without having any problems. But ...
0
votes
1answer
38 views

How to Bundle all required codec in the AVI module?

I had developed the program that let user record a avi file. I used vfw.h lib for AVI record and avi codecs option dialog to let user choose what the codecs option need to be used. This dialog list ...
0
votes
0answers
43 views

Xcode Play avi or mkv iphone/ipad

I would like to know how to play avi or mkv file. Currently, I have an app that can play mp4 file with avplayer class. Is there any way to decode those file and play with avplayer? I would like to ...
0
votes
0answers
35 views

Search engine to find AVI files with given properties

we need to test our software using different types of AVI files: different audio and video codecs and different resolutions. I am trying to find a search engine that would enable me to enter ...
0
votes
0answers
45 views

opencv occurs max_analyze_duration 5000000 reached at 5000000

I create a project in vs2010 with opencv,it's simple but when I run it an error occurs : and this is my code: #include "highgui.h" int main() { cvNamedWindow( "VideoShow", CV_WINDOW_AUTOSIZE ); ...
0
votes
1answer
50 views

opening an AVI video in visual studio 2008

I have an AVI video and i want to change its codec to CVID due to an error happening in visual studio where only video with this codec can be opened we are using opencv 2.1 to open the avi video ...
0
votes
0answers
65 views

Avifile32, can't open file with AviManager

I am having trouble with the AviManager library. I want to create an AVI file to store a video, but I keep getting an error on this line: _aviManager = new AviManager(@"c:\\Recordings\\test.avi", ...
0
votes
0answers
37 views

How to record PCM streams and write to a AVI format file?

Currentl, I have a PCM stream, and want to record a segment of the stream to an avi file, which can be played using an avi-supportted media player. I am wondering: Any conversion is needed to ...
0
votes
1answer
63 views

Streaming video file through flash player

Well, I am not really sure what are the tags applicable for this thread. I would like to show video files (mp4, avi) in my website but no one should be able to download (unlike youtube, dailymotion, ...
2
votes
1answer
145 views

How to play AVI files with FM?

Can someone tell me how to play AVI files with FireMonkey? Which component should I use? I searched in all componenets but didn't find anything useful.
0
votes
1answer
151 views

OpenCV error (cvCreateFileCapture())

I'm working with OpenCV in C. I intend to run a video on a window (and image process the frames a little before displaying them with an algorithm I made). However the following line: CvCapture* ...
0
votes
1answer
100 views

How To Play .avi videos using url in android by programing

How can I play .avi video in android. The video in coming from a url. any hint code will be helpful. Please Help. Thanx in andvance
0
votes
1answer
107 views

Sheared AVI Files Read with Matlab

I am trying to read an AVI file into Matlab but am having a problem with the frames being sheared. I am using the Matlab code from Mathworks for VideoReader with only a few minor modifications. ...
0
votes
0answers
129 views

Distorted result from creating an avi file in matlab from a matrix of image frames (distortion: frames rotated to the right)

I have a 192x334x106 matrix which I would to convert to an avi file, however after multiple efforts I am still encountering a distorted output. My problem is similar to that reported here: However ...
0
votes
1answer
96 views

AviFile Library creates avi bigger than 2 GB- not useable

I am using the AviFile Library to make a avi video from Bitmaps, comming from Kinect. The file size gets really high, and over 2 GB I cannot open these files anymore. I will have to compress these ...
0
votes
2answers
120 views

Convert a Flash movie that only appears to have one frame to AVI

I have never used Flash before but have been given an FLA file which I would like to convert to an AVI file and upload to Youtube. When the file is opened in Adobe Flash CS6, only 1 frame appears in ...
0
votes
0answers
431 views

How to create mp4 video using Aforge.Net AviWriter

I'm using Aforge.net library to capture video from Webcam and create .avi files using XVID. Code snippet that I'm using (this is not the full code) - writer = new AVIWriter("XVID"); public void ...
0
votes
1answer
81 views

way to join AVI chunks with directshow or other?

I'm trying to re-join smaller chunks of an (one original) AVI file. How can that be done ? I'm programming C++ and been using directshow so far but it seems there's no filter available to achieve what ...
0
votes
1answer
40 views

Avi format programming

Where can I get information if I would like to write a program recording a data from my laptop camera? I've searched the web and I found "luvcview" source code (in C, i'm using linux) but I found out ...
1
vote
1answer
161 views

Bitmaps to Avi using Video for Windows, C

I need some help creating an avi File out of Bitmaps. The Problem is that in the End i get a corrupted avi File. If I read it with a HEX_Editor the whole avi Header is 0... I use Borland C++ Builder ...
2
votes
1answer
363 views

Saving scatterplot animations with matplotlib

I've been trying to save an animated scatterplot with matplotlib, and I would prefer that it didn't require totally different code for viewing as an animated figure and for saving a copy. The figure ...
0
votes
0answers
81 views

Commercial avi decoder for iOS [closed]

Can you recommend any commercial 3-party library for decoding AVI files in iOS App? There are many apps in the AppStore that can to do that. I don't want to use ffmpeg because of the legal issues.
0
votes
2answers
83 views

OSX- is there an easy way to play mp4, avi, and wmv files? [closed]

On Windows 7-8 Media Foundation allows playback of many types of video files. Is there something similar on OSX 10.6 and above? Is there an easy way to use Quicktime, for example? I don't need to ...
0
votes
0answers
201 views

AVIStreamGetFrameOpen - AVI to BMP, MVC

my application is MVC3, I use image handler to import covert AVI frames to BMP, I use the following script: im = new DicomImage(); ...
0
votes
1answer
311 views

extract audio as a MP3 file from video c#

I want to extract audio from a video file as a MP3 using c#. The bit-rate of the audio should be able to specify. Could someone please help me on this? I have already looked at "whether" but I'm not ...
0
votes
0answers
132 views

Play .avi file with DirectX: application stops working

I'm working in VB.NET - Visual Studio 2010. I want to play an .avi file with DirectX. I imported the Windows.DirectX.AudioVideoPlayback dll but I ran into a strange problem. My application works ...
0
votes
1answer
49 views

Is it a bad idea to store movies on website in MP4 format?

I am posting this question with hope that somebody will migrate it to more appropriate Stackexchange site if Stackoverflow this question does not sastisfly the rules. I could not find a better place. ...
0
votes
0answers
24 views

how to create an avi video from sequence of frames of BitmapImage objects C# [duplicate]

Possible Duplicate: bitmaps to avi file c# .Net How to create an avi video from sequence of frames of BitmapImage objects C#? I have a live stream of frames , each frame is stored in ...
0
votes
6answers
388 views

How to convert avi to mp4? [closed]

I could do this with some converter, but I'd like to get to know how they really do this. I'm looking for some place to start on how to do this programatically.
1
vote
0answers
37 views

A graphic engine that plays avi or movie file

I am looking for a free graphics engine that could play videos and draw text/images. I have had a look at a few guides on how to do it myself but i always run into the problem that it plays some avi ...
2
votes
1answer
105 views

Why is the speed of AVI video increasing when reading it using OpenCV?

I am trying to read an AVI file using openCV. After getting the capture, the problem comes when I give a condition to the while loop which governs the extent to which queryFrame will be done. There ...
0
votes
1answer
488 views

compress avi video with c#

I have an AVI file that I would like to compress. I have tried using Simple C# Wrapper for the AviFile Library but it was problematic because of 2 reasons: while compression, the infrastructure ...
3
votes
0answers
394 views

OpenCV videocapture for large files

I am using OpenCV 2.4.3 with my own 64-bit binaries that are also built with QT 4.8.3. I am using DirectShow for videocapture and recently encountered a problem that I am unable to solve. Namely, ...
0
votes
1answer
168 views

How to create a AVI movie in Java?

I have been working on creating a prototype for screen recorder. So far I have created the GUI. Still a lot of things remain. One of the main thing is to create an AVI movie from a set of ...

1 2 3 4 5 6