[FLUG] [CODE] ogg 2 cda
- From: Gecco th Ruled <gecco@xxxxxxxxxxxx>
- To: fanolug@xxxxxxxxxxxxx
- Date: Thu, 26 Sep 2002 12:50:51 +0200
Mailing List del Fortunae LUG
=============================
[root@localhost root]# cat ogg2cda
for I in *.ogg
do
ogg123 -d wav -f "$I".wav "$I"
done
cdrecord -v dev=0,0,0 speed=10 -eject -audio -pad *.wav;
rm -f *.wav
[root@localhost root]#
per masterizzare in formato cdaudio i file .ogg che stanno in una dir
bau
--
<simon> ho capito una cosa stasera, non devo uscire quando non ho voglia di
uscire...
Other related posts:
- » [FLUG] [CODE] ogg 2 cda