input file is an .avi file 
Author Message
 input file is an .avi file

how could I get all the raw data from the file? and how are the data
arranged?

Cynthia



Mon, 20 Aug 2001 03:00:00 GMT  
 input file is an .avi file
I would think that you will need to open the file in binary mode and load it
into the buffer.
This is just a guess, since I've never opened .avi files before.  Hope this
helps.

Mike

Quote:

>how could I get all the raw data from the file? and how are the data
>arranged?

>Cynthia



Mon, 20 Aug 2001 03:00:00 GMT  
 input file is an .avi file
On Thu, 4 Mar 1999 10:58:19 -0800, Cynthia Lau

Quote:

> how could I get all the raw data from the file? and how are the data
> arranged?

> Cynthia

<Jack>

Make sure you open the file in binary mode.  The format of the data in
many kinds of file formats can be found at either of the links below:

Wotsit's File Format Collection
http://www.wotsit.org
http://wotsit.simsware.com

</Jack>
--
Do not email me with questions about programming.
Post them to the appropriate newsgroup.
Followups to my posts are welcome.



Tue, 21 Aug 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. avi: which tool can be used to create AVI file

2. File replication and displaying avi file

3. howto: include AVI file into *.exe file

4. howto: include AVI file into *.exe file

5. File replication and displaying avi file

6. inserting an avi file into the resource file

7. File replication and displaying avi file

8. Count words from an input file via file redirection

9. Reading in an AVI file and obtaining the individual frames

10. Get frames out of an AVI file

11. C source code to play avi files

12. How to make an AVI file

 

 
Powered by phpBB® Forum Software