Last active
October 7, 2015 18:18
-
-
Save mono0x/3205921 to your computer and use it in GitHub Desktop.
動画から音声を抽出
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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