Data augmentation on 5 dimension dataset

Hi,
There is a train_ds (dataset), with 5 dimension as below:
(60,10,224,224,3)

how to apply data augmentation on this dataset?
Thank you