[FFmpeg-user] FFmpeg does not add meta tags to mp2 files
Moritz Barsnick
barsnick at gmx.net
Sat Jul 25 10:51:57 CEST 2015
On Sat, Jul 25, 2015 at 17:46:01 +0900, Kimio Miyamura wrote:
> 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
Miya, the order of output options does not matter, if they are all
place between the input and the output.
You could have tried your suggestion within 10 seconds[*] to see that
it doesn't help. ;-)
Moritz
[*]
$ ffmpeg -f lavfi -i sine -metadata artist="Jody Marie Gnant" -t 2 -c:a mp2 -b:a 320k test.mp2
$ ffprobe test.mp2
$ ffmpeg -f lavfi -i sine -t 2 -c:a mp2 -b:a 320k -metadata artist="Jody Marie Gnant" test.mp2
$ ffprobe test.mp2
More information about the ffmpeg-user
mailing list