登录
首页 » Java » 视频拍摄压缩

视频拍摄压缩

于 2014-03-27 发布
0 190
下载积分: 1 下载次数: 0

代码说明:

视频拍摄,H264编码压缩,只是一个demo,具体功能请自行添加

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

发表评论

0 个回复

  • J2E图书管理系统
    J2E图书管理系统
    2017-05-31下载
    积分:1
  • ListView内嵌GridView
    ListView内嵌GridView
    2014-01-12下载
    积分:1
  • Android录制视频源码
    Android录制视频源码
    2015-06-17下载
    积分:1
  • Android 蓝牙连接,解决数据报文分段 实例源码
    Android 蓝牙连接,解决数据报文分段 实例源码
    2014-08-29下载
    积分:1
  • 安卓调用系统闹钟及获取所有软件信息例子 源码
    安卓调用系统闹钟及获取所有软件信息例子 源码
    2014-10-17下载
    积分:1
  • aide破解完整版
    aide破解完整版
    2019-02-23下载
    积分:1
  • android优化大师 项目完整源代码下载
    仅供大家学习交流使用
    2013-08-28下载
    积分:1
  • JAVA驾照在线考试SSH实现(含mysql数据库脚本)
    一、源码介绍        使用ssh,mysql实现,分为前台和后台。二、主要功能       前台功能:注册,登录,找回密码,在线模拟考试,历史记录。       后台功能:题目模块,添加试题,管理试题。用户模块,用户管理。三、注意事项      开发环境为eclipse,数据库为mysql   
    2019-08-12下载
    积分:1
  • 远程视频监控
    【核心代码】 public interface CameraSource {  static final String LOG_TAG = "camera";  /**  * Open the camera source for subsequent use via calls to capture().  *   * @return true if the camera source was successfully opened.  */  boolean open();  /**  * Close the camera source. Calling close on a closed CameraSource is  * permitted but has no effect. The camera source may be reopened after  * being closed.  */  void close();  /**  * The width of the captured image.  *   * @return the width of the capture in pixels  */  int getWidth();  /**  * The height of the captured image.  *   * @return the height of the capture in pixels  */  int getHeight();  /**  * Attempts to render the current camera view onto the supplied canvas.  * The capture will be rendered into the rectangle (0,0,width,height).  * Outstanding transformations on the canvas may alter this.  *   * @param canvas the canvas to which the captured pixel data will be written  * @return true iff a frame was successfully written to the canvas  */  boolean capture(Canvas canvas);  boolean saveImage(String savePath, String fileName); }
    2013-12-04下载
    积分:1
  • android 一键配置WIFI模块 源码
    WIFI模块转串口   一键配置
    2015-06-03下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载