Skip to content

Instantly share code, notes, and snippets.

@dev-brutus
Created January 21, 2022 09:44
Show Gist options
  • Save dev-brutus/d51f42be23d3984ccae6d8a1cd25084b to your computer and use it in GitHub Desktop.
Save dev-brutus/d51f42be23d3984ccae6d8a1cd25084b to your computer and use it in GitHub Desktop.
Extract audio from video
# To extract the audio stream without re-encoding:
ffmpeg -i input-video.avi -vn -acodec copy output-audio.aac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment