Added some code to correctly chown/chmod the playlists when they are created
[videoscripts/.git] / avi2mp3avi
1 #!/bin/bash
2
3 cat "$1" | mencoder -oac mp3lame -ovc copy - -o "$2"
4