I record a satellite radio station (www.yesterdayusa.com). When I do I record 12 hours at a time. When I download this and then run tydemux to extract just an audio mp3 stream it will fail.
Tried to run tydemux on a 9GB Tivo file. 12 hour file.
Ran the command:
tydemux -s 2 -i /home/forsberg/sound/yusa/070311.ty -a output.mp3 -v /dev/null
Got the following errors a little after half...
This is in the INSTALL file.
Install:
--------
Download dvdbackup version 0.1 - you will also need libdvdread version 0.9.3 or
later.
Compile dvdbackup.c in the src dir like this gcc -o dvdbackup \
-I/my/prefix/to/libdvdread/include -L/my/prefix/to/libdvdread/lib \
-ldvdread dvdbackup.c
I'm on CentOS 4.4 with libdvdread 0.9.7, and it won't build. My existing binary now has...