[ create a new paste ] login | about

Link: http://codepad.org/jei26HS9    [ raw code | fork ]

jpjacobs - Plain Text, pasted on Oct 23:
1
2
3
4
5
6
7
any2ogg() {
    for file in *.mp3 
     do
        avconv -i "$file" -ab 192k "${file:r}.ogg"
    done
}



Create a new paste based on this one


Comments: