CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mpeg read

搜索资源列表

  1. XINGCode

    0下载:
  2. 该代码演示了MPEG-Layer 3 (MP3)格式的文件是如何被诸如WinAmp和Windows Media Player这样的程序读出来的。请注意,该代码没有调用Windows API,DLL或者OCX。该源代码阅读和播放MP3文件,没有包含例子,但它基于FreeAmp。最初的MP3解码算法是由Xing Technologies编写的-demonstration of MPEG-Layer 3 (MP3) format of the document is how it has been s
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:220.81kb
    • 提供者:阿斯特
  1. MFFMBitStream

    0下载:
  2. MFFM Bit Stream A C++ heirachy for reading and writing bit streams. Implemented for maximum efficiency/ease of use. Write or read bit streams for audio and video protocols such as mpeg (mp3), H.263, etc. Many parallel streams could be used in logic
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:57.83kb
    • 提供者:shan
  1. miniplay

    1下载:
  2. 一个Mpeg4播放器,包括Mpeg编解码以及读入播放功能-an Mpeg4 players, including MPEG codec and read into the player
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:36.74kb
    • 提供者:sarah
  1. 13818-1

    0下载:
  2. 这是mpeg的标准,英文版本,是PDF格式,阅读比较方便,一共4章,这是第一章。-This is the standard English versions, is in PDF format, read more convenient, a total of four sub. This is the first chapter.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:747.08kb
    • 提供者:小平
  1. 13818-2

    0下载:
  2. 这是mpeg的标准,英文版本,是PDF格式,阅读比较方便,一共4章,这是第二章。-This is the standard English versions, is in PDF format, read more convenient, a total of four sub. This is the second chapter.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.55mb
    • 提供者:小平
  1. 13818-3

    1下载:
  2. 这是mpeg的标准,英文版本,是PDF格式,阅读比较方便,一共4章,这是第三章。-This is the standard English versions, is in PDF format, read more convenient, a total of four sub. This is the third chapter.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:364.17kb
    • 提供者:小平
  1. 13818-4

    0下载:
  2. 这是mpeg的标准,英文版本,是PDF格式,阅读比较方便,一共4章,这是第四章。-This is the standard English versions, is in PDF format, read more convenient, a total of four sub. This is the fourth chapter.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:321.03kb
    • 提供者:小平
  1. vlc-0.8.6c.tar

    0下载:
  2. About: VideoLAN Client (VLC) is a media player, streamer, and encoder for Unix, Windows, Mac OS X, BeOS, QNX, and PocketPC. It can play most audio and video codecs (MPEG 1/2/4, DivX, WMV, Vorbis, AC3, AAC, etc.), has support for VCD, SVCD, and DVD
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:15.48mb
    • 提供者:王磊
  1. AtomicParsley-source-0.9.0

    0下载:
  2. AtomicParsley is a lightweight command line program that can read and set iTunes-style metadata tags in MPEG-4 files & 3gp assets in 3GPP/3GPP2 files.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:168.57kb
    • 提供者:Gentleman
  1. tsanalyzer-read-only

    0下载:
  2. MPEG-2 TS Analyzer Program
  3. 所属分类:DVD

    • 发布日期:2017-05-24
    • 文件大小:7.62mb
    • 提供者:Lee Ji Hoon
  1. MPEG-Audio-Frame-Header

    0下载:
  2. C++实现MPEG话音帧头数据读取与时间长度估计.这个文章和程序针对的是包含XING和VBRI头的MPEG audio帧进行读取,然后根据它们估算声音的长度。这里不包括任何的话音audio数据的编码与解码。不过,文章确实对audio frame header进行了非常详细的说明。-C++ Achieve MPEG audio header data read with the estimated length of time. This article and procedures aimed
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:128.17kb
    • 提供者:gong
  1. DECORE

    0下载:
  2. 可以在arm和dsp上跑的mpeg4解码代码。 读取文件格式是YUV-Arm and dsp can run code of mpeg4 decoder. Read the file format is YUV
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:160.43kb
    • 提供者:sword
  1. mp3_toolbox_v2.0

    0下载:
  2. These are a couple of m-files to read and write mp3 audio files [i.e. files compressed using MPEG-Audio layer 3 encoding] under Matlab.在matlab中读写mp3,这是2.0版本-These are a couple of m-files to read and write mp3 audio files [i.e. files compressed using
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-30
    • 文件大小:463.82kb
    • 提供者:corner
  1. MPEG-Audio-Frame-Header

    0下载:
  2. C++实现MPEG话音帧头数据读取与时间长度估计。针对包含XING和VBRI头的MPEG audio帧进行读取,然后根据它们估算声音的长度。这里不包括任何的话音audio数据的编码与解码。但是文章对audio frame header进行了非常详细的说明。-C++ to achieve MPEG audio header data read with the estimated length of time. XING and VBRI for containing the first fram
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-23
    • 文件大小:127.9kb
    • 提供者:陈兰
  1. ReadMPEG

    0下载:
  2. 读取MPEG视频文件的matlab程序,该方法实现速度块-read mpeg vedio files to operation ,and this method is very fast!
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-01
    • 文件大小:26.51kb
    • 提供者:
  1. MPEG

    0下载:
  2. 这个程序实现了MPEG2的视频压缩,用于Internet上视频流的处理(IP流还没有实现),程序的注释相对比较少,所以可能比较难理解些。下载后请先看说明。-This program implements MPEG2 video compression, video streaming for the Internet, the processing (IP flow has not yet achieved), program notes relatively small, it may be
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:2.78mb
    • 提供者:李亓
  1. MPEG-Layer

    0下载:
  2. MP3解码演示,本程序演示了MPEG-Layer 3 (MP3)格式的文件是如何被诸如WinAmp和Windows Media Player这样的程序读出来的。请注意,该代码没有调用Windows API,DLL或者OCX。该源代码阅读和播放MP3文件,没有包含例子,但它基于FreeAmp。最初的MP3解码算法是由Xing Technologies编写的.-MP3 decoder demo, this program demonstrates the MPEG-Layer 3 (MP3) for
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-29
    • 文件大小:189.35kb
    • 提供者:356
  1. mp3readandmp3write

    0下载:
  2. mp3read和mp3write是直接写在wavread更换和wavwrite访问MPEG音频MP3文件。其特点包括: -旨在重复wavread完整语法和wavwrite -还支持上的动态下采样和渠道mpg123的合并-文件优化的很长的MP3 -只需要解码的部分-使用popen函数进行编码,以避免大量临时文件(可用时-看到我popenw墨西哥) -试图消除写保护回路的时间序列文件/通过阅读“热身”样本-包括辅助二进制软件包在Linux,Windows,Mac的PPC的,苹果,英特尔,和Mac英特
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-09
    • 文件大小:2.09mb
    • 提供者:young
  1. MPEG-Chapter2

    0下载:
  2. MPEG图像的VC编程读取,以及显示。可实现多种格式MPEG压缩视频的读取-VC read and display for MPEG format video
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:685.02kb
    • 提供者:wangtao
  1. mpeg

    0下载:
  2. the folder gives information about mpeg video segmentation. input video is read and it is segmented
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-08
    • 文件大小:1.78mb
    • 提供者:padmapriya
« 12 »
搜珍网 www.dssz.com