Converting music to AAC with ffmpeg and keeping metadata

Created on 2023-04-02T02:51:55-05:00

Return to the Index

This card pertains to a resource available on the internet.

This card can also be read via Gemini.

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.