1. vue-video-renderer
Library for video editing with code
vue-video-renderer
Package: vue-video-renderer
Last modified: Mon, 23 May 2022 20:16:26 GMT
Version: 0.1.12
Downloads: 7

Install

npm install vue-video-renderer
yarn add vue-video-renderer

Vue Video Renderer

demo

I wanted to create a nice recording from automated tests and scenarios written in code. I could not find any nice solution for rendering and editing movies in JavaScript.

I found html5-animation-video-renderer but it was not suitable for composing a movie from several recordings due html5 media element seek latency. I took a few lines from it to use image2pipe from ffmpeg.

Usage

Check out the examples.

Run examples with npm run dev, and render with npm run render

Features

  • Real-time video preview and editing with Vite
  • Rendering with playwright, firefox and screenshots piped to ffmpeg.
  • Components for embedding input video and images.
  • Time and playback rate control with console.

TODO:

  • Offline audio mixer for audio track rendering.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin