Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.47 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.47 KB

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