Skip to content

remotion-dev/id3-tags

Repository files navigation

Remotion - ID3 Tags

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.

Commands

Install Dependencies

npm i

Start Preview

npm start

Render video

npm run build

Upgrade Remotion

npm run upgrade

Docs

Get started with Remotion by reading the fundamentals page.

Help

We provide help on our Discord server.

Issues

Found an issue with Remotion? File an issue here.

License

This code: MIT The Remotion library: Notice that for some entities a company license is needed. Read the terms here.

About

Demo project for reading ID3 tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published