登录
首页 » 视频处理 » 基于视频服务器的视频解码程序,MPEG4编码2M码流。

基于视频服务器的视频解码程序,MPEG4编码2M码流。

于 2023-02-21 发布 文件大小:291.11 kB
0 163
下载积分: 2 下载次数: 1

代码说明:

基于视频服务器的视频解码程序,MPEG4编码2M码流。-Video Server-Based Video decoding procedures, 2M MPEG4 encoded bit stream.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一种软件,可以将 yuv 转换为 avi
    一种软件,可以将 yuv 视频转换为 avi,这不是简单的代码文件,这是一种软件。它可以漫无转换 avi 视频到 yuv 视频我从 CSDN 下载它。 下载它的用户给很高的评价,它所以如果你只需要将转换并不关心代码的复杂性,您可以选择它。
    2022-12-15 07:15:03下载
    积分:1
  • Based on the C++ Multimedia player video file
    基于C++的多媒体视频文件播放器-Based on the C++ Multimedia player video file
    2022-01-31 03:42:54下载
    积分:1
  • this a mini application with openCV library, only shows the colour in RGB combin...
    this a mini application with openCV library, only shows the colour in RGB combination.
    2023-08-11 06:10:03下载
    积分:1
  • gsl 科学计算库
    GSL(GNU Scientific Library)是GNU组织的数值计算C/C++函数库。它是自由软件,依从GPL协议发布。GSL提供了大量关于数学计算的函数库,当然也包括本文用到的随机数生成函数。更多关于GSL的信息可以到GSL的主页去了解。 计算机中产生服从各种分布的随机数,其基础是产生服从均匀分布的随机数。得到服从均匀分布的随机数以后,可以通过许多不同的算法产生服从其他分布的随机数,例如较常见的使用Polar(Box-Mueller)方法(gsl-1.9/randlist/gauss.c中函数gsl_rand_gaussian)或者使用Ziggurat方法(gsl-1.9/randlist/gausszig.c中函数gsl_rand_gaussian_ziggurat)产生Gaussian分布的随机数等(参考William H.Press等人的著作《C数值算法》)。
    2022-07-27 17:14:31下载
    积分:1
  • very good source of practical procedures
    非常好的实用程序源码-very good source of practical procedures
    2022-02-25 13:26:41下载
    积分:1
  • 简单的AVI播放器源码,可以播放AVI格式的文件。
    简单的AVI视频播放器源码,可以播放AVI格式的视频文件。-simple AVI video player source, can play AVI format video files.
    2023-02-07 11:20:03下载
    积分:1
  • 方便需要下载FLV的朋友,超小的flv真实地址探测工具
    方便需要下载FLV视频的朋友,超小的flv真实地址探测工具-Easy to download FLV video, friends, the real address of the ultra-small flv detection tools
    2022-01-26 00:36:47下载
    积分:1
  • 本程序提供了使用CVMR_Capture类实现对多USB摄像头进行监控的例子。通过本程序可以实现多画面预览,图片保存,编码等...
    本程序提供了使用CVMR_Capture类实现对多USB摄像头进行视频监控的例子。通过本程序可以实现多画面预览,图片保存,视频编码等-This program provides the use of multi-CVMR_Capture class implements USB camera for video surveillance example. This procedure can be achieved through the multi-screen preview, save the picture and video coding. .
    2023-06-24 17:15:03下载
    积分:1
  • H264 转换为YUV420的源代码
    本源代码主要实现的功能是将 h264标准视频流数据 转换成 YUV420格式,算法简洁明了,希望对大家有所帮助。
    2023-01-13 08:40:05下载
    积分: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
  • 696516资源总数
  • 106658会员总数
  • 16今日下载