I'm going to be playing a small video of a videogame. It's going to be maximum about 2-4 seconds each file.
I need them to playback inside of my WPF Form desktop application and they need to be relatively small because I'm going to be including them in the donwload size (they are going to be part of the .exe file)
Should I use GIF? Or .AVI? or MP4?
I'm looking for ease of inclusion into my existing WPF project and small size. :D I don't need playback options just need it to play looping.
Thanks for the help. :D
What I need the format to give:
- Small size of each video/animation file. (I'll be adding about 70 of them)
- No need to install additional codecs on end user machine. I shouldn't bother them for absolutely anything regarding the playback of the video/animation.
- Medium to High quality.
- Fairly easy to implement with an existing WPF control.