shithub: rc

ref: a303700e010d2435b3a1fcfc015bb3b973c0bcc2
dir: rc/aconv2

View raw version
#!/bin/rc
parm=()
if(~ $1 -l){
	parm=(-l)
	shift
}
pref=$1
for(i in $*(2-)){
	echo $i
	audio/flacdec <$i | pcm2opus >`{echo $i | mfmt $pref opus}
}