Skip to content

Instantly share code, notes, and snippets.

@rajdeep26
Created January 16, 2018 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajdeep26/3cec671db276019121c6119d49662f55 to your computer and use it in GitHub Desktop.
Save rajdeep26/3cec671db276019121c6119d49662f55 to your computer and use it in GitHub Desktop.
Convert audio codec using ffmpeg on linux
ffmpeg -i input.avi -acodec mp3 -vcodec copy out.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment