-
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
-
weiphp
weiphp 开源框架,大街微信第三方开发平台。(weiphp open source framework, street micro-channel third-party development platform.)
- 2021-05-06 16:32:23下载
- 积分:1
-
boomv2
boom网站宝贝v2.0(website v2.0)
- 2004-10-18 16:22:48下载
- 积分:1
-
js table排序,不用重新查询数据库,对当前table排序
js table排序,不用重新查询数据库,对当前table排序
- 2023-05-11 13:45:03下载
- 积分:1
-
xzphp授权系统免费版2.0
说明: 免费的PHP域名授权系统,仅需一段代码即可让您对自己的程序远程授权,保护自己的程序。
功能有:域名授权管理、添加授权、授权代码查看、版本管理、日志管理等功能,核心代码已加密请勿随意破解。
本程序安装授权码请看说明文档。(Free PHP domain name authorization system allows you to remote authorize your own programs and protect your own programs with only one piece of code.
Functions include: domain name authorization management, add authorization, authorization code view, version management, log management and other functions, the core code has been encrypted, do not crack at will.
Please see the instructions for installing authorization codes in this program.)
- 2019-03-13 08:41:12下载
- 积分:1
-
ShyPost企业管理系统
应用背景ShyPost企业管理系统是一套基于ASP的智能建站软件!产品具有界面新颖美观、动感时尚等特点,是一套服务于中小企业的CMS内容管理系统,软件使用门槛低,无须专业电脑知识,全后台操作管理,操作简单且功能强大,同时软件还具有极强的可扩展性,可以适应各行业不同的需求。
关键技术
ShyPost企业管理系统 13.3 更新日志:2015-09-29
增加购物车页面清空功能
- 2022-01-20 22:39:25下载
- 积分:1
-
week12
例子;使用了css,实现了其他网页的部分功能(Example;itis carryout
other html fuction)
- 2013-05-29 11:16:24下载
- 积分:1
-
捷扬文章系统 v3.3.1
捷扬文章系统 v3.3.1
文章管理系统,内容管理系统,新闻管理系统。完整无错版本。
- 2023-05-16 16:15:04下载
- 积分:1
-
Kevs-PHP-MYSQL-
learn php web programming language
- 2014-04-22 17:19:35下载
- 积分:1
-
luobbs
LUOBBS是一款基于PHP+MYSQL的小型论坛源码,简洁易用,全程DIV+CSS架构,整站HTML化,良好的内部结构,更适合网站优化推广。 功能简单,测试版本,功能还不完善,供学习参考使用! inc/conn.php 数据库链接文件 inc/const.php 配置文件 管理地址:admin/index.php (LUOBBS is a small forum based on PHP+ MYSQL source code, simple and easy to use, the whole DIV+ CSS framework, the entire station HTML, a good internal structure, more suitable for website optimization promotion. Function is simple, test version, function is not perfect, for learning reference! Inc/conn.php link file inc/const.php configuration file management address: admin/index.php)
- 2016-11-03 19:28:55下载
- 积分:1