(###simpletouseMaindocuments:.<scriptsrc="poster.js"></script>.Callonthevideopreviewinterface:.Poster($('video')[0],function(E){)//console.log(E);If(e.bool){//outputfileobjectVarblob=e.data;//returnisblobConsole.log(BLOB);P.src=window.URL.createObjectURL(e.data);//createatemporarypreviewpath}});.Theuseofextendvideo.js###Thedifferencebetween`extendvideo.js`and`poster.js`isthattheformeraddsa`getPoster()methodtoeach`video`taginthepagethatisintroducedtoit..Usage:.Varblob=$('video')[0].getPoster(BLOB);//returnpictureobject.##principleThisvideocapturetoolusesacanvasdrawingfunctiontointerceptvideopictures,generateBase64codedpictureinformation,andthentransferblob.##compatibilityYourbrowserneedstosupport`HTML5`)-IMDN开发者社群-imdn.cn"> (###simpletouseMaindocuments:.<scriptsrc="poster.js"></script>.Callonthevideopreviewinterface:.Poster($('video')[0],function(E){)//console.log(E);If(e.bool){//outputfileobjectVarblob=e.data;//returnisblobConsole.log(BLOB);P.src=window.URL.createObjectURL(e.data);//createatemporarypreviewpath}});.Theuseofextendvideo.js###Thedifferencebetween`extendvideo.js`and`poster.js`isthattheformeraddsa`getPoster()methodtoeach`video`taginthepagethatisintroducedtoit..Usage:.Varblob=$('video')[0].getPoster(BLOB);//returnpictureobject.##principleThisvideocapturetoolusesacanvasdrawingfunctiontointerceptvideopictures,generateBase64codedpictureinformation,andthentransferblob.##compatibilityYourbrowserneedstosupport`HTML5`) - IMDN开发者社群-imdn.cn">
登录
首页 » JavaScript » FrCapture-master

FrCapture-master

于 2018-01-16 发布
0 86
下载积分: 1 下载次数: 0

代码说明:

说明:  ## 视频截图工具 可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。 ## 使用 ### 简单使用 主要文件: ``` ``` 在视频预览界面调用: ``` 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: . . 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`)

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

发表评论

0 个回复

  • Delphi的JSON解析器库
    应用背景# JSON解析器德尔福# #为什么?不象其他的Delphi的JSON解析器那里。他们似乎太复杂,简单的任务我对JSON。所以这是我的去。这个版本只在delphi XE 3和Delphi XE 6测试(Android)而且要在所有的Delphi版本支持泛型和tstringhelper。关键技术# # #新版本0.2 ;-重写了整个事情用tdictionary。 ;增加解码Unicode编码字符的支持。 ;-增加支持日期(必须指定
    2022-11-01 16:00:02下载
    积分:1
  • boke
    说明:  美观的个人博客系统,很实用,观赏也不错,欢迎好评,下载(very practical, good viewing, good reviews, welcome to download)
    2019-01-26 13:29:05下载
    积分:1
  • aoyun
    asp.net c# html access,企业网站装饰行业。(asp.net c# html access)
    2015-04-15 16:21:22下载
    积分:1
  • 32、SpringMVC模型
    采用Java语言,Eclipse开发工具,利用MAVEN管理jar包开发SpringMVC模型框架,通过Web端访问Controller,进而调取服务。(Using Java language, Eclipse development tools, using MAVEN management jar package to develop Spring MVC model framework, access Controller through the Web side, and then invoke services.)
    2020-06-23 06:40:02下载
    积分:1
  • flim_cs
    电影院售票系统,运用c#编写,需要连接数据可,功能比较全面,希望可以帮到你(Cinema ticketing system)
    2020-10-21 22:17:23下载
    积分:1
  • forum
    具有论坛基本功能,但是界面效果稍欠,后期有待修缮(failed to translate)
    2013-05-09 00:24:25下载
    积分:1
  • thinkphp项目
    资源描述thinkphp后台模板,基于bootstrap实现,包含html5+css3+js等
    2022-02-02 12:31:00下载
    积分:1
  • 1111shop
    说明:  使用php+mysql开发的电子商城,支持增删改查等(The electronic mall developed by PHP + MySQL supports adding, deleting and checking)
    2020-06-16 21:00:02下载
    积分:1
  • html5getcolor
    内置5种样式的超酷HTML5颜色选择器源码,有圆形、方形、饼形、环形等5种样式供选择(The cool HTML5 Color Picker source built-in 5 styles, round, square, pie, ring styles to choose from)
    2013-04-25 09:27:19下载
    积分:1
  • Discuz_7[1].0.0_FULL_SC_UTF8
    说明:  php论坛 Discuz_7[1].0.0_FULL_SC_UTF8.zip(phpphpphpphpphpphp)
    2010-04-20 15:20:50下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载