@IONELBURTAN
Thank you for your effort.
I'm absolut sure that there is somewhere a time/date information in the stream; it's something special of the DV Codec. Maybe I have to check all the header/data of the AVI.
Regards
-Klaus-
Hi,
maybe my question was not clear enough :(
I don't want to know the simple date/time of a file.
What I want to know is: How can I get the date/time stamp of a frame within an AVI file with a DV Codec.
An AVI is an Audio Video (multimedia) File, which contains audio stream(s) and video...
Hello goren,
before you can access a pixel of an AVI frame, you must decrompress it (nearly all AVIs are comressed).
See following example; hope this will help you
-Klaus-
=====================================================
PAVIFILE pAviFile;
PAVISTREAM pVideoStream;
ULONG...
Hello,
when I try to read large AVI files (> 1 or 2GB) with the MFC AVI API,
then it works without problems as long as the frame number is below of
a limit. If I'm above of a certain value, then AVIStreamRead returns
AVIERR_FILEREAD. It has something to do with a 1GB (or sometimes,
dependant of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.