media/multimedia/ TaggingFiles
Tagging .aif files
Ffmpeg needs an option for it to write id3 metadata to an .aif file (unlike to e.g. a .mp4 file).
ffmpeg -i input_file.mp3 -write_id3v2 1 out.aif
Ffmpeg needs an option for it to write id3 metadata to an .aif file (unlike to e.g. a .mp4 file).
ffmpeg -i input_file.mp3 -write_id3v2 1 out.aif