avi

Capture stills from avi on Windows

I need to capture stills from avi files. I also need to know avi file duration. The Platform is Windows, the language is C++ (with Qt library). I don't know much about DirectShow or Qt Phonon and I have no time to learn any of them. So I'm looking for ready made solutions. Maybe there is some open source project where I can find some sou...

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? ...

Error on getting AVI file duration

I am using VFW unit from JEDI wrapper on WinAPI. The code I am writing is intended to search user drives and detect warez. We do MP3, WMA and some graphic file search. Now we want to detect illegal movies. I want to open AVI file, read some details from it and close it. I have the following code: uses WFV; //from JEDI api wrappers pro...

Getting AVI file duration

I am using VFW unit from JEDI wrapper on WinAPI. The code I am writing is intended to search user drives and detect warez (note: deciding if some file is legal or not is beyond scope of this question). We do MP3, WMA and some graphic file search. Now we want to detect illegal movies. I want to open AVI file, read some details from it an...

How to split AVI files

Hi, I am trying to split a large AVI 2.0 (OpenDML format) file in smaller parts (under 1GB in my case) in order to be able to open the parts with VFW (avifil32.dll). What is the best way to achieve this splitting (preferably in C#)? I could of course copy it frame by frame like in some examples I found on the net but most examples use...

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 very rudamentary; it does not have any sort of API for me to work with, the only thing I can do programmatically (remotely) is invoke this...

Converting BMPs to avi

I want to convert folders with video-frames in bitmaps into avi or mpeg files. I already have a VBScript which does a lot of stuff on those files, so it would be neat to integrate a functionallity to convert those folders automatically from my script. I can only find solutions that seem pretty low level and unfortunatley I don't know a w...

How to convert to mp4 on the fly?

glc-play [stream file] -o - -y NUM | mencoder -demuxer y4m - -nosound -ovc x264 -x264encopts qp=18:pass=1 -of avi -o video.avi from http://nullkey.ath.cx/projects/glc/wiki/HowtoEncode takes a glc file, dumps it, and encodes it into an avi on the fly. Is there a way that I can modify mencoder to dump out *.mp4 instead of *.avi? Thanks...

BMP2avi in python

hi I am looking for a python code that takes series of BMP file and merges them into Avi file (and get the parameter frames per second from the user) does anyone has an idea where to begin? Ariel ...

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 requires me to convert it from an AVI file to an MPEG. The second tool takes that MPEG and creates DVD files (a VIDEO_TS folder, with a few ...

Java: Make an animation/video from frames

Howdy! For a research project (in Java), I've got to find some way to save an animation of a graph into some file format. Now I've already got the program working fine drawing each frame. The problem is, short of learning the whole GIF or AVI file format, I have no idea how to assemble the frames programmatically into some sort of an...

How to convert AVI to 3gp in C# ?

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

split video (avi/h264) on keyframe

Hallo. I have a big video file. ffmpeg, tcprobe and other tool say, it is an h264-stream in an AVI-container. Now i'd like to cut out small chunks form the video. Problem: The index of the video seam corrupted/destroyed. I kind of fixed this via mplayer -forceidx -saveidx <IndexFile> <BigVideoFile>. The Problem here is, that I'm now ...

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 read/write the avis. ? ...

OpenCV - VideoWriter produces a video with a "repeated" image

I'm trying to process each frame in a pair of video files in OpenCV and then write the resulting frames to an output avi file. Everything works, except that the output video file looks strange: instead of one solid image, the image is repeated three times and horizontally compressed so all three copies fit into the window. I suspect ther...

DiVX Decoder for AIR

Hi all I am building a video player using Flex for my desktop. With AIR, is it possible to write a decoder to play AVI and .MOV on my system or do such solutions exist? ...

How to convert .rm to .avi with ffmpeg in windows?

Anyone here knows the command? ...

How can I put a video file (AVI) in a flash application?

I'm building a Flash application and I want to put a movie in it. I wish it had a navigation control like in youtube. I'm a programmer dealing with an application designed by a client, so I had to do it in Flash, even not been very skillful in it. ...

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! ...

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? ...