ffmpegwasm / ffmpegwasm/ffmpeg.wasm
write metadata artist to ? maybe encoding error
Aperta
- Lingua principale
- C
- Stelle
- 17.8k
- Fork
- 1.1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.