Skip to content

Instantly share code, notes, and snippets.

@rytoj
Last active October 11, 2015 20:02
Show Gist options
  • Save rytoj/491d679b3ba10656daf7 to your computer and use it in GitHub Desktop.
Save rytoj/491d679b3ba10656daf7 to your computer and use it in GitHub Desktop.
#!/bin/bash
#function to convert youtube clip to .webm
youtubewebm(){
avconv -i $1 -acodec libvorbis -aq 5 -ac 2 -qmax 25 -threads 2 $2.webm
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment