Description: 可视动画控件ActiveMovie是Microsoft公司开发的ActiveX控件,从开始的1.0版、1.2版到现在的2.0版,功能上已经有了很大的改进。由于该控件内嵌了Microsoft MPEG音频解码器和Microsoft MPEG视频解码器,所以能够很好地支持音频文件和视频文件,用其播放的VCD效果就很好。另外,播放时若用鼠标右键单击画面,可以直接对画面的播放、暂停、停止等进行控制,读者还可以自行在"属性"栏中对影片播放进行控制设置,用起来非常方便。 在Microsoft公司推出的VC++6.0中已经包含了ActiveMovie控件的2.0版,此源代码在VC++6.0下利用这个控件实现了自动连续播放。-visualization animation controls ActiveMovie is Microsoft's ActiveX controls from the beginning of version 1.0, version 1.2 to version 2.0 now, the function has been greatly improved. Since the controls embedded Microsoft MPEG audio decoder and Microsoft MPEG video decoder, so good to be able to support audio and video files, using the VCD player on the good results. Also, if played right-click images directly on the screen play, pause, stop, etc. control, readers can also own the "Properties" column for video playback control settings, very convenient for them to use. Microsoft launched the VC 6.0 includes all of the ActiveMovie Control Version 2.0, the source code in VC 6.0 using the automatic controls to achieve the continuous play. Platform: |
Size: 431104 |
Author: |
Hits:
Description: 一个用VC平台编写的MPEG解码源代码,一个很不错的源代码-a VC platform prepared by the MPEG decoder source code, a very good source code Platform: |
Size: 321536 |
Author:孤行 |
Hits:
Description: 一个用多媒体解码和解码源代码,MPEG2,1解码器-The file includes a multimedia decoder which decodes the mpeg2 and mpeg1 and the source code of
mpeg2,mpeg1 decoder. Platform: |
Size: 51200 |
Author:施立祥 |
Hits:
Description: Mpeg4解码程序源代码,能够对各种MPEG4文件进行解码-This is the source code of mpeg4 decoder which can
decode all kinds of mpeg4 file. Platform: |
Size: 315392 |
Author:赵安辉 |
Hits:
Description: 里面包含以下内容:1.mpeg2enc 编码器源代码及VC下编译的可执行程序 2.mpeg2dec 解码器源代码及VC下编译的可执行程序 3 verify 一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。 4 par 给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编码的编码器参数文件。 5 bin 给出了该文件的可执行程序 6 mpeg2ply 包含了一个用来播放mpeg1和mpeg2视频流的windows可执行程序。 7 aacenc mpeg2 AAC音频编码程序 8 aacdec mpeg2 AAC音频解码程序-which contains the following elements : 1.mpeg2enc encoder VC source code and compiled executable under procedures 2.mpeg2dec decoder source code and compile VC executable three verify a group used for the certification of small images and data flow, and used to automatically detect encoder and decoder output Unix shell script file. Par 4 is a group of the second 25 and 30 under the rate of MPEG-2 and MPEG-1 encoding of the document encoding parameters. Five bin presented the document six mpeg2ply executable contains a player to mpeg1 mpeg2 video streaming and the windows executable. 7 aacenc mpeg2 AAC audio coding procedure 8 aacdec mpeg2 AAC audio decoding procedures Platform: |
Size: 808960 |
Author:www |
Hits:
Description: 《DirectShow开发指南》 范例源代码,Chapter19:第19章用到的代码,其中DVD2AVI_1.77.3_SRC.zip为开放源码,
FilterMpeg2VD为此开放源码基础上开发的MPEG-2 Video Decoder Filter例子。-"DirectShow Development Guide" paradigm source code, Chapter19 : Chapter 19 to use the code, which DVD2AVI_1.77.3_SRC.zip to open source, FilterMpeg2VD this on the basis of open-source development of the MPEG-2 Video Deco der Filter example. Platform: |
Size: 214016 |
Author:wuli |
Hits:
Description: MPEG2TS decoder的源代码。TS的全称则是Transport Stream,它的特点就是要求从视频流的任一片段开始都是可以独立解码的。-MPEG2TS decoder source code. TS is the full name of the Transport Stream, it is characterized by the requirements of streaming video from the beginning of a fragment can be independent of the codec. Platform: |
Size: 12383232 |
Author:Alex |
Hits:
Description: x264视频编解码源代码(更新时间2005-12-07,v384),含VC编译指南。x264是H.264标准的一种实现,与JM相比更适合与应用,因为JM主要是与标准更接近,所以便于学习,而x264做了很多的优化。-MPEG video decoder source code (2005-12-07 update time, the v384). Compiling with VC Guide. MPEG H.264 is a standard to achieve, and JM compared with the more suitable application JM is mainly because the standard closer to, easy to learn and do a lot Inc. optimization. Platform: |
Size: 823296 |
Author:xjwangyhl |
Hits:
Description: 我自己做的ffmpeg的h264的decoder的vc++6.0的完整源代码(一个补丁和一个附加的vc工程目录),使用方法在压缩包内。
所依据的版本是2007.1.19 checkout的,修改后的vc版本运行速度与MinGW+gcc编译的最高运行速度基本相当(+/-2%)。
只能使用intel编译器,vc自带的编译器效率太低。
给我加点技术分吧!!!! -I do ffmpeg the h264 the decoder vc 6.0 of the integrity of the source code (a patch and an additional vc project directory), use the compression pack. Based on the 2007 version .1.19 checkout. After the revised version of the operating speed vc MinGW gcc compiler and the maximum operating speed very basic (/-2%) . It can only use intel compiler, vc built-in compiler efficiency too low. I point to the increase in technical breakdown! ! ! ! Platform: |
Size: 14336 |
Author:qgfhit |
Hits:
Description: \mpeg2
\doc
\mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信息。
\verify 一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。
\src
\mpeg2enc 编码器源代码及VC下编译的可执行程序
\mpeg2dec 解码器源代码及VC下编译的可执行程序
\par 给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编码的编码器参数文件。
\bin 给出了该文件的可执行程序
\mpeg2ply 包含了一个用来播放mpeg1和mpeg2视频流的windows可执行程序。
\AAC
\aacenc mpeg2 AAC音频编码程序
\aacdec mpeg2 AAC音频解码程序-\ mpeg2 \ doc \ mpeg2enc.doc and mpeg2dec.doc document contains a decoder for further information. \ Verify a group used for the certification of small images and the data flow, and used to automatically detect encoder and decoder output of the Unix shell script file. \ Src \ mpeg2enc encoder source code and compiled under VC executable \ mpeg2dec decoder source code and compiled under VC executable \ par is a group of 25 per second in 30 and the rate under MPEG-2 and MPEG-1 encoding of the document encoding parameters. \ Bin presented the document executable \ mpeg2ply to include a broadcast and mpeg1 mpeg2 video stream of windows executable. \ AAC \ aacenc mpeg2 AAC audio coding procedures \ aacdec mpeg2 AAC Audio Decoder Platform: |
Size: 804864 |
Author:guzhiru |
Hits:
Description: \mpeg2
\doc
\mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信息。
\verify 一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。
\src
\mpeg2enc 编码器源代码及VC下编译的可执行程序
\mpeg2dec 解码器源代码及VC下编译的可执行程序
\par 给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编码的编码器参数文件。
\bin 给出了该文件的可执行程序
\mpeg2ply 包含了一个用来播放mpeg1和mpeg2视频流的windows可执行程序。
\AAC
\aacenc mpeg2 AAC音频编码程序
\aacdec mpeg2 AAC音频解码程序-mpeg2 doc mpeg2enc.doc and mpeg2dec.doc file contains the decoder further information. verify a set of images used for validation of data streams and small, and used to automatically detect encoders and decoders output of Unix shell script file. src mpeg2enc encoder VC source code and compiled executable programs under mpeg2dec decoder source code and VC-compiled executable programs under par is given in one group 25 and 30 frames per second rate under the MPEG-2 and MPEG-1 encoded encoder parameter files. in given executable program of the document contains a mpeg2ply used to play mpeg1 and mpeg2 video streams windows executable program. AAC aacenc mpeg2 AAC audio coding procedures aacdec mpeg2 AAC audio decoding procedures Platform: |
Size: 694272 |
Author:韩义 |
Hits:
Description: 详细讲解了directshow的编程方法,附有多个源码,如:AppIPTransform为MFC Filter的例子,DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。
Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技术
的一些代码,SimplePlayer为一个简单的播放器例子。DESCallback演示了控制DirectShow智能连接的方法。MpegNetwork为“MPEG流的网络客户端播放”实现的所有源代码。DVD2AVI_1.77.3_SRC.zip为开放源码,
FilterMpeg2VD为此开放源码基础上开发的MPEG-2 Video Decoder Filter例子。-Explain in detail directshow programming, with more than one source, such as: AppIPTransform MFC Filter example, DsDemo some demo code, FilterTitleOverlay the characters superimposed Filter the source code. Chapter05: Chapter 5 used code, which GraphBuilding, building technology, some code, SimplePlayer Filter Graph is a simple example of a player. DESCallback presentation control DirectShow intelligent connection. MpegNetwork Play MPEG stream network client to achieve all of the source code. DVD2AVI_1.77.3_SRC.zip as open source, FilterMpeg2VD developed on the basis of this open source MPEG-2 Video Decoder Filter example. Platform: |
Size: 670720 |
Author:renchao |
Hits: