Colin
Just had a look and found that my VideoCaptureTypes.h and your own docs (http://www.visioforge.com/online_help/video_capture_sdk/TVFOutputFormat.html) don't match up - my copy has:
enum TxVFOutputFormat
{
Format_AVI = 0,
Format_WMV = 1,
Format_DV = 2,
Format_MKV = 3,
Format_PCM_ACM = 4,
Format_WMA = 5,
Format_LAME = 6,
Format_Custom = 7,
Format_DirectStream_DV = 8,
Format_DirectStream_MPEG = 9,
Format_FFMPEG = 10,
Format_WebM = 11
};
Which is missing the last two options from yours. I tried just passing put_Output_Format(13), but it didn't work out.
on October 10, 2013 21:28