搜索资源列表
mpeg2
- 该目录下包含了实施ISO/IEC DIS 13818-2标准的源程序。它可以将为压缩的图像 转化成MPEG-1和MPEG-2视频编码流,同时也可以进行逆变换。 doc/目录下的mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信 息。verify/目录下是一组用来进行验证的图像和小的数据流,以及用来自动检测编码 器和解码器输出的Unix shell脚本文件。 在src/目录下有两个子目录mpeg2enc/和mpeg2dec/,其中包含了编码器和解码器 的源代码,以及
MP3CoderDecoderSourceCodeBaseOnDSP
- mp3dec.h - The main header file defining the structures and functions in the decoder mp3dec.c - The main source file, including the main loop and most decoding functions mp3dec_D.h - The windowing function data huff.c - The huffman decoder (
Mp3NC
- 自己用Java写的一个mp3文件改名的小工具,可能还有不少bug,希望高手多多指点:) 用法:打开需要改名的mp3文件(或者包含mp3文件的目录),然后按开始操作就可以了。 新文件名为:歌手名_歌曲名.mp3 从RedHat9和win2000下面测试过(都是jdk1.4)。 压缩包中包含一个可执行的jar文件(跨平台),一个exe文件(windows)和一个linux下可运行的程序。 另附源码在src目录下。 -own use Java to write a paper
WeWa
- WeWa_mp3繁体中文与简体中文Tag信息转换之VB源码。使香港版本的MP3在播放内地之MP3文件时,不再出现乱码!-WeWa_mp3 English and English Tag switch VB information source. Hong Kong version of the MP3 players in the Mainland MP3 file, not causing distortion!
mpeg2source
- 该目录下包含了实施ISO/IEC DIS 13818-2标准的源程序。它可以将为压缩的图像转化成MPEG-1和MPEG-2视频编码流,同时也可以进行逆变换。doc/目录下的mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信息。verify/目录下是一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。 在src/目录下有两个子目录mpeg2enc/和mpeg2dec/,其中包含了编码器和解码器的源代码,以及在VC下编
Basic_TS_parse.rar
- 将TS流解析为ES流,保存到文件中。 不同类功能分放在不同文件中,详情请看源文件开头描述。,unpack the TS stream into Elementary Stream. functions has been sorted into seperate source files,for more detail, refer to the tips in each source file.
MPEG-4code
- (1)源代码可在VC 6.0或.NET下调试。 (2)调试前需要安装Microsoft DirectX 9.0。 (3)直接打开//MyPlayer/BUILD目录下的ThePlaya.dsw文件。-(1) source code can be in VC 6.0 or. NET debugging. (2) debugging before the need to install Microsoft DirectX 9.0. (3) directly to open/
MPEG-4bianCode
- (1)本程序可在Windows 2000、Visual C++6.0 环境下编译通过。 (2)源码是一个编码模块,编译后生成encore.lib库文件, 不能直接执行。需要读者自己编写程序调用其中的功能。 (3)运行时打开//encore/build/目录下的encore.dsw文件。-(1) This program can be in Windows 2000, Visual C++ 6.0 environment compiled through. (2) is
mp3
- \avi2mpg1_src 中包含了mpeg1编码的源程序 \avi2mpg1中为该程序的可执行文件 \A2MGUI 为VC下编译的图形用户界面。\mp3en mepg 层3音频编码程序 \mp3de mpeg 层3音频解码程序 -\ avi2mpg1_src contains encoded mpeg1 source \ avi2mpg1 in the program' s executable file \ A2MGUI was compiled under VC gr
MPEG4play
- MPEG-4播放技术 (1)源代码可在VC 6.0或.NET下调试。 (2)调试前需要安装Microsoft DirectX 9.0。 (3)直接打开//MyPlayer/BUILD目录下的ThePlaya.dsw文件。-MPEG-4 player technology (1) source code in VC 6.0 or. NET debugging. (2) debugging before the need to install Microsoft Direct
ViCandMPEGJPEGE
- HuffmanExp 哈夫曼编码 JpgVSbmp Jpg和Bmp格式相互转换的API封装 RWJpegExp JpegVC++类 VbTestDll VB调用Jpg和Bmp格式相互转换API函数的示例 jpeg jpeg中的前向DCT变换 JPEG2000压缩编码技术 源代码 vcSDll VCD2000AV卡的API函数封装 DvrDll PV988卡的API函数封装 DvsCode 监控录像系统源代码 \avi2mpg1_src 中包含了mpeg1编码
simpleplayer
- 使用Directshow实现简单的视音频播放器,能够兼容20种文件格式,能够支持.cuc文件的读取(即加密后的文件的读取),加密器的算法在另外一个源码中,欢迎下载-Use Directshow to achieve a simple audio player, compatible with 20 kinds of file formats can support. Cuc file to read (that is, to read encrypted files), encryption a
BGMusic90
- 此示例显示了如何在一个过滤器来交换图源过滤器。它将 通过三个周期MP3文件,显示每个文件的名称,因为它是发挥。 本示例使用的MP3文件位于目录中的媒体 DirectX SDK的(<sdk根> \样本\媒体)。 当应用程序开始时,它呈现在序列的第一个音频文件 并设置一个计时器。每当计时器火灾,应用程序将删除当前 源过滤器和一个源替换为下一个文件过滤。 由于文件是同一类型的所有,也没有必要重建 整个图形。-Descr iption =======
MP3decodingprocess
- 提供了一个mp3的解码程序,包括mp3dec.h -主要的头文件定义函数在解码器的结构和 mp3dec.c -主源文件,包括主回路和最解码功能 mp3dec_D.h -数据的窗口函数 huff.c -哈夫曼解码器(速度,从观念,这是借来 的托米斯拉夫乌泽拉茨安培) huffman.h -霍夫曼解码器的Tablefile fastimdct.c -优化的变换的IMCT fastsb.c -优化的“多相变换子带”,真正的IMCT另一 windowing.c -输出过滤功能
Appendix17
- “MP3”目录下为完整的播放器CoolPlayer的全部代码,“解码源码”目录下为单独的MP3解码部分。 (2)本程序在 Windows2000、Visual C++6.0环境下编译通过,在\MP3\Debug目录下有可直接运行的执行文件,本程序没有特殊的软硬件要求,但对于特别陈旧的硬件,可能会不支持。-" MP3" directory for a complete player CoolPlayer all the code, " decode source&qu
faac-1.28.tar
- FAAC is an MPEG-4 and MPEG-2 AAC encoder. Note that the quality of FAAC is not up to par with the currently best AAC encoders available. Features: * Portable * Reasonably fast * LC, Main, LTP support * DRM support through DreaM
mp3_encode_decode
- mp3编解码从来是令人头痛的技术。压缩文件内含mp3编码和解码的源码,对mp3编解码有兴趣的朋友可以研究一下-mp3 codec technology has always been a headache. This rar file contains source code of two examples of mp3 encoding and decoding. People who interested in encoding and decoding could have a look.
mpeg4ip-1.6.1.tar
- MPEG4IP Project The MPEG4IP project provides a standards-based system for encoding, streaming, and playing encoded audio, video and text. To achieve this we ve integrated a number of existing open source packages, and created some original code to
MusicPlayer
- 音乐播放器源代码,在VC++可以运行的代码,实现文件的添加,播放-Music player source code, the code can be run in the VC++ Add file playback
MPG2-2012
- MPEG2Lib can decode MPEG2 encoded video sequences like the ones found on a DVD or the disk in a typical harddisk video recorder. The decoder is based on the GPL project DVD2AVI (arbor.ee.ntu.edu.tw/~jackei/dvd2avi/) and MPEG2Decode from MPEG