Skip to content

motion-canvas/exporters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f08e8e3 · May 13, 2023

History

5 Commits
May 10, 2023
May 10, 2023
May 10, 2023
May 13, 2023
May 10, 2023
May 10, 2023
May 10, 2023
May 10, 2023
May 10, 2023
May 13, 2023
May 10, 2023
May 10, 2023
May 10, 2023
May 10, 2023
May 10, 2023
May 10, 2023
May 13, 2023
May 13, 2023
May 10, 2023
May 10, 2023

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