You can recreate this by creating a new hyperstack (2 channels, 5 frames), then exporting as any of the tif formats (I used uncompressed). Importing these back into Fiji (using the Bio-Formats Importer) opens them as a single sequence (of 10 timepoints).
The OME-XML looks like this:
<Pixels BigEndian="false" DimensionOrder="XYCZT" ID="Pixels:0" Interleaved="false" PhysicalSizeX="1.0" PhysicalSizeXUnit="µm" PhysicalSizeY="1.0" PhysicalSizeYUnit="µm" SignificantBits="8" SizeC="1" SizeT="10" SizeX="512" SizeY="512" SizeZ="1" Type="uint8">
Is there something simple that I'm missing to save (big) files with dimensionality data using the bioformats exporter? Unexpectedly, the basic Fiji SaveAs (specifying Tif) does save the dimensions.
Any thoughts appreciated,
Dave