Hi! Have problem loading .avi movie, when I try to set TimeFormat to tfFrame it gets the value tfTime. The video(500 frames) looks ok in the load preview and I manged to load it once using the code below but could not reproduce. Running BCB 6 and Win7 IE 4.01
TIEDirectShow *directShow_; directShow_ = new TIEDirectShow; directShow_->FileInput = fileName; directShow_->EnableSampleGrabber = true; directShow_->RenderAudio = true; directShow_->Connect(); directShow_->TimeFormat = tfFrame; // <--- does NOT work