-
err-006
关于桌球、蝴蝶的动态效果,还有canvas的简单实现花的效果( the dynamic effect of butterfly and table tennis)
- 2016-12-28 17:50:11下载
- 积分:1
-
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
-
lhgDialog-4.2.0
lhgDialog是一个功能强大且兼容面广的对话框组件,它拥有精致的界面与友好的接口
- 2022-03-29 04:29:42下载
- 积分:1
-
lottery
转盘 php+MySQL实现转盘,记录!(php for lottery!)
- 2014-11-17 20:23:06下载
- 积分:1
-
ASP开发一款ERP
ASP语言开发的ERP程序一款,甘肃腾龙电石有限公司ERP系统源码
- 2022-02-10 06:59:45下载
- 积分:1
-
网上商城
Java中SSH三大框架实现网上商城,查看商品,添加 修改商品,数据存放于MySql数据库中,可用
- 2023-07-20 19:50:03下载
- 积分:1
-
网络精英留言系统v1.0
网络精英留言板的源程序,可以参考建自己的网站留言(elite network bulletin board of the source, they can refer to build its own Web site message)
- 2005-04-25 16:06:29下载
- 积分:1
-
适合家居站的百叶窗轮播插件
适合家居网站的轮播图插件,高端大气上档次!(Suitable for home site rotation map plug-in, high-end atmosphere on the grade!)
- 2018-08-10 11:01:44下载
- 积分:1
-
4
说明: 2048中文版小游戏代码基于jquery.1.10.2.min.js制作,电脑版2048小游戏,键盘W、S、A、D控制方向。(2048 Chinese version of the game code is based on jquery.1.10.2.min.js production, computer version of 2048 games, keyboard W, S, A, D control direction.)
- 2019-01-05 20:40:50下载
- 积分:1
-
ECShop是一款B2C独立网店系统
邮箱 B2C 是一个独立的在线商店系统,适用于企业和个人来快速构建个性化的在线商店。系统基于 php 和 MYSQL 数据库的跨平台开源软件体系结构开发
- 2022-01-25 20:39:15下载
- 积分:1