Skip to content

Instantly share code, notes, and snippets.

@dan
Forked from ryanbillingsley/ffmpeg.sh
Last active August 29, 2015 14:07
Show Gist options
  • Save dan/3078aee11ada15a62944 to your computer and use it in GitHub Desktop.
Save dan/3078aee11ada15a62944 to your computer and use it in GitHub Desktop.
for i in "$@" ; do /Users/jsnell/ffmpeg -i "$i" -map 0:0 -acodec pcm_s161e -ac 1 -out_sample_rate 44100 "${i%.*}.wav" ;
done
on run {input, parameters}
beep
return input
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment