Raz
Raz

Reputation: 682

play avi using c++

i want to play an avi file using c++ and direct X with a mfc interface

Upvotes: 0

Views: 1790

Answers (1)

Kirill V. Lyadvinsky
Kirill V. Lyadvinsky

Reputation: 99585

Your question is not very clear. To get AVI frames you could use Video for Windows, Windows Media or Direct Show. To render it with DirectX you should create texture and update it on each frame.

Here you can find sample project that could be helpful.

Upvotes: 1

Related Questions