Limping_Pylon;176910 Wrote: > I will have to try again to figure out why FLAC.exe didn't like the > command line options i'd put into EAC before i go a rippin'
Josh's links should provide all the EAC/FLAC config information you need to successfully rip and encode. [hint] This forum is also littered with the same topic having been previously addressed on multiple occasions. In regards to catwalk, two things come to mind (I've not used it in ages): 1) you may need to modify the syntax to: for %%x in (*.wav) do flac -V -8 --replay-gain --delete-input-file --padding=20000 "%%x" (this is necessary to process the for statement as part of a batch file) 2) from memory catwalk itself contains the necessary logic to do the iterative processing on each file, in which case after configuring catwalk, you'd drop the for...do syntax and simply call flac with the switches above and the filename parameter provided by catwalk -- egd Linux and loving IT! ------------------------------------------------------------------------ egd's Profile: http://forums.slimdevices.com/member.php?userid=3425 View this thread: http://forums.slimdevices.com/showthread.php?t=32320 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
