Re: cd ripping to flac

2009-03-10 Thread Rick C. Petty
On Sat, Mar 07, 2009 at 08:12:28AM +0100, Zoran Kolic wrote: Howdy! I'd like to rip my cd-s to flac files using some command line app, like cdda2wav or cdparanoia. Using pipe to flac utility would be nice and the way I'd take. What program acts in that matter? What does this have to do with

Re: cd ripping to flac

2009-03-07 Thread Roland Smith
On Sat, Mar 07, 2009 at 08:12:28AM +0100, Zoran Kolic wrote: Howdy! I'd like to rip my cd-s to flac files using some command line app, like cdda2wav or cdparanoia. Using pipe to flac utility would be nice and the way I'd take. What program acts in that matter? It won't work if you want the

Re: cd ripping to flac

2009-03-07 Thread Zoran Kolic
Thanx for reply! It won't work if you want the songs to have the right metadata; You'd have to supply that to the pipe in some way... K. I would use metaflac anyway. For ripping I use cdparanoia: 'cdparanoia -B 1' rips all tracks. I was intended to have something like: cdparanoia -B - |

Re: cd ripping to flac

2009-03-07 Thread Zoran Kolic
audio/abcde Thank you for reply. As I see in Makefile, abcde uses cdparanoia as an engine for the job. I think I should stay with simple app. My thinkering was: what is the background app people on this list use? I consider either cdparanoia or cdda2wav. What makes me nervous is I do not see

Re: cd ripping to flac

2009-03-07 Thread Zoran Kolic
K, this command as root makes the flac file: cdparanoia 1 - | flac - -o song.flac -rw-r--r-- 1 root wheel 23560791 Mar 7 15:53 song.flac At this moment I cannot check if it plays correctly. METADATA block #0 type: 0 (STREAMINFO) is last: false length: 34 minimum blocksize: 4096

Re: cd ripping to flac

2009-03-07 Thread Tobias Rehbein
Am Sat, Mar 07, 2009 at 03:39:00PM +0100 schrieb Zoran Kolic: audio/abcde Thank you for reply. As I see in Makefile, abcde uses cdparanoia as an engine for the job. I think I should stay with simple app. Right now I'm ripping my CD collection using audio/ripit. It's a great tool, you

Re: cd ripping to flac

2009-03-07 Thread Michael Proto
On Sat, Mar 7, 2009 at 2:12 AM, Zoran Kolic zko...@sbb.co.yu wrote: Howdy! I'd like to rip my cd-s to flac files using some command line app, like cdda2wav or cdparanoia. Using pipe to flac utility would be nice and the way I'd take. What program acts in that matter? Since cdda2wav is in the

cd ripping to flac

2009-03-06 Thread Zoran Kolic
Howdy! I'd like to rip my cd-s to flac files using some command line app, like cdda2wav or cdparanoia. Using pipe to flac utility would be nice and the way I'd take. What program acts in that matter? Since cdda2wav is in the base, I suppose people use it regurarly. Something like: program