-
视频文件捕捉的一个小程序,短小精悍,无驱动捕捉。
视频文件捕捉的一个小程序,短小精悍,无驱动捕捉。-Video files to capture a small procedure, dapper, no drive to capture.
- 2022-03-19 12:29:48下载
- 积分:1
-
windows下编译ffmpeg(源码-编译过程-一般错误处理方法)
FFmpeg是一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序。它包括了目前领先的音/视频编码库libavcodec。 FFmpeg是在Linux下开发出来的,但它可以在包括Windows在内的大多数操作系统中编译。这个项目是由Fabrice Bellard发起的,现在由Michael Niedermayer主持。可以轻易地实现多种视频格式之间的相互转换,例如可以将摄录下的视频avi等转成现在视频网站所采用的flv格式。
- 2022-03-20 09:01:34下载
- 积分:1
-
师弟做的学校五四杯小车上面摄像头控制程序,希望对大家有所帮助...
师弟做的学校五四杯小车上面摄像头控制程序,希望对大家有所帮助-The junior school 54 Cup car camera control procedures above, I hope all of you to help
- 2022-02-03 00:34:28下载
- 积分:1
-
textureVIew 显示本地视频
应用背景之前使用surfaceView做视图显示,但是surfaceView无法实现旋转等一些操作,就找到了textureView做视图显示,做的一个简单播放本地视频的例子关键技术public class MainActivity extends Activity implements SurfaceTextureListener, OnBufferingUpdateListener, OnCompletionListener, OnPreparedListener, OnVideoSizeChangedListener{
TextureView textureView;
private MediaPlayer mMediaPlayer;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
textureView=(TextureView) findViewById(R.id.textureview);
textureView.setSurfaceTextureListener(this);
// textureView=new TextureView(this);
// textureView.setSurfaceTextureListener(this);
// setContentView(textureView);
}
@Override
public void onSurfaceTextureAvailable(SurfaceTexture surface, int width,
int height) {
System.out.println("onSurfaceTextureAvailab
- 2022-01-25 20:33:25下载
- 积分:1
-
基于C++的多媒体视频文件播放器
基于C++的多媒体视频文件播放器-Based on the C++ Multimedia player video file
- 2023-08-10 06:10:03下载
- 积分:1
-
好东西大家分享,希望对啊价有所帮助,ok ,very good
好东西大家分享,希望对啊价有所帮助,ok ,very good-Good things to share, in the hope that prices will help ah, ok, very good
- 2022-08-22 16:42:33下载
- 积分:1
-
摄像头监控程序,可以用在VB应用程序如相机苏…
摄像头监视程序,可以用于VB等应用程序的摄像头监视程序-Camera surveillance procedures, can be used in VB applications such as camera surveillance procedures
- 2022-02-01 14:05:07下载
- 积分:1
-
运动检测的源代码
Motion Detection Delphi Source Code
- 2023-05-23 11:10:04下载
- 积分:1
-
Free as VirtualDub it, it s function is more strong than Premiere and Media Stud...
虽然VirtualDub是一套免费的多媒体剪辑软件,但它的功能可一点也不输给Premiere以及Media Studio等专业等级产品的功能。在VirtualDub中主要的功能可以区分为两大部份,一是可以让您针对现有的电影短片文件如。AVI以及。MPG等做编辑的工作,另一项则是可以搭配您的影像补捉卡做即时的动态影像捕捉的功能。 -Free as VirtualDub it, it s function is more strong than Premiere and Media Studio those professional product. the function can dividey into two part, one is you can edit your current avi and mpg, the other is you can capture dynamic images with your image capture card.
- 2022-01-25 15:01:05下载
- 积分:1
-
本程序创建了一个窗口,捕获并显示avi文件,适用于初学者。...
本程序创建了一个窗口,捕获并显示avi文件,适用于初学者。-the process created a window to capture and display avi documents applicable to beginners.
- 2023-01-03 09:45:03下载
- 积分:1