mpeg-4解码代码

所属分类:其他
开发工具:Visual C++
文件大小:4168KB
下载次数:3
上传日期:2018-02-01 02:32:18
上 传 者一个人真好
说明:  可以解码MPEG-4编码,通过读取MPEG-4中的数据结构来一帧一帧解析
(The MPEG-4 code can be decoded and a frame and one frame is parsed by reading the data structure in the MPEG-4)

文件列表:
mp4v2\3gp.cpp (3902, 2008-08-19)
mp4v2\API_CHANGES (4433, 2003-11-20)
mp4v2\atoms.h (7133, 2006-03-01)
mp4v2\atom_amr.cpp (1875, 2004-07-21)
mp4v2\atom_avc1.cpp (2231, 2008-08-27)
mp4v2\atom_avcC.cpp (3650, 2004-07-27)
mp4v2\atom_d263.cpp (2238, 2004-04-22)
mp4v2\atom_damr.cpp (1650, 2004-04-22)
mp4v2\atom_dref.cpp (1590, 2008-08-20)
mp4v2\atom_elst.cpp (1996, 2001-09-15)
mp4v2\atom_enca.cpp (1709, 2003-05-28)
mp4v2\atom_encv.cpp (2221, 2003-05-28)
mp4v2\atom_free.cpp (1181, 2004-12-11)
mp4v2\atom_ftyp.cpp (2133, 2003-05-03)
mp4v2\atom_hdlr.cpp (1923, 2001-09-15)
mp4v2\atom_hinf.cpp (1791, 2008-08-21)
mp4v2\atom_hnti.cpp (1136, 2001-09-11)
mp4v2\atom_href.cpp (1066, 2005-03-11)
mp4v2\atom_mdat.cpp (958, 2001-09-13)
mp4v2\atom_mdhd.cpp (2293, 2008-08-20)
mp4v2\atom_meta.cpp (2187, 2006-02-21)
mp4v2\atom_mp4s.cpp (1102, 2001-10-04)
mp4v2\atom_mp4v.cpp (2130, 2001-10-23)
mp4v2\atom_mvhd.cpp (3574, 2003-11-20)
mp4v2\atom_ohdr.cpp (3025, 2006-03-04)
mp4v2\atom_root.cpp (3113, 2008-08-28)
mp4v2\atom_rtp.cpp (3858, 2001-10-04)
mp4v2\atom_s263.cpp (2151, 2004-04-22)
mp4v2\atom_sdp.cpp (1580, 2008-08-27)
mp4v2\atom_smi.cpp (1086, 2004-07-23)
mp4v2\atom_sound.cpp (3866, 2006-02-28)
mp4v2\atom_standard.cpp (14636, 2006-03-01)
mp4v2\atom_stbl.cpp (1677, 2003-11-20)
mp4v2\atom_stdp.cpp (1438, 2008-08-20)
mp4v2\atom_stsc.cpp (2333, 2008-08-19)
mp4v2\atom_stsd.cpp (2311, 2006-02-28)
mp4v2\atom_stsz.cpp (1843, 2008-08-19)
mp4v2\atom_tfhd.cpp (1775, 2001-10-05)
mp4v2\atom_tkhd.cpp (3247, 2008-08-27)
mp4v2\atom_treftype.cpp (1465, 2001-10-05)
... ...

July 18, 2002 MP4V2 Library ============= This library provides functions to read, create, and modify mp4 files. The detailed documentation of the library is available as a set of man pages in mpeg4ip/doc/mp4v2. The MP4.3 man page gives an overview of the library. Alternately mp4.h in this directory specifies the complete API. The file INTERNALS provides an overview of what is happening behind the API. Note that although we using C++ object oriented features internally, that's all hidden behind a flat C style API (with C linkage conventions). The test and util subdirectories contain some simple programs that use this library. Once make install is run, to use this library, you should: To use this library in your application, it should be sufficient to: 1) add the installed library to your final link: e.g. gcc ... -o foo foo.cpp -lmp4v2 2) include mp4.h into your code, e.g. #include

近期下载者

相关文件


收藏者