Forrest logo
back to the ffmpeg tool

ffmpeg:ai:da6d7

how do i extraxt a track to a different file?
$ ffmpeg -i inputfile.mp3 -acodec copy outputfile.mp3
try on your machine

Extracts an audio track from inputfile.mp3 and saves it as outputfile.mp3 without re-encoding the audio.

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 do i extraxt a track to a different file?
back to the ffmpeg tool