chaoyuaw / pytorch-coviar

Compressed Video Action Recognition
https://www.cs.utexas.edu/~cywu/projects/coviar/
GNU Lesser General Public License v2.1
502 stars 126 forks source link

videos format #22

Closed YIGAOYI closed 6 years ago

YIGAOYI commented 6 years ago

I have videos in MP4 format, why do I need to transcode? Thank you.

chaoyuaw commented 6 years ago

To be safe, I think it's better to transcode. In the code we only support the format that has exactly 12 frames per GoP.

YIGAOYI commented 6 years ago

Will i change a lot about the codes of dataloader if I want to use videos of h264 format? Thank you for your reply.