Dup Goto 📝

TaggingFiles

PT2/aw/media/multimedia 07-31 13:46:45
To Pop
5 lines, 33 words, 186 chars Monday 2023-07-31 13:46:45

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