On Sun, Oct 09, 2005 at 08:15:52PM +0200, Frank Breitling wrote: > Hello, > > I have been trying to record a DVB-T radio program to an ogg file. > Unfortunately I did not find a way to do it without an intermediate file. This fragment should do the trick # ATM still easier to do this than arse about with tzap -o APID=$(grep "^$2" .tzap/channels.conf|awk ' BEGIN { FS=":" } { print $12 }') tzap -S -r "${2}" & ts2es /dev/dvb/adapter0/dvr0 $APID >"${FILENAME}.mp2"& ##################################################################### Full (monstrously hacky) script attached -- /__ \_|\/ /\ -------------- next part -------------- A non-text attachment was scrubbed... Name: dvbtvrecord.sh Type: application/x-sh Size: 2887 bytes Desc: not available Url : http://www.linuxtv.org/pipermail/linux-dvb/attachments/20051009/81070fe1/dvbtvrecord.sh