Hi,
I've tried loading selected frame:
IO->Params->ImageIndex = frame;
IO->LoadFromFile(file_string);
It works well for animated gif and multipage tiff, however it does not work for madia files (AVI, MPEG, etc...). For such file types, as stated in help, I must
first open media file, then load selected frame and then close media file.
Is there any option to load selected frame in the same manner (with same instructions set), no matter of file type?
If not, is it possible to detect if file contains video data (without separately checking if it is AVI, MPEG or WMV?