Skip to content

Instantly share code, notes, and snippets.

@mono0x
Last active October 7, 2015 18:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mono0x/3205921 to your computer and use it in GitHub Desktop.
Save mono0x/3205921 to your computer and use it in GitHub Desktop.
動画から音声を抽出
#!/bin/sh
# usage extractaudio input output
avconv -i $1 -vn -c:a copy $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment