Tagged Questions
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.
10
votes
4answers
133 views
Java: How do I create a movie from an array of images?
I basically have an matrix of bytes. Each row (meaning byte[]) represents an image. How do I create a movie out of that (any format - avi, mpeg, whatever), and save it as a file?
Each image can be ...
5
votes
4answers
174 views
GIF to AVI with windows Animate Control
I was trying to convert a GIF image (Ajax waiting like):
to AVI that will be used with TAnimate control (win32 animation control).
I have tried a few tools, but the problem is that the output AVI ...
5
votes
3answers
75 views
Embedding .avi in JavaHelp?
I'm creating some help content for an application (built on NetBeans), and thought it would be useful in some cases to be able do show a tutorial video within the JavaHelp or have a link to open a ...
4
votes
2answers
717 views
How to convert AVI to 3gp in C#?
Is it possible to convert an AVI file to 3gp in C# ? If so how could I do this? Any ideas will be appreciated, thanks in advance.
4
votes
6answers
19k views
Writing AVI files in OpenCV
There example on the net and code given in Learn OpenCv,Orielly.
After many attempts the out.avi file is written with 0 bytes.
I wonder where i went wrong.
The following are the code i used...
int ...
3
votes
1answer
65 views
Library or component for creating video files (AVI, etc.) with Delphi 6 (C/C++ OK too)?
I have a stream of JPEG frames and accompanying audio buffers that I want to write to a video file. If possible, I'd like to let the user choose their format from the available Windows codecs if the ...
3
votes
4answers
4k views
Does HTML5 <video> playback support the .avi format?
I am wondering if the HTML5 <video> tag now supports playback of .avi format video files. Thanks.
3
votes
4answers
3k views
Create a Video Stream (AVI) from a Series of Images
There is an IP web camera that I wrote a .NET class for sometime ago. It's basically a Timer implementation that pings a snapshot CGI script from the camera every five seconds. The camera itself is ...
3
votes
3answers
604 views
How do I tell the browser to open an avi file with VLC or similar in HTML?
So I have a list of avi files on a web page (For my own purposes!), and was wondering what do I have to put into the html code to tell the browser to open VLC? or mplayer or simliar?
3
votes
3answers
2k views
100% Java encoder for AVI animation
I am looking for a 100% Java solution for encoding software generated images into an AVI stream together with an uncompressed audio track.
At the moment I am using JMF, but its size and installation ...
2
votes
0answers
55 views
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 want to get a list of the fourccs for the avi codecs that FFMpeg can decode.
I know ...
2
votes
0answers
89 views
Muxing an AVI with PyMedia
I am trying to generate an AVI with PyMedia by muxing together an audio and video stream. However, I can't find any examples on the web, and can't even get a simple example with a single MPEG2 video ...
2
votes
1answer
71 views
reducing video sizes from large gigabytes to smaller kilobytes
I will like to know if there is a possiblilty of converting the size of video files from gigabyte to small kilobyte sizes and for the files to still be of high quality resolution and can be played on ...
2
votes
1answer
93 views
Create a Video Overlaying another Video
I am trying to make a nice pretty video.
I have a AVI video from a GOPro video camera, and I hae some info I want to overlay on top of the video. Like Time, GPS, Speed, G-Force etc.
I got my raw ...
2
votes
1answer
108 views
bitmap row size calculation
I found this source which works quite well, I just want to ask about this piece of code which I dont get:
//calculate total size of RGBQUAD scanlines (DWORD aligned)
bih.biSizeImage = ...
2
votes
1answer
302 views
How to stream contents of a WPF form (as frames) to an AVI File?
I currently send a live video mix to a output screen (a form on a particular screen). Consider it like a really advanced version of PowerPoint. I call it a video control room for the pc. I want to ...
2
votes
1answer
146 views
How do I compile an AVI file from a bunch of bitmaps in C# ASP.NET?
Yes, I've already heard of http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx
...but I just can't get it to work with ASP.NET
I've perused the source about a hundred times looking for ...
2
votes
4answers
511 views
C++ - What libraries or command line programs will I need to create a program that takes an AVI file and burns it to a DVD?
My goal is to create a program that will take an AVI file as input and then do whatever is necessary to burn it to a DVD.
Currently, I use three separate programs to accomplish this. The first tool ...
2
votes
2answers
790 views
AVI files play locally using WMP but not off my website WMP ActiveX
I have a web page allowing clients to play uploaded videos. Several AVI files have recently been uploaded that play fine locally using WMP but over the web using WMP ActiveX playback fails and the ...
2
votes
1answer
428 views
QuickTime video codec configuration
So I'm porting an app from Windows to Mac, and part of the app deals with creating movie files. On Windows, there's a group of functions like ICOpen and ICConfigure, which signify to the video ...
2
votes
1answer
821 views
AVI Animations for GUI
I need to get some AVI animations for use with the Borland VCL TAnimate component, to display during operations such as 'online update', 'burning cd' and a few others.
I have only come across the ...
1
vote
0answers
49 views
FFMPEG in android issue
I have successfully compiled the FFMPEG library to android using NDK.
(using Rock Player FFMPEG implementation)http://www.rockplayer.com/download/rockplayer_ffmpeg_git_20100418.zip
I know that ...
1
vote
1answer
93 views
Does MPMoviePlayerController support AVI format in iOS?
I'm able to play .mp4, .m4v formats using MPMoviePlayerController, but its not playing .avi format. MPMoviePlayerController internally would use QuickTimePlayer and this QuicktimePlayer would support ...
1
vote
0answers
54 views
fobs4jmf.dll Error in Java Swing playing .avi videos
I recently started helping a colleague with debugging a video crash issue with her Java Swing application. The application makes a native call to fobs4jmf.dll for playing .avi files. Sometimes, not ...
1
vote
1answer
65 views
How to take avi snapshot in .NET
I'm looking easy way to take snapshot of AVI file in .NET (C#)
I need take pictures of given time - I mean:
TakeSnapshot (file_name, second)
Any advice(s) how to deal with that?
1
vote
1answer
46 views
Movie Metadata Storage
Assuming I can query IMDB etc successfully and retrieve metadata for an avi. Is there an existing file format for that metadata to store beside the avi? I can create my own XML/JSON based ...
1
vote
1answer
73 views
Phonon can read .avi files on MacOS?
I try to read a .avi file on MacOS X with Phonon and Qt. But I can't. Even in QtDemo, the "Media Player" is not able to display those kind of file. Is there a way to make it work ?
1
vote
0answers
142 views
Can't get avi files play using windows media player plugin
I'm using the following code to embed windows media player plugin into the page.
<object width="300" height="400" class="wmplayer" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" ...
1
vote
1answer
49 views
How do swf recorders work?
There are some software to convert swf file into avi, mpeg or other types of video files. But how do they actually work?
1
vote
1answer
665 views
What is the Video Format for Asus Transformer?
I have an Asus Transformer and would like to put a lot of movies in it. However, it seems like it's very hard to find the proper format for it.
I've tried to convert the movies both in AVI and MP4 ...
1
vote
2answers
203 views
Grabbing frames from .avi
I am trying to grab individual frames (and eventually audio) from .avi files. Ultimately i want to make a JNI-bound library that allows me to open .avi files in Java, but for now i'm working in native ...
1
vote
0answers
167 views
Xuggler-Java-How to write the header of a IStreamContainer for .mp4 and/or .avi?
Does anybody know how to set/add additional information to the header of an IStreamContainer for .mp4 format type and/or .avi?
Using writeHeader for the Icontainer is not giving the right thing ...
1
vote
2answers
541 views
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 and also .mp4 .. but for .avi it shows error "Error #2044: Unhandled NetStatusEvent:. level=error, ...
1
vote
2answers
763 views
How to read .avi files C++
I have done very little with c++ so bare with me.
I want to read in an .avi video file for a program that I am making. I have the file location saved as a string. Is there any good tutorials on ...
1
vote
2answers
1k views
Capture video using webcam and save as avi using c#
Is there any way of capturing video from webcam and saving that video as avi file (as a movie) using c#?
1
vote
1answer
145 views
How do I implement a DShow filter for reading specialized AVI file
I'm trying to write DirectShow filter which will read file containts some xml-data at the beginning and avi video after it. I'm going open a file in the filter, skip the xml-data and begin the ...
1
vote
1answer
169 views
C# How to play video from a specific position?
I'm wanting to create a program that you can play an AVI file starting at a specific position, and to play for a specified amount of time.
I can't figure out how to start at a specific position. ...
1
vote
0answers
423 views
Problem saving AVI file in python 2.6 using OpenCV 2.1
I am an amateur computer programmer who has been noodling around with programming for ages. I have little formal training; so please forgive inefficiencies in the code included below.
I have been ...
1
vote
0answers
231 views
Reading and Editing Video File Metadata in .NET
I'm writing an application in .net that will organise my video library. Windows Media Center reads the video metadata and displays the video title etc. I'd like to be able to read and edit this ...
1
vote
1answer
383 views
FFMPEG: from jpg to avi it's ok, but with bad size and quality
I have six .jpg images with a size 350x400 (WxH).
I want to turn them into an avi file of a good quality (but not too heavy) and with same dimensions
I'm doing:
/var/www/html/folder/ffmpeg/ffmpeg -y ...
1
vote
2answers
251 views
Running animation in background worker
I m developing an application in vb 2008, and using background worker to copy file(s). I have my own designed form which plays an animationon on the top of the form along with copy. For playing ...
1
vote
2answers
1k views
how to convert avi file to yuv 420 (software/matlab/source code/c/c++ anything)
Guys I want to convert an avi file into yuv 420 video clip. Is there any method to do that? thx!
1
vote
2answers
98 views
Can I store arbitrary text information in a .avi file?
I would like to add some test annotations (xml file) into an avi file as food for a later program that will process it. Is this done/doable ... ideally like a c# library to help me access and ...
1
vote
5answers
316 views
How can I convert an AVI file to FLV format with PHP?
Is it possible to convert an AVI file to FLV format with PHP? If so, how? I don't need a complete solution, just a hint on how to do it.
1
vote
1answer
615 views
libavcodec save encoded video to avi file?
I manage to encode frames using libavcodec but after calling
avcodec_encode_video
how do I do to save my encoded frames to an avi file ?
Thanks.
1
vote
1answer
203 views
Video for Windows error 80044066
I'm using Video for Windows to record screen grabs to AVI files. Usually it works fine, but some users report the error:
AVI error (80044066): Bad format
Any explanations of what this error means ...
1
vote
1answer
998 views
codes to convert from avi to asf
No matter what library/SDK to use, I want to convert from avi to asf very quickly (I could even sacrifice some quality of video and audio). I am working on Windows platform (Vista and 2008 Server), ...
1
vote
6answers
15k views
IV50 codec (.AVI) to something else, e.g. QuickTime (.MOV)
I have some old .AVI files made by my kids with a Logitech webcam that I can not view. They seem to be encoded using IV50. Does anyone know of a tool to convert these files to something more widely ...
0
votes
1answer
20 views
Changing AVI File Title Property with C#
Are there any libraries for C# (maybe ffmpeg, never really used it) that could view and set the Title, Artist, and other such properties of an AVI file?
0
votes
0answers
22 views
Making a compressed AVI stream in VB.NET
I'm attempting to create a DivX-compressed AVI stream in VB.NET by back-ending into avi32.dll. I can create an uncompressed AVI stream without any problems, but I'm beating my head against the wall ...