Skip to content

motion-canvas/exporters

Repository files navigation


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