Can't give metadata of comment to MP3 file using ffmpeg
问题 I want to covert a AAC to MP3 and give metadata of comment to the MP3 file using ffmpeg. But -metadata comment doesn't work and ffmpeg doesn't return any error. My code is ffmpeg -i "test.aac" -ab 128k -metadata comment='this is test' "test.mp3" I tried -metadata description='this is test' and also update ffmpeg. Other function such as -metadata artist and -metadata album works well. What's wrong with this code? Output Stream mapping: Stream #0:0 -> #0:0 (aac (native) -> mp3 (libmp3lame))