-
使用DirectShow抓屏的Demo程序
使用DirectShow抓屏的Demo程序-The use of DirectShow screenshots of the Demo program
- 2022-03-07 01:11:16下载
- 积分:1
-
vcap源代码这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以...
vcap源代码这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-vcap source code This is a pure Win32 API application, No MFC. Procedures demonstrated the VFW (Video for Windows) use. Show video from the camera and can be intercepted off the video saved as AVI files. Process model of non-rectangular windows programming as well as file Universal Realization of the dialog box. This code is a rare example of a beginner program.
- 2023-01-06 05:50:03下载
- 积分:1
-
based video server streaming media player, MPEG4 coding 2M bitstream.
基于视频服务器的流媒体播放程序,MPEG4编码2M码流。-based video server streaming media player, MPEG4 coding 2M bitstream.
- 2022-07-10 19:24:38下载
- 积分:1
-
图像采集卡,程序是一个小的实例,你可以根据它来修改称自己的应用,VC源程序...
图像采集卡,程序是一个小的实例,你可以根据它来修改称自己的应用,VC源程序-Image acquisition card, the program is a small example, you can modify that according to its own applications, VC source
- 2022-08-04 07:17:53下载
- 积分:1
-
VC++ 视频采集与压缩、音频采集、加扰和解绕
VC++ 视频采集与压缩、音频采集、加扰和解绕
VC++ 视频采集与压缩、音频采集、加扰和解绕
VC++ 视频采集与压缩、音频采集、加扰和解绕
VC++ 视频采集与压缩、音频采集、加扰和解绕
VC++ 视频采集与压缩、音频采集、加扰和解绕
- 2023-04-26 18:30:05下载
- 积分:1
-
Publish pictures from your digital camera to the web with this easy to use wizar...
Publish pictures from your digital camera to the web with this easy to use wizard-style Java application. Automatically resize your images and produce a set of HTML pages including index pages with thumbnails, and detailed caption pages for each photo.
- 2022-08-06 05:15:01下载
- 积分:1
-
一个简单的屏幕捕捉程序, 仅供参考用途
一个简单的屏幕捕捉程序, 仅供参考用途-a simple screen capture procedures for reference purposes
- 2022-05-29 11:15:32下载
- 积分:1
-
NXP official SAA7112 source code, in great detail all the features of the realiz...
NXP官方SAA7112源代码,非常详尽的实现了所有功能函数,原用于NXP自家的trimedia平台,标准C,移植很容易。-NXP official SAA7112 source code, in great detail all the features of the realization of a function, the original home for NXP
- 2023-07-25 17:25:03下载
- 积分:1
-
视频广播程序,从别外下载的,我还不会写。
视频广播程序,从别外下载的,我还不会写。-Video Broadcasting procedures, and other downloadable outside, I will not write.
- 2023-08-28 18:30:04下载
- 积分:1
-
ffmpeg解码视频
在学习ffmpeg的过程中发现,目前大多数的资料中的函数都过时,所以照着这些资料的思路将一些旧的函数替换成新的函数。代码的目的是读取一个名为1.flv的文件,并把解码的帧以ppm文件的形式存放。
函数均是最新的(2013年12月19日,32位版本),旧的函数名均已修正。lib与include是从ffmpeg的dev版本中考出来的,建立工程时注意正确设置。dll文件在ffmpeg shared版本中的,我都已拷到工程目录下。我的vs版本是2013,为防止版本不兼容,仅提供cpp文件。
代码流程为:打开文件,获取视频流,获取视频格式,获取解码器,解码帧,存入图片,释放内存。
- 2022-04-09 11:43:01下载
- 积分:1