Forrest logo
back to the ffprobe tool

ffprobe:ai:8ac79

Extracts the year of the song.mp3 using ffprobe, in JSON format.
$ ffprobe -v quiet -show_entries format_tags=year -of json 'song.mp3'
try on your machine

Extracts the year of the song.mp3 using ffprobe, in JSON format.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how find year of a song on cli ?
back to the ffprobe tool