-
x264最新源程序
资源描述最新的x264源程序,可以实现视频编码,是目前常用的编码器,实现环境是VS2013,希望可以帮到大家,相同兴趣爱好者可以更好地交流。
- 2023-06-03 22:55:03下载
- 积分:1
-
lineup of video collection, Yan Yun a teacher makes use of the VFW demo
巨棒的视频采集,闫允一老师的例程 利用VFW的demo-lineup of video collection, Yan Yun a teacher makes use of the VFW demo
- 2022-05-17 22:40:16下载
- 积分:1
-
This is a VC++ video capture application with the fuction of video playback ,and...
这是一个用VC++开发的视频采集的程序,不但可以回放视频,还可以保存视频和图片-This is a VC++ video capture application with the fuction of video playback ,and you can also save the captured video or iamge.
- 2023-08-21 03:05:04下载
- 积分:1
-
闻亭的TDS642EVM,即DM642的字幕叠加实验程序,本人已测试通过。...
闻亭的TDS642EVM,即DM642的字幕叠加实验程序,本人已测试通过。
-Wen booths TDS642EVM, DM642 subtitles superimposed experimental procedure, I have the test.
- 2022-05-25 16:14:54下载
- 积分:1
-
can achieve video capture
可以实现视频捕捉-can achieve video capture
- 2022-03-25 12:26:50下载
- 积分:1
-
用VB编写的抓屏小软件.代码量较少,比较实用
用VB编写的抓屏小软件.代码量较少,比较实用-VB prepared with a small software screenshots. Code less, more practical
- 2022-11-03 11:35:03下载
- 积分:1
-
视频处理中运动活力,运动强度的计算,预处理
视频处理中运动活力,运动强度的计算,预处理-Video Processing movement vitality, the intensity of exercise, pretreatment
- 2022-06-13 17:58:02下载
- 积分:1
-
win7下vs中实现onvif discovery(客户端、服务端)
在VS中运行服务器端程序,可以在ONVIF Device Test Tool中点击Discover Devices找到,运行客户端程序能返回数据。
- 2022-01-24 15:43:52下载
- 积分: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
-
视频捕捉与采集源程序,win32版本,值得开发借鉴.
视频捕捉与采集源程序,win32版本,值得开发借鉴.-video capture and acquisition source, the win32 version, it is worth developing reference.
- 2023-03-12 02:35:03下载
- 积分:1