Today, Casey Allen Shobe <cshobe@softhome.net> wrote:> What's the easiest single step command to use cdparanoia & oggenc to > convert a CD straight into oggs without sucking a ton of disk space > for WAVs in the meantime?Hm, both jack (jack.sf.net) and abcde support a least-diskspace algorithm, IIRC.> Is it possible to do it so that the WAV rip resides in memory and only > the ogg gets written to disk?That's a nice idea. If you have the memory for it, you could use tmpfs which should be in recent linux kernels to create a mount point where the .wavs can reside in. HTH, -- Andreas Fuchs, <asf@acm.org>, asf@jabber.at, antifuchs --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
What's the easiest single step command to use cdparanoia & oggenc to convert a CD straight into oggs without sucking a ton of disk space for WAVs in the meantime? Is it possible to do it so that the WAV rip resides in memory and only the ogg gets written to disk? Thanks, -- Casey Allen Shobe cshobe@softhome.net --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hi: You can pipe the output from cdparanoia into oggenc as follows: cdparanoia <options> <tracknum> - |oggenc <options> -o <outfile> - An example: cdparanoia -q -z 1 - |oggenc -b 160 -o track-01.ogg - Hope this helps. Geoff. <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
#if Casey Allen Shobe> What's the easiest single step command to use cdparanoia & oggenc to convert > a CD straight into oggs without sucking a ton of disk space for WAVs in the > meantime? Is it possible to do it so that the WAV rip resides in memory and > only the ogg gets written to disk?Yes, if you use KDE. Just browse "audiocd:/Ogg Vorbis", select all the files, and drag+drop them to a directory on your hard disk. All done without intermediate files, and you also get the CDDB info as a bonus. Rik <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.