-
FrCapture-master
说明: ## 视频截图工具
可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。
## 使用
### 简单使用
主要文件:
```
<script src="poster.js"></script>
```
在视频预览界面调用:
```
poster($('video')[0],function(e){
//console.log(e);
if(e.bool){
//输出文件对象
var blob=e.data;//返回的是blob对象
console.log(blob);
p.src=window.URL.createObjectURL(e.data);//创建一个临时预览路径
}
});
```
### 使用extendvideo.js
`extendvideo.js`与`poster.js`不同的是前者会在引入它的页面里每个`video`标签里增加一个`getPoster()`方法
。
用法:
```
var blob=$('video')[0].getPoster();//返回图片blob对象
```
## 原理
此视频截图工具,采用了canvas绘图函数实现video图片截取,产生base64编码图片信息,再通过转blob。
你的浏览器需要支持`HTML5`(### simple to use
Main documents:
.
<script src= "poster.js" ></script>
.
Call on the video preview interface:
.
Poster ($('video') [0], function (E) {)
//console.log (E);
If (e.bool) {
/ / output file object
Var blob=e.data; / / return is blob
Console.log (BLOB);
P.src=window.URL.createObjectURL (e.data); / / create a temporary preview path
}
});
.
The use of extendvideo.js ###
The difference between `extendvideo.js` and `poster.js` is that the former adds a `getPoster () method to each `video` tag in the page that is introduced to it.
.
Usage:
.
Var blob=$('video') [0].getPoster (BLOB); / / return picture object
.
## principle
This video capture tool uses a canvas drawing function to intercept video pictures, generate Base64 coded picture information, and then transfer blob.
## compatibility
Your browser needs to support `HTML5`)
- 2018-01-16 10:49:42下载
- 积分:1
-
HTML基本網頁
幾本的HTML語法範例檔,關於HTML的排版(EX 顏色 圖片 版面幾本設定),初步了解HTML的語法,其各種標籤的使用方式
- 2022-01-22 14:49:24下载
- 积分:1
-
testPrograme and Using C++
这是图像输出程序。
- 2022-03-10 00:48:23下载
- 积分:1
-
jshopcj_dxcj_v1.0
Jshop小程序商城,是一款开源的电商系统,为中小企业提供最佳的移动电子商务解决方案。后台采用Thinkphp5.1框架开发,执行效率、扩展性、稳定性值得信赖,前台H5采用VUE开发,增加用户体验。(Jshop Small Program Mall is an open-source e-commerce system, which provides the best mobile e-commerce solutions for small and medium-sized enterprises. Background uses Thinkphp 5.1 framework development, implementation efficiency, scalability, stability is trustworthy, front H5 uses VUE development, increase user experience.)
- 2020-06-16 14:25:20下载
- 积分:1
-
向浏览器中添加button控件的bho
提供了一个bho的示例,向打开的每个浏览器中添加button控件,button的个数是根据网页中的input控件的个数而定的。点击控件会弹出密码框的内容,没有密码框的话就是空的。
- 2022-10-20 11:05:04下载
- 积分:1
-
高校管理系统
提供辅助功能到 allusers 有一个有效的用户 Id 和密码 assignedprivileges。 该系统还提供 followingfacilities 如: 1) 管理帐户、 运输、 旅馆、 费用、 课程、 建设、 学生大师、 巴士/分配宿舍......2) 提供服务,像 feerefunds,经常费用,tc 问题,以前会费、 权限,重置 passwordfeatures.3) 要求制作 queriesregarding 费被称为费折扣表,交通工具的详细信息,accommodationdetails,建立 details.4) 支持生成 reportsregarding 学生详细信息、 费用报告、 证书、 Tc 问题详细信息、 feesanalysis 报告,贷款估计报告、 宿舍腾空列表、 身份证、 生日问候。
- 2022-06-03 10:47:34下载
- 积分:1
-
网络版光伏监控系统
这是一个光伏监控系统的程序,使用C#和VB两种语言相结合,在VS2010中编写界面程序,可以发布网页。
- 2022-02-20 02:46:39下载
- 积分:1
-
carRent
一个用PHP和MySQL实现的二手车交易网站,可以作为课程设计或者本科的毕业设计使用。(PHP and MySQL to achieve a second-hand car trading website can be used as an undergraduate or graduate curriculum designed to use)
- 2015-06-01 00:18:05下载
- 积分:1
-
组件-MSChart所用组件完整版
完整的MSChart所用组件,
- 2022-06-01 02:41:33下载
- 积分:1
-
CRM客户管理系统
开发环境为VS2008,编程语言为C#,数据库为SQL server 2008。包含收发消息、客户信息管理、跟进、实施等功能.
- 2022-09-28 05:40:05下载
- 积分:1