搜索资源列表
DSWizardInstaller
- 开发filter的时候,你是否已经觉得每次都要重复的改写代码,有了这个就可以通过向导生成source filter, trans filter, render filter -development of the filter, do you feel that every time we have a duplication of code rewrite, with the Wizard can generate source through the filter, trans filter
tmndec-2.0.tar
- h.263 解码器代码,解码后可生成好几种可选的文件格式.在gcc下测试,好使
x264lib
- 代码是x264在DM642下的移植,编译之后生成库文件,在应用程序工程里加载头文件之后,此库可以按照所提供的函数进行调用
MPEG-4编码原代码
- 本程序可在Windows 2000、Visual C++6.0 环境下编译通过。源码是一个编码模块,编译后生成encore.lib库文件, 不能直接执行。需要读者自己编写程序调用其中的功能。运行时打开//encore/build/目录下的encore.dsw文件。-the program in Windows 2000, Visual C 6.0 environment compile. Source code is a module compiled generation encore.lib
583422MPEG-4
- MPEG-4编码原代码本程序可在Windows 2000、Visual C++6.0 环境下编译通过。源码是一个编码模块,编译后生成encore.lib库文件, 不能直接执行。需要读者自己编写程序调用其中的功能。运行时打开//encore/build/目录下的encore.dsw文件。-MPEG-4 coding of the original program code in Windows 2000, Visual C 6.0 environment compile. Source code
264
- ffmpeg中将264文件打包成TS流的代码,本人亲自在使用,生成的TS流可以使用VLC播放-ffmpeg in 264 files packaged into the code of the TS stream, I personally use the TS stream generated can use VLC player
ASF_Mux
- 这几天需要参考FFmpeg的asfenc的asf muxer功能写一个跨平台的程序, 就把ffmpeg里面的output_example.c和对应的libavcodec/msmpeg4 mp2 libavformat/asfenc 的功能和代码移植到windows, 没有使用其他的编译器, 直接用VC的console跑完整个程序. 感觉像ffmpeg这种开源项目的代码还是模块化分得很清楚, 不需要的东西都用宏关的很好. 例子程序生成一个asf输出文件,供大家参考. -asf muxer
OpenCaster2.4
- 很多不错的MPEG2传输流工具代码集合,主要用C和python实现。 功能: PSI 生成;EPG/EIT生成;DSM-CC数据生成和接收(MHP/MHEG5/SSU);TS 包和时序分析;等等。-This package is a collection of softwares to play out and multiplex MPEG2 transport stream format in a Linux system. Features: - PSI generation
h264
- vs2008环境下编写的基于ffmpeg的H264帧的生成代码,可以完成yuv420和rgb24到H264帧 的转换,并附有图片可供验证,生成的H264帧可以用elecard软件查看。-prepared under the vs2008 environment based on ffmpeg H264 frames generated code can be completed the conversion of yuv420 and rgb24 H264 frame with pictur
qt5.2-vlc-media1
- qt5.2中调用vlc 的API ,代码只有短短的50行 你懂的 出去qt自己生成的代码 我写的代码不到20行,输入你的视屏文件名就可以播放可哦-call vlc s qt5.2 in API, just 50 lines of code only you know yourself out qt generated code I wrote less than 20 lines of code, enter your screen name you can play the file can
mp4v2_mux_wins_good
- mp4v2源码的VS2010工程,有视频音频混合的例子,可以直接编译后debug会把1.aac和1.h264混合生成test.mp4,拿到mp4v2源码不知道怎么下手进行视音频混合的,可以参考这份代码。其中1.aac和1.h264是按例子需要生成的,格式特定,通用的aac和h264格式需要改例子代码才能支持。2017年6月份的mp4v2代码,比较新。(mp4v2 video and audio mux sample, vs2010)