Paul <[email protected]> added the comment: Ok I have found more info - it is actually Windows that is doing something outdated, apparently it can't/won't read standard ID3v2.4 tags.
Using a tag editor (http://www.mp3tag.de/en/) I manually added the following tags in the 'Extended Tags' panel: ALBUM ARTIST TITLE and now that data shows up in the correct columns in Windows Explorer. My problem now is that I can't see how to set those tags from ffmpeg. If I do: ffmpeg -i test.wav -ab 192k -metadata ARTIST="Test Artist" -metadata ALBUM="Test Album" -metadata TITLE="Windows Title" ../output4.mp3 ...then ffmpeg recognises the TITLE keyword and outputs a TIT2 tag instead. Is there some way to ask ffmpeg to set specific key names verbatim? ---------- priority: normal -> important topic: +ffmpeg ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2562> ________________________________________________
