Converting music to AAC with ffmpeg and keeping metadata
Created on 2023-04-02T02:51:55-05:00
ffmpeg -i song.m4a -acodec copy -id3v2_version 3 -movflags faststart song.m4a
Faststart
Places an index atom at the start of a file to make it able to play before more data is loaded.