Skip to content

Instantly share code, notes, and snippets.

@itkq
Created November 24, 2014 07:25
Show Gist options
  • Save itkq/396afd4cee53509a7629 to your computer and use it in GitHub Desktop.
Save itkq/396afd4cee53509a7629 to your computer and use it in GitHub Desktop.
for x in *.mp4; do ffmpeg -i $x -ab 192k ${x%mp4}mp3; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment