[FFmpeg-user] FFmpeg does not add meta tags to mp2 files
Kimio Miyamura
xanadu at apost.plala.or.jp
Sat Jul 25 10:46:01 CEST 2015
> 2015/07/25 5:19 P.M. andrew <andrew.david.strong <at> gmail.com> wrote:
>
> andrew at ilium~/media/luckynight/test$ ffmpeg -i luckynight.wav -c:a mp2 -b:a 320k -metadata artist="Jody Marie Gnant" test.mp2
Try put -metadata option just after -i option.
$ ffmpeg -i luckynight.wav -metadata artist="Jody Marie Gnant" -c:a mp2 -b:a 320k test.mp2
Best Regards,
// Miya
More information about the ffmpeg-user
mailing list