Questions tagged [divx]
17 questions
0
votes
3 answers
DivX Decoder libraries?
I saw, in an application from a major software vendor a dll called "DivXDecoder.dll" - which intrigued me as (a) it implies the existence of an easy to use divx library, and (b) I'd rather like to play divx compressed movies in a product I work…

Chris Becke
- 34,244
- 12
- 79
- 148
0
votes
2 answers
how to play DivX videos using Vitamio?
Simple AVI videos seem to play fine in videoView, as well as I can get thumbnails from them by
Bitmap bMap = ThumbnailUtils.createVideoThumbnail(s, MediaStore.Video.Thumbnails.MICRO_KIND);
ivPic.setImageBitmap(bMap);
Yet DivX avi…

Roger Travis
- 8,402
- 18
- 67
- 94