UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

22 lines (21 loc) 982 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EXTRA_PACKAGES_DOCS = exports.EXTRA_PACKAGES = void 0; exports.EXTRA_PACKAGES = { mediabunny: '1.50.8', '@mediabunny/ac3': '1.50.8', '@mediabunny/mp3-encoder': '1.50.8', '@mediabunny/aac-encoder': '1.50.8', '@mediabunny/flac-encoder': '1.50.8', '@mediabunny/prores': '1.50.8', zod: '4.3.6', }; exports.EXTRA_PACKAGES_DOCS = { mediabunny: 'https://www.remotion.dev/docs/mediabunny/version', '@mediabunny/ac3': 'https://www.remotion.dev/docs/mediabunny/formats#ac-3-and-e-ac-3', '@mediabunny/mp3-encoder': 'https://www.remotion.dev/docs/mediabunny/version', '@mediabunny/aac-encoder': 'https://www.remotion.dev/docs/mediabunny/version', '@mediabunny/flac-encoder': 'https://www.remotion.dev/docs/mediabunny/version', '@mediabunny/prores': 'https://www.remotion.dev/docs/mediabunny/formats', zod: 'https://www.remotion.dev/docs/zod-types/', };