avi

AVI Animations for GUI

Hello 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 glyFX Animation Pack so far. Can anybody recomend other places to get nice avi animations? Thanks in advance. ...

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 compression driver to open up a configuration box for the selected codec. Is there anything like that for QuickTime on Mac? ...

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 supported, like Quciktime? (movavi seems to do it but I only have a few .AVI files to convert and I'd rather not have to buy something.) ...

encode avi with given output file size

I have an avi file which i want to re-encode to fit on a cd of 650 mb how can i encode it, so that the file size does not succeed the given size, what program to use? ...

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 main(int argc, char* argv[]) { CvCapture* input = cvCaptureFromFile(argv[1]); IplImage* image = cvRetrieveFrame(input); if (!i...

AVI texture in direct-x with sound sync

I'm about to add "render AVI to texture" to our engine to get videos into materials, and realised I haven't done any video decoding since the Playstation1 (argh) so would like to know if anyone has any suggestions on how to get an AVI's frames output to a standard memory buffer while also maintaining sync with any Audio that might be pla...

Using MCI to play avi stream from memory

Hi, I am trying to play a compressed AVI file using MCI in C#. So far I was able to play it by opening the file. The way I opened the file is this: String opencommand = "open \"" + file + "\" type mpegvideo alias someMovie shareable"; int error; error = Avi.mciSendString(opencommand, null, 0, IntPtr.Zero); Where "file" is th...

streaming avi file issue

Hello everyone, I am writing a video streaming server application. I have an avi file and I put it on IIS 7 for streaming. And find I cannot jump to an arbitrary location of the media if the media is not buffered already. I think some meta-data is missing during recording? After some search work, I think it may be caused by the index bl...

codes to convert from avi to asf

Hello everyone, 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), better .Net SDK/code, C++ code is also fine. :-) I learned from the below link, that there could be a very quick way to con...

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 and what might be causing it would be gratefully accepted. ...

openCV cvCreateVideoWriter always returns null

I am trying to save a video file with openCV under Mandriva Linux 2009.1. Unfortunately cvCreateVideoWriter always returns null although I could see and modify both and mpeg fiels, in other words cvCaptureFromCam, cvCaptureFromAvi, cvRetrieveFrame is working. I tried all the possible codecs from this tutorial and this codec page. I also...

Visual C++ AVI writer function to push bitmaps (640x480) to AVI file?

I have a video capture card with SDK for Visual C++. Color frames (640 x 480) become available to me at 30 fps in a callback from the SDK. Currently, I am writing the entire image sequence out one at a time as individual bmp files in a separate thread -- that's 108,000 files in an hour, or about 100 GB per hour, which is not manageabl...

AVI files play locally using WMP but not off my website WMP ActiveX

Hi All, 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 browser hangs. The AVI codecs are video: MJPG, audio: PCM GSpot says all codecs are install on my Windows Vista OS, but seems the W...

MPEG to AVI library

Hi, I am searching for a library that can convert MPEG to AVI. Is there a good one for this purpose? Thanks in advance. (My program is written in VC++, Thanks) (I am using DirectShow.But I don't know how to use it to convert MPEG to AVI ? I know how to build graph and render video that already has an appropriate codec) ...

How to write frames to a video file?

I am currently writing an application that read frames from camera, modify them, and save them into a video file. I'm planing to do it with ffmpeg. There's rarely a documentation about ffmpeg. I can't find a way. Does any know how to do it? I need it to be done on unix, and in C or C++. Does any can provide some instructions? Thanks. ...

libavcodec save encoded video to avi file ?

Hello, 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. ...

How does IIS stream an AVI to Windows Media Player?

What protocol does IIS use to stream an AVI file to an embedded Windows Media Player? HTTP? RTSP? MMS? Does it even use streaming at all? I know Windows Media Services is supposed to help stream more efficiently which leads me to wonder if a plain-jane install of IIS even uses streaming at all. This person's answer only furthers that ...

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 problems make it a bad solution for my purpose. ...

How do I simply retrieve timestamp of recording from DV (as in DV tape) AVI files?

I am looking for a way to retrieve or extract the timestamp of the recording from DV AVI files. The timestamp should be part of the AVI file's metadata. The files were originally imported from DV to PC and a DV format in an AVI wrapper. A library providing an API - or a command-line tool would be ok. I am going to be using this on Mac, ...

How can i convert a file from avi to flv with php?

It's possible? I don't need the complete solution, just an hint on how to do. Everything is appreciated, thanx. ...