Skip to content

Instantly share code, notes, and snippets.

@stgogm
Created May 28, 2016 03:00
Show Gist options
  • Save stgogm/1843153cffe48caa495a17834d99a2cb to your computer and use it in GitHub Desktop.
Save stgogm/1843153cffe48caa495a17834d99a2cb to your computer and use it in GitHub Desktop.
Convert the audio stream only of a video to AAC using avconv.
avconv -i $INPUT_FILE -strict experimental -map 0:v -map 0:a -c:a aac -b:a 768k -c:v copy $OUTPUT_FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment