This example shows how to load ID3 Tags into Remotion using the id3-rw
library from @trustedtomato.
The complicated part is to set up the Webpack override correctly, as WebAssembly is not enabled by default and there are Async and Sync WebAssembly variants. Check the remotion.config.ts
file to see how it's done.
Since this library requires a sync import, but Webpack cannot load WebAssembly in the main chunk, we need to use lazyComponent
.
Install Dependencies
npm i
Start Preview
npm start
Render video
npm run build
Upgrade Remotion
npm run upgrade
Get started with Remotion by reading the fundamentals page.
We provide help on our Discord server.
Found an issue with Remotion? File an issue here.
This code: MIT The Remotion library: Notice that for some entities a company license is needed. Read the terms here.