(###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 93
下载积分: 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 个回复

  • jingpinkecheng
    精品课程网站,asp编写,附有后台,欢迎下载,谢谢(Quality courses website, asp prepared with the background, are welcome to download, thank you)
    2013-03-13 14:09:42下载
    积分:1
  • 1111shop
    使用php+mysql开发的电子商城,支持增删改查等(The electronic mall developed by PHP + MySQL supports adding, deleting and checking)
    2020-06-16 21:00:02下载
    积分:1
  • Jquery and Sql
    我们可以在juery中使用sql
    2023-03-16 10:50:03下载
    积分:1
  • 租车 Wordpress
    让客户保留车直接通过您的网站的汽车租赁主题。它的特点为车辆和定价的自定义文章类型。使用主题,可以接受 PayPal 和信用卡付款。
    2023-05-08 06:25:02下载
    积分:1
  • DedeCMS-V5.7-UTF8-SP1
      修复include/payment/alipay.php, 文件引用存在的安全风险   修复include/payment/yeepay.php, 文件引用存在的安全风险">
    2014-03-14 09:26:25下载
    积分:1
  • 网站
    这是我用CSS和HTML写的一个网站,可以当做写的一个网站的首页,索引功能(This is a website I wrote with CSS and HTML, which can be used as a home page and index function of a website.)
    2018-05-18 12:29:29下载
    积分:1
  • 自动定时抓取网页内容的软件
    在线电子书需要一页的看,还要被加载广告,不如直接抓取下来,存成txt放手机里慢慢看。本软件是自己开发的,抓取《斗破苍穹续集》的内容,定时3秒抓取一页,自动翻页,一分钟抓20页,开机一晚上,一部小说就完成了。该代码作为示例,可以让你知道如何进行软件抢票、抢小米等,参考明白了,好处多多!!开发环境: VS2010 vb.net
    2023-01-21 15:25:03下载
    积分:1
  • 聊天系统
    聊天系统的示例项目: 一个完整的示例的客户端服务器的聊天系统。 然而,出于演示目的,我将使用静态数组。我知道,你不能在您的 web 服务器场中使用它。把这篇文章作为概念,不作为一种解决方案。这个简单的 web 的聊天程序打算工作在任何浏览器支持 。 此外,您可以选择多个聊天室。为什么不延长从那里和多通道通道。
    2022-06-12 15:16:16下载
    积分:1
  • 企业进销存管理系统
    企业进销存 功能全面,有排序,菜单,用户权限,功能全面(Enterprise import and export management system)
    2017-12-01 22:52:37下载
    积分:1
  • houtai_lanse
    简单蓝色后台管理模板,蓝色风格,包含登陆页面及后台操作页面两个模板页面,后台操作页面是框架结构(Frame)布局,右侧下拉式导航菜单,web网页制作参考资料。(Simple blue background management templates, blue style, including landing pages and background operation page two page template, background operation page frame structure (Frame) on the right side of the layout, the drop-down menu navigation, web Webpage production of reference materials.)
    2013-12-28 13:34:07下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载