-
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
-
html5实现之飘逸的头发
资源描述
html5实现之飘逸的头发,
动画效果,
html5动画游戏中的实现原理,
可以阅读
来源第三方
- 2022-07-16 18:15:39下载
- 积分:1
-
基于ssm公寓管理系统(含报告+数据库)
【实例简介】基于ssm公寓管理系统(含报告 数据库)
- 2021-06-21 00:31:09下载
- 积分:1
-
dhtmlxgantt
dhtmlxGantt 是一个开源的JavaScript 甘特条形图,可以帮助您直观地显示在一个漂亮的图表中的项目日程。它可以显示为线条的任务之间的相关性,并允许您设置不同的任务之间的关系(完成-开始,开始到开始,端到端)。dhtmlxGantt 提供了灵活的 API 和大量的事件句柄,它给你的自由来定制您的需要。
项目和任务轻松组织成显示在图表的左侧窗格中的分层结构。网格是很容易配置的所以你可以添加/删除自定义的列,以显示所需的信息。以完成百分比的阴影一眼就可以看到当前进度情况。您也可以启用工具提示,或使用内置的"快速信息"弹出菜单来显示每个任务的详细信息。
- 2022-02-16 05:02:50下载
- 积分:1
-
0001-2
企业经典网站1源代码,对网站建设编程具有较好的参考价值(A classic corporate website source code, program building on the site has a good reference value)
- 2015-03-08 22:41:25下载
- 积分:1
-
dwz+tp3.1.3重新整合版(头导航,权限管理,分页审核)
jUI富客户端1.4.6+ThinkPHP3.1.3 重新整合版添加头导航,权限管理,分页审核等,应用云引擎,此外将tpm也整合其中,近期会发布 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-11 19:55:53下载
- 积分:1
-
phpyun_2.5_GBK_Beta
PHPYun.Rencai System ——PHP云人才程序源码,架构于PHP+MySQL,自带安装程序,安装使用方便。设有企业招聘、人才库、人才资讯、培训充电等栏目,后台功能丰富,主要有静态网页生成、新闻管理、用户管理、广告、云同步、简历及招聘管理等功能。(The PHPYun.Rencai System- PHP clouds, talents program source code, architecture in PHP+MySQL, comes with the installer, to install and easy to use. There is a corporate recruitment, talent pool, personnel information, training charging columns, feature-rich background, the main static page generation, information management, user management, advertising, cloud synchronization, resume and recruitment management functions.)
- 2013-04-20 10:01:31下载
- 积分:1
-
phpwatch-2.0.4
phpWatch是一个基于PHP和MySQL开发的服务器状态监控程序,可同时支持多台主机。(phpWatch is based on PHP and MySQL development server status monitor program, which can support multiple hosts.)
- 2016-05-09 14:53:24下载
- 积分:1
-
器件出入库管理系统
应用背景器件出入库管理系统,就和图书管理系统差不多关键技术gridview的增删改查,数据库查询,更新,插入等,练手的。
- 2022-03-23 08:20:40下载
- 积分:1
-
JSP
基于JSP简易邮件系统设计描述INTERNET迅速发展,电子邮件已经成为信息交换的主要载体,电子邮件成为目前互联网上流行,方便快捷的通讯工具,随着网络发展普及,电子邮件的应用更加广泛。 (The rapid development of e-mail system based on JSP simple design description INTERNET, E-mail has become the main carrier of information exchange, e-mail became popular on the Internet currently, convenient communication tool, along with the popularity of network development, more extensive application of e-mail.)
- 2013-12-18 18:57:35下载
- 积分:1