Hi,
  I noticed that in the vector of video_codecs I have installed
many codecs that can handle the same fourcc.

  How can I force avifile to use a particular version of codec 
when resolving a fourcc?

I am using code like the following:

OutputCodecID = fccDIV5;
IVideoFrameRate = 24;
IAviWriteFile*        OutputStream;
IAviVideoWriteStream* OutputVStream;

...

OutputVStream = OutputStream->AddVideoStream(
                OutputCodecID, &OutputBitmapInfo,
                (int) (1000000 / IVideoFrameRate));

And cant seem to find a AddVideoStream() style function that allows
me to give the CodecInfo object instead of a fourcc. 

Any ideas?


_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to