-
老外的程序,实现本地视频捕捉代码!用C#语言写的!
老外的程序,实现本地视频捕捉代码!用C#语言写的!-foreigners procedures to achieve local video capture code! C# language to write!
- 2022-05-19 18:35:28下载
- 积分:1
-
YUV播放器,仅适用于YUYV格式,其他的不行
YUV播放器,仅适用于YUYV格式,其他的不行-Player only for YUYV
- 2022-07-17 11:20:13下载
- 积分:1
-
is 3pg streaming media files, suitable for mobile broadcast video of a small sho...
是3pg的流媒体文件,适合手机播放的一个小短片,拿出来和大家伙共享一下-is 3pg streaming media files, suitable for mobile broadcast video of a small show and the guy to share what
- 2023-05-09 07:20:03下载
- 积分:1
-
RTSP 播放器
Strong_RTSP_Player 项目是主要的 RTSP 球员实施与 qt 离散度 + libvlc
我们都知道,VLC 媒体播放器是支持几乎所有视频类型打造开放源码的多媒体播放器。Libvlc 是 VLC 的核心库,你可以通过 libvlc 改写自己的播放器,它是非常简单。我想要感谢开源组织"视频 Lan",这使得这种塑造开放源代码项目。按照图片的 RTSP 球员的主窗口,您可以单击菜单中的"开放"链接,输入您的 rtsp URL 你所要流。
- 2022-11-24 17:45:10下载
- 积分:1
-
本程序在 Windows 2000、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序...
本程序在 Windows 2000、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序-this program in Windows 2000, Visual C Compiler 6.0 environment, the need to use a camera and install the associated drivers
- 2022-03-05 10:19:45下载
- 积分:1
-
Source code which transcode MPEG
一个把HDTV的MPEG-2 TS流转码成标清的MPEG-2 TS流的Source Code-Source code which transcode MPEG-2 TS of HDTV to MPEG-2 of TS
- 2022-06-14 14:19:55下载
- 积分: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
-
WPF Media Bridge
WPF Media Bridge
- 2023-03-14 06:10:04下载
- 积分:1
-
对象跟踪激光
object tracker laser
- 2022-11-18 10:55:03下载
- 积分:1
-
using visual C++ to write the procedures Axis Video Capture
用visual C++写的Axis视频捕获程序-using visual C++ to write the procedures Axis Video Capture
- 2022-04-14 12:22:49下载
- 积分:1