CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 搜索资源 - 获取文件信息

搜索资源列表

  1. 获取AVI类型文件的信息

    1下载:
  2. 由于在Windows2000下右键点击RIFF (*.avi,*.wav) 类型的文件,在摘要里没有该文件的具体信息,所以我就编了一个小程序,用来显示该类型文件的信息。具体信息主要包含视频流和音频流信息。视频流信息主要有:(1)Total frames (2)Frame rate (3)Codec (4)视频的宽度和高度等。音频信息主要有:(1)音频的格式 (2)单声道还是立体声 (3)采样频率等。-in Windows2000 Right click RIFF (*. avi, *. wav)
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:30.72kb
    • 提供者:高飞
  1. GetMP3Info

    0下载:
  2. 通过程序获取mp3的信息,可以播放mp3,avi,mpeg等多每体文件.可以获取mp3 信息然后对整个文件夹下的文件进行名称的修改-mp3 through the procedures to obtain information, and can play MP3, AVI, MPEG and other documents every body. Mp3 information can then access the entire folder of documents name change
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:813.06kb
    • 提供者:张化
  1. MpegINFOMATIONGET

    0下载:
  2. 通过MPEG的文件头获取文件信息,通过MPEG的文件头获取文件信息-through MPEG file access messages through the MPEG file documents to obtain information
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:16.1kb
    • 提供者:wylqx
  1. CdToWav

    0下载:
  2. CD抓轨的VC程序实现,通过API函数CreateFile获得设备句柄,再用API函数DeviceIoControl来实现对设备的访问获取信息。再此还会用到WAVE文件结构WAVEFORMATEX,再把读到的信息写到文件里生成WAVE格式的文件
  3. 所属分类:多媒体

    • 发布日期:2014-01-16
    • 文件大小:176.36kb
    • 提供者:老吕
  1. MediaInfo_0.7.5.8_Source

    0下载:
  2. 媒体文件信息源代码,能够获取大多数媒体文件的信息。
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:393.42kb
    • 提供者:刘久人
  1. getMusicDataInfo

    0下载:
  2. 如何获取音乐文件头文件信息,如音乐文件的歌曲信息,歌唱者等-get information from music data
  3. 所属分类:mpeg mp3

    • 发布日期:2017-11-19
    • 文件大小:14.08kb
    • 提供者:kevin
  1. cd2wav

    0下载:
  2. 介绍用 C++ 实现CD抓轨转WAV,CD抓轨的方法有好几种,现在介绍其中一种。我们可以通过API函数 CreateFile 获得设备句柄,再用API函数 DeviceIoControl 来实现对设备的访问获取信息。再此还会用到WAVE文件结构WAVEFORMATEX,再把读到的信息写到文件里生成WAVE格式的文件-cd to wave
  3. 所属分类:Audio program

    • 发布日期:2017-04-25
    • 文件大小:364.05kb
    • 提供者:david
  1. MP3Info

    0下载:
  2. 获取MP3格式音乐文件的标签信息,比如歌曲名称、歌手、、版权、专辑名称等。其实是VC对文件的读取操作。按照MP3特有的信息结构,取最后的128个字节,本实例就是教你如何读取这些信息的。-MP3 format music files to obtain the tag information, such as song name, singer, copyright, such as album name. In fact, VC are on the document read operatio
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-08
    • 文件大小:28.67kb
    • 提供者:nn
  1. SearchMP3Info

    0下载:
  2. 用编程的方式来获取标准格式的mp3文件中的歌曲名称、歌手、专辑名称等信息。-Programming methods used to obtain the standard format of the mp3 file the song name, artist, album name and other information.
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-27
    • 文件大小:30.74kb
    • 提供者:junjun
  1. Divx5HeaderParser

    0下载:
  2. Divx5HeaerParser 是一个便于网上传输媒体文件的小工具,它可以便捷地获取DivX文件的信息,比如宽高和图像帧的类型,在IP camera 的实时媒体流传输中可以为服务器和终端建立连接起到辅助作用。-Divx5HeaerParser is an easy to transfer media files online small tools, it can be a quick way to get DivX files, such as height and width of the
  3. 所属分类:Video Capture

    • 发布日期:2017-04-04
    • 文件大小:7.29kb
    • 提供者:yun
  1. GETTAG.ZIP

    0下载:
  2. 它的功能是获取MP3媒体文件的ID3 Tag(即:附加信息。是保存着歌曲的演唱家、歌曲名...等信息的标记)。-Its function is to obtain the MP3 media files ID3 Tag (ie: additional information. Is to preserve the songs of the singer, song name ... such as the tag information).
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-30
    • 文件大小:14.1kb
    • 提供者:宋毅
  1. MP3Info

    0下载:
  2. 获取MP3格式音乐文件的标签信息,比如歌曲名称、歌手、、版权、专辑名称等。其实是VC对文件的读取操作。按照MP3特有的信息结构,取最后的128个字节,本实例就是教你如何读取这些信息的-Get MP3 format music files tag information, such as song title, artist, copyright, album name and so on. VC is in fact the file read operation. MP3 specific i
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-25
    • 文件大小:28.46kb
    • 提供者:张钒
  1. tag

    0下载:
  2. 获取MP3文件信息 如:歌曲,专辑,艺术家,持续时间等 -Get MP3 file information such as: song, album, artist, duration, etc.
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-30
    • 文件大小:9.22kb
    • 提供者:Jimmy
  1. CShapMultimedia

    0下载:
  2. 用C#编写的多媒体技术。 1-播放指定的avi-mid-wav文件。 2-获取多媒体详细信息列表。 3-带记忆功能的MP3播放器。 4-自动播放的MP#播放器。 5-学校体操定时音乐播放。 6-播放Flash动画。 7-制作AVI播放器。 8-播放Gif动画。 9-利用Image制作小动画。 10-检测是否安装声卡。 11-打开和关闭CDROM。 12-控制PC喇叭发生。 -Written in C# using multimedia tech
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-11
    • 文件大小:2.89mb
    • 提供者:sin
  1. wave

    0下载:
  2. C#获取WAVE文件 头信息源码(通过编程获取wave的文件头信息并通过界面显示出来)-C# for WAVE file header information source(Get wave file through programming header information is displayed through the interface)
  3. 所属分类:Audio program

    • 发布日期:2017-03-30
    • 文件大小:31.61kb
    • 提供者:嘿嘿
  1. MP3

    0下载:
  2. Mp3文件信息头的修改实现 vb 获取mp3文件的信息-MP3
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-29
    • 文件大小:3.27kb
    • 提供者:赵仁
  1. wavread

    0下载:
  2. c语言程序分析.wav文件的头部,获取音频信息。-c language program analysis. wav files in the head, access to audio information.
  3. 所属分类:Audio program

    • 发布日期:2017-04-09
    • 文件大小:1.09mb
    • 提供者:xie
  1. 20099317445038

    0下载:
  2. 利用MediaInfo动态链接库获取多媒体文件信息的示例,可以获取所有格式的流媒体文件有关信息,如比率、媒体时长,视频编码,音频编码,屏幕比率等详细信息。主要演示怎样调用MediaInfo.dll库文件。返回的信息目前是英文信息,想要汉化处理的网友可以把读取返回的信息放到数组中,自己逐个翻译即可。 -Use MediaInfo DLL example of the information for multimedia files, you can get all the streaming me
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-09
    • 文件大小:502.47kb
    • 提供者:polh2011
  1. GetAVIFILEINFORMATION

    0下载:
  2. 很简单实用的获取AVI文件的文件信息的实例程序,对于学习相当有用。-Very simple and practical access to the AVI file, the file information instance procedure is useful for learning.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-04
    • 文件大小:18.3kb
    • 提供者:freeman
  1. JAVA将麦克风输入音频信息转换为制定音乐格式

    0下载:
  2. 使用java语言编写,获取麦克风的输入,然后存为本地文件(Using java language, access to microphone input, and then save as a local file)
  3. 所属分类:Audio

« 12 »
搜珍网 www.dssz.com