search for: mgreig1

Displaying 2 results from an estimated 2 matches for "mgreig1".

Did you mean: agreig
2006 Jun 01
4
Batch Process for wav->flac?
I have a hard disk full of live shows. Each show is in an individual folder (titled by name and date of show), and contains the individual wav files of the show, labeled "disc1track1, disc1track2, etc." It's the same naming scheme in each of the 200 or so folders for each show. I want to convert each audio file to flac - is there a way to do this all at once? I can't just
2006 Jun 01
0
Batch Process for wav->flac?
...ndir DIR, $dir; while (my $file = readdir(DIR)) { next unless $file =~ /wav$/; my $cmd = qq[flac -8 "$file" ]; print "$cmd\n"; print `$cmd`; } closedir DIR; ----------------------------------------------------------------------------- >From: "Matthew Greig" <mgreig1@lsu.edu> >To: <flac@xiph.org> >Subject: [Flac] Batch Process for wav->flac? >Date: Thu, 1 Jun 2006 18:55:31 -0500 > >I have a hard disk full of live shows. Each show is in an individual >folder >(titled by name and date of show), and contains the individual wav fi...