motion-canvas / exporters

The official exporters for Motion Canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Vite logo

published with lerna powered by lerna npm package version discord


Motion Canvas Exporters

The official exporters for Motion Canvas.

Installation

  1. In an existing Motion Canvas project, install the exporter package:

    npm install @motion-canvas/ffmpeg
  2. Add the exporter as a plugin in your vite.config.ts:

      import {defineConfig} from 'vite';
      import motionCanvas from '@motion-canvas/vite-plugin';
    + import ffmpeg from '@motion-canvas/ffmpeg';
    
      export default defineConfig({
        plugins: [
          motionCanvas(),
    +     ffmpeg(),
        ],
      });
  3. Pick the exporter in the Video Settings tab: Video Settings

About

The official exporters for Motion Canvas

License:MIT License


Languages

Language:TypeScript 96.6%Language:Shell 1.8%Language:JavaScript 1.6%