@remotion/media-utils
import {TableOfContents} from '../../components/TableOfContents/media-utils';
A package providing utility functions for getting information about video and audio, and for visualizing audio.
Except for useAudioData()
, all functions can also be used outside of Remotion.
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
<Tabs
defaultValue="npm"
values={[
{ label: 'npm', value: 'npm', },
{ label: 'pnpm', value: 'pnpm', },
{ label: 'yarn', value: 'yarn', },
]
}>
bash
npm i @remotion/media-utils
bash
npm i @remotion/media-utils
bash
pnpm i @remotion/media-utils
bash
pnpm i @remotion/media-utils
bash
yarn add @remotion/media-utils
bash
yarn add @remotion/media-utils
Functions
License
MIT