Skip to content

Instantly share code, notes, and snippets.

View isaacwaldron's full-sized avatar

Isaac Waldron isaacwaldron

  • Jupiter, FL, USA
View GitHub Profile

Get/set ID3 meta tags using ffmpeg

A quick guide on how to read/write/modify ID3 metadata tags for audio / media files using ffmpeg.

FFmpeg has a free-form command line option that allows the user to specify key-value-pairs for encoding metadata. Let's take a look.

1. Read ID3 metadata

To list all global metadata tags for a media file, just set an input but no output file.