mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Add metadata tags example to README
This commit is contained in:
@@ -94,6 +94,7 @@ const videoTrack = await input.getPrimaryVideoTrack();
|
||||
const audioTrack = await input.getPrimaryAudioTrack();
|
||||
const { displayWidth, displayHeight, rotation } = videoTrack;
|
||||
const { sampleRate, numberOfChannels } = audioTrack;
|
||||
const { title, artist, album } = await input.getMetadataTags();
|
||||
```
|
||||
|
||||
### Create new media files
|
||||
|
||||
Reference in New Issue
Block a user