what kind of video format do CUDA surpport?

Example “cudeVideoDecode” in CUDA SDK uses a “.m2v” video. I download a 1080p h264 “.mov”. I found the program can not read “.mov” video.

What kind of video format do CUDA surpport?

Thanks.

http://en.wikipedia.org/wiki/M2V

It is a sample program to decode simple MPEG2 video. It won’t play something cool like h.264. It’s just a demo for programmers (not end-users).