文件名称:react-video-compositor:具有虚拟背景,前景效果和bokeh背景模糊的React视频组件
文件大小:1.39MB
文件格式:ZIP
更新时间:2024-05-08 15:45:27
JavaScript
React视频合成器 灵活的React视频组件,用于虚拟背景,前景效果和bokeh背景虚化。 资源 仓库: : 文档: : 套件: : 入门 安装 npm i react-video-compositor 进口 import { VideoCompositor } from "react-video-compositor" ; 实施 下面的示例显示一个BodyPixCompositor组件,该组件已配置为每秒渲染60次。 渲染的视频将具有模糊的背景,并将被文件中的图像覆盖。 onCaptureStream回调将用于将MediaStream记录到控制台。 import React from "react" ; import { BodyPixCompositor } from "react-video-compositor" ; export default funct
【文件预览】:
react-video-compositor-main
----.gitignore(310B)
----package.json(1KB)
----jsconfig.json(200B)
----package-lock.json(1.34MB)
----src()
--------components()
--------functions()
--------setupTests.js(241B)
--------index.js(544B)
--------logo.svg(3KB)
--------reportWebVitals.js(362B)
--------App.jsx(179B)
--------App.css(564B)
--------index.css(366B)
--------App.test.js(246B)
--------hooks()
----public()
--------robots.txt(67B)
--------logo192.png(5KB)
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(492B)
--------logo512.png(9KB)
----scripts()
--------document.sh(56B)
----README.md(5KB)
----docs()
--------components_BodyPixCompositor.module_jsx.html(3KB)
--------hooks_useInterval.js.html(3KB)
--------components_VideoCompositor.jsx.html(6KB)
--------fonts()
--------module-useVideoStream.html(4KB)
--------module-useOnRenderBackgroundCallback.html(4KB)
--------functions_renderSolidColorBackground.js.html(3KB)
--------functions_renderBokehBackground.js.html(3KB)
--------hooks_useBodyPix.js.html(3KB)
--------module-hooks_useOnRenderForegroundCallback.html(4KB)
--------module-useOnRenderForegroundCallback.html(4KB)
--------module-BodyPixCompositor.html(3KB)
--------Components-module_VideoCompositor.html(3KB)
--------module-renderUnprocessedVideo.html(4KB)
--------module-useInterval.html(4KB)
--------module-useBodyPix.html(3KB)
--------components_BodyPixCompositor.jsx.html(4KB)
--------global.html(5KB)
--------module-hooks_useVideoStream.html(5KB)
--------module-components_BodyPixCompositor.html(3KB)
--------module-renderBokehBackground.html(5KB)
--------scripts()
--------module-functions_renderUnprocessedVideo.html(4KB)
--------functions_renderUnprocessedVideo.js.html(3KB)
--------module-hooks_useOnRenderBackgroundCallback.html(5KB)
--------index.html(8KB)
--------module-renderSolidColorBackground.html(5KB)
--------module-components_VideoCompositor.html(4KB)
--------module-VideoCompositor.html(3KB)
--------module-hooks_useBodyPix.html(3KB)
--------styles()
--------module-hooks_useInterval.html(4KB)
--------hooks_useVideoStream.js.html(3KB)
--------module-functions_renderSolidColorBackground.html(5KB)
--------hooks_useOnRenderForegroundCallback.js.html(3KB)
--------hooks_useOnRenderBackgroundCallback.js.html(5KB)
--------module-functions_renderBokehBackground.html(6KB)
----yarn.lock(480KB)
----.docsconfig.json(339B)