Loading Philipps movies and Canon movies (see test data provided by super task T27554) can be read without error. However, they are displayed as a 3D volume (which sort of is correct).
Note: The provided data could not be correctly time resolved as all slices have the same AcquesitionDateTime and nothing to differentiate like trigger time. There is also no geometry information (spacing, frame of reference, origin; !) so MITK IO cannot detact that it should split into different time points. Thus all slices are stacked according to there instance number.
If we would want to load such a data as 2D+t we would at least need a new reader (that splits by instance number and ignores the fact that there is no timing information, but how to construct the time geometry?!?).