电子文章 | 电子资料下载 | 家电维修 | 维修资料下载 | 加入收藏 | 全站地图
您现在所在位置:电子爱好者电子下载音视频类Mpeg信息获取(推荐) 下载

Mpeg信息获取(推荐)

  • 名称:Mpeg信息获取(推荐) 下载
  • 类型:音视频类
  • 授权方式:免费版
  • 更新时间:10-17
  • 下载要求:无需注册
  • 下载次数:760
  • 语言简体中文
  • 大小:8.60 MB
  • 推荐度:4 星级
《Mpeg信息获取(推荐)》简介

标签:音视频类电子资料, 本站提供Mpeg信息获取(推荐)免费下载,http://www.5idzw.com

InfoMPEG version 1.0

    InfoMPEG is a small utility to parse MPEG-1 compatible video streams,
and return information that is easily attainable (virtually no processing
of data beyond start codes).  Even so, hopefully some will find this program
useful.  Since there is very little data processing required for the
program's execution, it runs fairly quickly.
    InfoMPEG was written to provide a quick and convenient way of constructing
charts containing various details on MPEG streams, allowing comparisons to
easily be made.  It can also be used simply to find out the pixel resolution
and types of frames in a stream (can do so almost instantly).


Installing InfoMPEG
-------------------

For UNIX, simply type 'make'.
(If a problem arises, please email me with details of the problem.)

For any non-UNIX system, use a C compiler to compile the source file
'infoMPEG.c' included in the archive.  The code should be general enough
to compile correctly under any compiler.  However, it has only been tested
on a PC with Borland C for MSDOS, so please do not be surprised if the
code does not compile using something else.
(If you encounter a problem compiling, and email me with details of
 the problem, I will try to correct it.)

For PC users, an 8086/8088 binary compatible MSDOS executable has been
included in the archive which is at your disposal.  However, if you wish
to recompile, you may do so with the source code included.
For those using Borland C,
   Copy the file 'makefile.bc' to 'makefile', and type 'make'.
          OR
   Uncomment the line '#define BORLAND' near the beginning of the
   header file 'infoMPEG.h', and compile within the Borland editor.

,大小:8.60 MB
上一篇:MPEG4解压缩代码K