-
TS demux到ES流,然后ES到PES再到TS进行打包
TS demux到ES流,然后ES到PES再到TS进行打包
可以很好理解 TS, ES, PES
- 2022-01-25 22:00:38下载
- 积分:1
-
车辆检测程序
应用背景基于视频图像的车辆检测,提取运动车辆关键技术图像预处理,背景差分,图像平滑,阈值分割二值化,前景提取
- 2022-05-14 16:13:41下载
- 积分:1
-
此示例是一个互动的视频播放器,它使用
This sample is an interactive video player, which uses the
Windows XP Video Mixing Renderer s Windowless Mode to blend
video and a static image.
- 2022-03-11 10:42:36下载
- 积分: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
-
自己做的,将视频采集(利用摄像头就可以,采集后为AVI格式)和格式转换(AVITOYUV)结合在一个程序里面完成的代码,纯WIN32,无MFC。可用于H.264
自己做的,将视频采集(利用摄像头就可以,采集后为AVI格式)和格式转换(AVITOYUV)结合在一个程序里面完成的代码,纯WIN32,无MFC。可用于H.264编码的前期工作。-To do their own will video capture (using the camera can be collected after the AVI format) and format conversion (AVITOYUV) in conjunction with the completion of a program inside the code, pure WIN32, no MFC. H.264 encoder can be used for the preliminary work.
- 2022-01-22 00:59:44下载
- 积分:1
-
opencv_moving_object_tracking
opencv_moving_object_tracking,这个程序源代码实现的功能是:利用电脑上安装的摄像头来采集视频信息,之后将采集好的视频信息传输到OPENCV软件进行处理,处理之后显示到已经编号的MFC界面上。同时,MFC界面内容、功能丰富,也可以实现图像的处理,视频的处理,目标跟踪
- 2022-10-18 04:55:05下载
- 积分:1
-
信成为可能,因而用户可以用计算机控制仪器,可
以依赖计算机为工具开发自己的强有力的软件来增强
自己的仪器系统的功能,使他能够分析和处理特定的
数据并...
信成为可能,因而用户可以用计算机控制仪器,可
以依赖计算机为工具开发自己的强有力的软件来增强
自己的仪器系统的功能,使他能够分析和处理特定的
数据并显示结果,而不是限于仪器的固-letter as possible, so users can use computer-controlled equipment, it can rely on the computer as a tool to develop their own powerful software to enhance their own instrument system functions, so that he can analyze and process-specific data and display the results and not be confined to equipment Solid
- 2023-06-24 22:45:04下载
- 积分:1
-
视频采集处理,用于采集,socket通讯
视频采集处理,用于采集,socket通讯-Video acquisition and processing for the collection, socket communications
- 2023-05-26 15:00:03下载
- 积分:1
-
VC++视频开发实例集锦
详细说明:VC++视频开发实例集锦,包括“远程视频监控”语音识别系统等13个经典例子。
- 2022-09-01 23:00:04下载
- 积分:1
-
基于C++的多媒体视频文件播放器
基于C++的多媒体视频文件播放器-Based on the C++ Multimedia player video file
- 2023-08-10 06:10:03下载
- 积分:1