From: Gus I. <gu...@gh...> - 2009-07-16 01:39:36
|
Hello, I have ported libmpeg2 to a small project running on 200Mhz ARM9. I must say it runs really fast, about 100 frames/sec for 320x240! The only problem I am having is errors in the generated frames. The pictures has too many little squares in it. They are randomly placed and of different sizes. It looks like just if I was receiving a bad MPEG file but I know my file is fine because I tried many files of different settings and I always get same thing (MPEG1 and MPEG2) I am outputting a 16bit RGB to my display and using sample2.c file. Any hints on what am I doing wrong or what file is responsible for this error would really help me. I tried standard and ARM motion_comp files and standard and ARM idct files but I always get the same results so I am assuming the error is not in motion or in idct?! I do not know anything about video compression. Gus |