Log in

View Full Version : vfw & drf used in an avi...


esby
9th March 2003, 02:17
is it possible to have the drf used for one frame,
and othe various settings (framesize etc.)
using vfw only?

if yes, what function i need to look for?

for divx3.11 i know how to do it the hard way,
(meaning reading the avi in binary mode)
but for other codecs i have no idea actually.

esby

timecop
11th March 2003, 09:00
There is unlikely to be a direct API for this since avifile is pretty generic, you can always read the frame with AVIStreamRead() and parse the resulting frame chunk for drf data etc (assuming this is stored per-frame in the stream).