ffmpegwasm / ffmpegwasm/ffmpeg.wasm

write metadata artist to ? maybe encoding error

Open
#221 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
17.8k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
command
```
./ffmpeg -i 002.mp3 -c copy -metadata:s:a title="暧昧" -metadata:s:a album="菲主打" -metadata artist="王菲" tmp-3.mp3
```

this command works well with ffmpeg binary from ffmpeg.org, but get result like this with ffmpeg.wasm
```
Metadata:
title : 暧昧
album : 菲主打
artist : ??
```

any mp3 file can reproduce

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.