> 2015/07/25 5:19 P.M. andrew <andrew.david.strong <at> gmail.com> wrote: > > andrew@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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
