Help about VideoClips

Hi,

I have a questions about how to use VideoClips. Torchvision uses VideoClips class to implement Kinetics dataset. However, it seems that this implementation can only support sampling 1 clip from 1 video at each time. My problem is, I want to sample 2 different clips from the same video each time. I have no idea how to use VideoClips class to achieve this goal.

Can anyone help me?