Welcome![Sign In][Sign Up]
Location:
Search - ffmpeg mfc

Search list

[Streaming Mpeg4H264DecLib_PPC

Description: The ffmpeg in windows mobiles 6.0 pocket pc source code, add safe decode function, biulding no error warning in VC 2008.If u still want a using example,please search key word \"h264_ffmpeg049pre\" in this site, that is a win32 mfc using example, using method are all the same in pocket pc coding.Password is jessestone.I am Jesse Stone from Taiwan. email:fatalfeel@hotmail.com
Platform: | Size: 1030677 | Author: 小誠\ | Hits:

[Internet-Networknetbag

Description: 随着NDK 1.0的成功,我决定扩展它的功能。NDK可以说是一个网络程序设计的开发包。它由一系列的类组成实现client/server结构。NDK隐藏了所有复杂的关于网络连接、数据的发送与接收等功能。你只需要使用三个类就可以了:CNDKServer, CNDKClient和CNDKMessage。只要重载几个方法,你就可以设计除功能强大的client/server程序。NDK是基于MFC的CSocket类,因此你可以为你的局域网或Internet设计程序-With the success, I decided to expand its functions. NDK can be said to be a network programming development package. It consists of a series of compositions to achieve client/server structure. NDK hide all the complexity of network connectivity, data transmission and reception capabilities. You only need to use it on three categories : CNDKServer, CNDKClient and CNDKMessage. As long as the heavy number of ways you can design in addition to the powerful client/server process. NDK is based on the MFC CSocket category, so you can get for your LAN or Internet design program
Platform: | Size: 236544 | Author: 王杰 | Hits:

[Streaming Mpeg4RTPServer

Description: Rtp服务端代码,实现流媒体的传输。采用rtp协议。-Rtp server-side code to achieve the transmission of streaming media. Using rtp protocol.
Platform: | Size: 133120 | Author: Yen | Hits:

[Streaming Mpeg4NewFFmpegDocode

Description: 最新FFmpeg源码并带压缩解压缩MFC实例源码祥细,安排合理-Latest FFmpeg source code and unzip with a compression source code Xiangxi MFC examples to arrange reasonable
Platform: | Size: 2222080 | Author: 咹靜ゞ`兲倥 | Hits:

[Multimedia programDecodeShow

Description: 高清视频(1080p)的解码和显示,编程环境是MFC,用ffmpeg做的解码器,有显示的界面-HD video (1080p) for decoding and display, the programming environment is the MFC, to do with ffmpeg decoder interface showing
Platform: | Size: 6290432 | Author: shihuimin | Hits:

[Multimedia DevelopMPG_MFC5.0

Description: 基于FFMPEG的视频处理工具 调用了OPENCV工具-FFMPEG based video processing tool with OPENCV tools
Platform: | Size: 7529472 | Author: tony | Hits:

[Multimedia programffplay-ffmpeg

Description: ffmpeg的ffplay的程序,可实现视频的播放解码。-ffmpeg' s ffplay program, enabling video broadcast decoder.
Platform: | Size: 3869696 | Author: benchenglong | Hits:

[Multimedia Developffmpeg

Description: 播放器VC源码ffmpeg 播放器VC源码ffmpeg-MFC+ ffmpeg
Platform: | Size: 3011584 | Author: 易凯 | Hits:

[P2PcameraMonitorDemo-SDK

Description: MonitorAPI 是 p2p camera 接口文件 及接口库 MonitorWin 是 demo 主程序. 其中 tframe.h 是 类似 MFC 的 win32 SDK, 与 camera 无关 bin 是一些库 和 demo 主程序, 可运行的. mmcode.dll, avcodec-53.dll, avutil-51.dll 是 ffmpeg 解码库 MonitorAPI.dll 是 p2p camera 接口 MonitorWin.exe 是 demo 主程序-MonitorAPI p2p camera interface files and interface libraries MonitorWin demo main program. Tframe.h is similar to the MFC win32 SDK, and the camera independent of the bin library and demo main program can be run. Mmcode.dll in avcodec-53. dll, avutil-51.dll ffmpeg decoding library MonitorAPI.dll the p2p camera interface MonitorWin.exe is a demo main program
Platform: | Size: 1543168 | Author: xxl | Hits:

[DirextX38834463MPEGRecorder

Description: MPEG Recorder 是 Windows 平台下用来实时录制和压缩视频输入数据的软件,使用 MFC、DirectX、FFMPEG、MPEG4IP 等技术。程序生成 avi 和 mp4 格式的 MPEG-4 音频和视频格式数据。-MPEG Recorder software is a Windows platform for real-time recording and compressed video input data the, the use MFC, DirectX, the FFMPEG MPEG4IP technology. The program generates the MPEG-4 audio and video formats avi and mp4 format data.
Platform: | Size: 5940224 | Author: Tom | Hits:

[Multimedia programffmpegmfc

Description: 自己做的FFMPEG移植到VC下的开源工程:ffmpeg for MFC。本工程将ffmpeg工程中的ffmpeg转码器(ffmpeg.c)移植到了VC环境下。并且使用MFC做了一套简单的界面。它可以完成一个视频转码的基本功能:封装格式以及编码格式的转换。 详细参见: http://blog.csdn.net/leixiaohua1020/article/details/28744935-This software transplant ffmpeg to Microsoft VC++ environment. And use MFC to build a simple Graphical User Interface.
Platform: | Size: 19861504 | Author: 雷霄骅 | Hits:

[Multimedia programffplaymfc

Description: 自己做的FFPLAY移植到VC下的开源工程:ffplayfor MFC。本工程将ffmpeg项目中的ffplay播放器(ffplay.c)移植到了VC的环境下。并且使用MFC做了一套简单的界面。它可以完成一个播放器播放视频的基本流程:解协议,解封装,视频/音频解码,视音频同步,视音频输出。此外还包含一些控制功能:播放,暂停/继续,前进,后退,停止,逐帧播放,全屏等;以及一些简单的视频码流分析功能:视频解码分析和音频解码分析。 详情参见《ffplay播放器移植VC的工程:ffplay for MFC 》: http://blog.csdn.net/leixiaohua1020/article/details/28685327-This software transplant ffplay to Microsoft VC++ environment. And use MFC to build a simple Graphical User Interface.
Platform: | Size: 12896256 | Author: 雷霄骅 | Hits:

[Streaming Mpeg4ffplayformfc-code

Description: 本工程将ffmpeg项目中的ffplay播放器(ffplay.c)移植到了VC的环境下。 并且使用MFC做了一套简单的界面。- This software transplant ffplay to Microsoft VC++ environment. And use MFC to build a simple Graphical User Interface.
Platform: | Size: 13275136 | Author: | Hits:

[Video CaptureMFC_H264Decode

Description: opencv,mfc ffmpeg解码h264,播放器-opencv,mfc ffmpeg h264 player code
Platform: | Size: 7168 | Author: woqu | Hits:

[Multimedia Developffplaymfc

Description: ffmpeg mfc ffmpeg图形播放界面-ffmpeg player
Platform: | Size: 11444224 | Author: | Hits:

[Multimedia Developffmpegmfc

Description: ffmpeg mfc ffmpeg使用图形解码-ffmpeg codec
Platform: | Size: 20031488 | Author: | Hits:

[Multimedia Developmfc-ffmpeg-sdl

Description: 使用MFC开发界面, FFMPEG读取录像文件, 并用SDL显示。可以打开多种录像文件。-Use MFC FFMPEG SDL read video files, and display.
Platform: | Size: 11547648 | Author: 黄啸群 | Hits:

[Multimedia programMFC_Ffmpeg_sdl2_Player

Description: MFC FFMPEG STL2 播放器(Written by windows MFC FFMPEG)
Platform: | Size: 137216 | Author: laoxue | Hits:

CodeBus www.codebus.net