Palmmicro Name Logo
 
   
PA6488 Developer's Guide - H.263 Usage
  
Why
Like G.711 for voice, H.263 video codec is widely used in free software like X-Lite.
H.263 support in PA6488 provides us the flexibility to work with many old video hardware and software in the existing world.
  
How to Test
Run "jpegput.bat xxx.xxx.xxx.xxx" from pa6488\bin, all necessary files will be transfer to PA6488 device by TFTP, using same input files as JPEG test.
On PA6488 device, press key "#9*2" to start H.263 test, more key test information can be found in pa6488\doc\test.txt.
After H.263 test finished, run "h263get.bat xxx.xxx.xxx.xxx" from pa6488\bin, all generate files will be transfer to PC by TFTP.
Run "h263fc.bat" from pa6488\bin to compare the results.
  
How to Use
H.263 test implementation in pa6488\test\testh263.c.
H.263 functions prototype in pa6488\include\h263.h, lib in pa6488\lib\h263.lib, source files not provided with software API.
The "PCHAR pcSrc" parameter in H263Encode() function must be a data pointer for none-cached DDR2 RAM.
Only support H.263 baseline (1996 version) with QCIF and CIF format.