h263decode

所属分类:流媒体/Mpeg4/MP4
开发工具:Visual C++
文件大小:22958KB
下载次数:3
上传日期:2009-07-14 15:53:46
上 传 者cxs
说明:  本代码是与H.263视频编码标准相匹配的H.263解码器的代码,对视频编码的程序员有较高的参考价值。
(The code is related to H.263 video coding standard H.263 match code decoder for video coding programmers have a high reference value.)

文件列表:
h263decode\CONFIG.H (402, 2000-03-01)
h263decode\Debug\display.obj (1590, 2008-07-09)
h263decode\Debug\display.sbr (0, 2008-07-09)
h263decode\Debug\dither.obj (1588, 2008-07-09)
h263decode\Debug\dither.sbr (0, 2008-07-09)
h263decode\Debug\getbits.obj (6327, 2008-07-09)
h263decode\Debug\getbits.sbr (0, 2008-07-09)
h263decode\Debug\getblk.obj (34019, 2008-07-09)
h263decode\Debug\getblk.sbr (0, 2008-07-09)
h263decode\Debug\gethdr.obj (44946, 2008-07-09)
h263decode\Debug\gethdr.sbr (0, 2008-07-09)
h263decode\Debug\getpic.obj (112929, 2008-07-09)
h263decode\Debug\getpic.sbr (0, 2008-07-09)
h263decode\Debug\getvlc.obj (35434, 2008-07-09)
h263decode\Debug\getvlc.sbr (0, 2008-07-09)
h263decode\Debug\h263decddd.exe (421977, 2008-07-09)
h263decode\Debug\h263decddd.pdb (590848, 2008-07-09)
h263decode\Debug\idct.obj (6196, 2008-07-09)
h263decode\Debug\idct.sbr (0, 2008-07-09)
h263decode\Debug\idctref.obj (4120, 2008-07-09)
h263decode\Debug\idctref.sbr (0, 2008-07-09)
h263decode\Debug\recon.obj (47910, 2008-07-09)
h263decode\Debug\recon.sbr (0, 2008-07-09)
h263decode\Debug\ring_buf.obj (7197, 2008-07-09)
h263decode\Debug\ring_buf.sbr (0, 2008-07-09)
h263decode\Debug\sac.obj (6752, 2008-07-09)
h263decode\Debug\sac.sbr (0, 2008-07-09)
h263decode\Debug\store.obj (21831, 2008-07-09)
h263decode\Debug\store.sbr (0, 2008-07-09)
h263decode\Debug\tmndec.obj (44331, 2008-07-09)
h263decode\Debug\tmndec.sbr (0, 2008-07-09)
h263decode\Debug\vc60.pdb (77824, 2008-07-09)
h263decode\Debug\win.obj (20335, 2008-07-09)
h263decode\Debug\win.sbr (0, 2008-07-09)
h263decode\Debug\yuv2rgb.obj (1667, 2008-07-09)
h263decode\Debug\yuv2rgb.sbr (0, 2008-07-09)
h263decode\Debug\yuvrgb24.obj (5909, 2008-07-09)
h263decode\Debug\yuvrgb24.sbr (0, 2008-07-09)
h263decode\DISPLAY.C (13289, 2000-03-01)
h263decode\DITHER.C (4830, 2000-03-01)
... ...

H.263+ decode Installation ============ Windows: The enclosed makefile tmndec.mak can be used with Visual C++. If you prefer not to use the makefile then start a new project as "console application", add all c-files to the project, define WINDOWS and USE_TIME, add vfw32.lib and winmm.lib to the library link list and choose "build". Usage ===== Usage: tmndec {options} bitstream {outputfilename%d} Options: -vn verbose output (n: level) Instructs tmndecode to generate informative output about the sequence to stdout. Increasing level (-v1, -v2) results in more detailed output. -on output format n=0 : YUV n=1 : SIF n=2 : TGA n=3 : PPM n=4 : X11 Display n=5 : YUV concatenated n=6 : Windows 95/NT display Use -o5 for the same format as the Telenor encoder uses. You have to choose one output format! -q disable warnings to stderr -r use double precision IDCT -t enable low level tracing -s output reconstructed frame to filename (YUV concatenated) -p enable tmn-8 post filter -x interpolate pictures to double size before display (on Windows, maximize display window to get double size display) -fn frame rate in frames per second n=0 : as fast as possible n=99 : read frame rate from bitstream (default) -l loop sequence Setting this flag results in repeated display of the sequence.

近期下载者

相关文件


收藏者