All Projects → mengdu → poster

mengdu / poster

Licence: other
浏览器端video视频截图,视频封面获取

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to poster

electron screenshot
Node 调取微信 dll 截图
Stars: ✭ 44 (+4.76%)
Mutual labels:  screenshot
normcap
OCR powered screen-capture tool to capture information instead of images
Stars: ✭ 441 (+950%)
Mutual labels:  screenshot
dot-screencap
A screencapturing library
Stars: ✭ 31 (-26.19%)
Mutual labels:  screenshot
html-to-svg
svg screenshot of web pages (saves the given URL to an SVG file)
Stars: ✭ 110 (+161.9%)
Mutual labels:  screenshot
capture-website-api
Capture screenshots of websites as a (host it yourself) API
Stars: ✭ 30 (-28.57%)
Mutual labels:  screenshot
siteshooter
📷 Automate full website screenshots and PDF generation with multiple viewport support.
Stars: ✭ 63 (+50%)
Mutual labels:  screenshot
laravel-browsershot
Browsershot wrapper for Laravel 5
Stars: ✭ 108 (+157.14%)
Mutual labels:  screenshot
ScreenshotPlugin
A simple Screenshot plugin for Xamarin and Windows to get and save screenshot in yours apps.
Stars: ✭ 32 (-23.81%)
Mutual labels:  screenshot
ImageOnMap
Repo for ImageOnMap, a bukkit plugin created to display any image using a map
Stars: ✭ 162 (+285.71%)
Mutual labels:  poster
Screenbar
A MacOS menubar app for automating screenshots
Stars: ✭ 93 (+121.43%)
Mutual labels:  screenshot
screenshot
This library helps to take screenshot dynamically
Stars: ✭ 64 (+52.38%)
Mutual labels:  screenshot
Selenium-Foundation
Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Stars: ✭ 51 (+21.43%)
Mutual labels:  screenshot
screenshot
A screenshot API to convert web to image or PDF. Supports desktop and mobile views.
Stars: ✭ 108 (+157.14%)
Mutual labels:  screenshot
nextshot
A simple tool for taking screenshots on Linux and sharing via Nextcloud
Stars: ✭ 37 (-11.9%)
Mutual labels:  screenshot
ShaderGraphToPNG
Screenshots a Shader Graph in multiple sections, stitches them together and saves the result as a PNG
Stars: ✭ 54 (+28.57%)
Mutual labels:  screenshot
ffmpeg-extract-frames
Extracts frames from a video using ffmpeg.
Stars: ✭ 50 (+19.05%)
Mutual labels:  screenshot
webshot
Screenshot websites as a service.
Stars: ✭ 84 (+100%)
Mutual labels:  screenshot
screenie-server
A Node server with a pool of Puppeteer (Chrome headless) instances for scalable screenshot generation.
Stars: ✭ 19 (-54.76%)
Mutual labels:  screenshot
1click-webpage-screenshot
Entire page Screenshot extension for Google Chrome. I'm developing open source extension for Google Chrome. All extension are free for use. Let's make Chrome great again!
Stars: ✭ 432 (+928.57%)
Mutual labels:  screenshot
fast-poster
🔥🔥🔥 fastposter海报生成器,电商海报编辑器,电商海报设计器,fast快速生成海报 自定义海报制作 海报开发。二维码海报,图片海报,分享海报,二维码推广海报,支持Java Python PHP Go JS 小程序。基于Vue 和Pillow 演示地址:https://poster.prodapi.cn/
Stars: ✭ 329 (+683.33%)
Mutual labels:  poster

Poster

这是一个前端 Video 视频播放截图工具。

通过 canvas 实现从video标签截取当前播放画面。

use

<script src="./libs/video.js"></script>
  • window.$poster.videoScreenshot(video, time, size, cb(err, blob)) 视频截图,不支持跨域;time 为指定视频进度,默认为0

    • video HTMLVideoElement 标签
    • time 0|number|[number] 定截图视频播放位置,秒;0 表示截取当前
    • size [w, h] 指定输出尺寸,默认输出原尺寸;可选
    • cb 回调函数,返回 (err, {orgSize, size, at, blob})
  • window.$poster.getMetadata(url, cb(err, data)) 获取视频数据元

兼容性

你的浏览器需要支持HTML5

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].