
MPEG4
文章平均质量分 78
ybugchen
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
VLC 简要
Chapter 1. VLC OverviewTable of ContentsLibVLCVLCModulesThreadsCode conventionsLibVLCLibVLC is the core part of VLC,It is a library providing an interface for programs such as VLC of a lot of function原创 2005-06-24 10:11:00 · 2000 阅读 · 0 评论 -
FOURCC 生成
什么是FOURCC FOURCC全称Four-Character Codes,是在编程中非常常用的东西,一般用作标示符。比如wav、avi等RIFF文件的标签头标示,Quake 3的模型文件.md3中也大量存在等于“IDP3”的FOURCC。它是一个32位的标示符,其实就是 typedef unsigned int FOURCC; FourCC 代表四字符代码 (four chara原创 2005-07-01 10:46:00 · 3660 阅读 · 2 评论 -
MPEG4 File Format [BOX Order]
An overall view of the normal encapsulation structure is provided in the following table.下表讲全面展示一个一般性的文件包装结构。The table shows those boxes that may occur at the top-level in the left-most column;indenta原创 2005-07-07 12:25:00 · 2130 阅读 · 0 评论 -
How to Compile XviD with Microsoft Visual C++6.0
Xvid 是一个开源(open source)项目,它是目前最流行的Mpeg4解码器之一,下面我介绍一下怎么在VC6环境下编译整个XviD项目.1.构架编译环境Xvid 需要很多标准VC6以外的Libaries.需要:1) Service Pack5 for Visual Studio 6-http://msdn.microsoft.com/vstudio/downloads/updates/sp原创 2005-06-09 11:45:00 · 3269 阅读 · 0 评论