0
votes
4answers
39 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 …
0
votes
2answers
122 views
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 …
0
votes
1answer
49 views
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 …
0
votes
1answer
76 views
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 …
2
votes
3answers
79 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?
1
vote
5answers
111 views
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.
0
votes
1answer
46 views
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 …
1
vote
2answers
139 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 …
0
votes
2answers
146 views
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 …
0
votes
0answers
123 views
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 …
0
votes
1answer
101 views
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.
0
votes
1answer
37 views
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 …
0
votes
0answers
65 views
SWF to uncompressed AVI [closed]
Hi can someone explain how to convert SWF files to uncompressed AVI files. Which software I'd need or a tutorial I could use.
Thanks for the help
0
votes
3answers
84 views
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 …
2
votes
8answers
3k 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 …
