While I am waiting for a 1.0 release of Ogg Vorbis, I made a "WAV" folder on my computer and have been regularly ripping CDs into that folder using Exact Audio Copy. Right now that folder has 3.4 GB of wave files in different subfolders. Is there a program in which I could specify this "WAV" folder, and it would go and recursively convert all WAVs into oggs of the same filename using a specified encoder? A bonus would be if it parsed the filename ("Artist - Title.wav", always dash-separated) and made the appropriate tags. Any thoughts? -- Philip. <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.
BASH with oggenc :) <p><p><p>Is there a program in which I could specify this "WAV" folder, and it would go and recursively convert all WAVs into oggs of the same filename using a specified encoder?> > A bonus would be if it parsed the filename ("Artist - > Title.wav", always dash-separated) and made the > appropriate tags.cut or sed <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.
MARK JAMES HETHERINGTON
2002-Feb-10 20:31 UTC
[vorbis] Looking for a batch encoder program
It would be a lot easier to rip+encode the cds in one step with most ripping tools, which will do the tags and stuff for you. Since you've already done it though, I imagine a crafty batch file, or a shell script will do it, just pass the appropriate info to oggenc. I assume your just ripping these now to save time ripping later? Although file sizes will decrease slightly with 1.0 (I assume), RC3 is still pretty good though. ----- Original Message ----- From: "Philip M. White" <pwhite@gigacluster.net> Date: Monday, February 11, 2002 2:36 pm Subject: [vorbis] Looking for a batch encoder program> While I am waiting for a 1.0 release of Ogg Vorbis, I made a "WAV" > folder on my computer and have been regularly ripping CDs into > that folder using Exact Audio Copy. Right now that folder has 3.4 > GB of wave files in different subfolders. Is there a program in > which I could specify this "WAV" folder, and it would go and > recursively convert all WAVs into oggs of the same filename using > a specified encoder? > > A bonus would be if it parsed the filename ("Artist - Title.wav", > always dash-separated) and made the appropriate tags. > > Any thoughts? > > -- Philip. > > > --- >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. ><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.
MARK JAMES HETHERINGTON
2002-Feb-10 22:37 UTC
[vorbis] Looking for a batch encoder program
I'm not expert enough in bash to write it from scratch, but I imagine there are scripts freely available to recurse directories and run commands on files... :-) I can understand waiting for 1.0, but the encoder may improve after 1.0 too I think. ----- Original Message ----- From: "Philip M. White" <pwhite@gigacluster.net> Date: Monday, February 11, 2002 4:40 pm Subject: Re: [vorbis] Looking for a batch encoder program> At 21:57 2/10/2002, Lance Paine wrote: > >BASH with oggenc :) > > Fair enough; are you expert enough in bash that you could give me > the script for such an operation? > > > > At 22:31 2/10/2002, MARK JAMES HETHERINGTON wrote: > >It would be a lot easier to rip+encode the cds in one step with > most > >ripping tools, which will do the tags and stuff for you. Since > you've > >already done it though, I imagine a crafty batch file, or a shell > >script will do it, just pass the appropriate info to oggenc. > > > >I assume your just ripping these now to save time ripping later? > >Although file sizes will decrease slightly with 1.0 (I assume), > RC3 is > >still pretty good though. > > I am ripping now because I only want to rip stuff using Exact > Audio Copy. Yeah, RC3 is great, but I want the most bang for my > buck with 1.0. :) > > > --- >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. ><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.
> A bonus would be if it parsed the filename ("Artist - Title.wav",always dash-separated) and made the appropriate tags.> > Any thoughts?I have done a small perl script that can handle the .cue and .wav files created by EAC using the function "create image". It can normalize the wav-file first, splits it into the several tracks, encode these, do the tagging and also creates playlists. I haven't thought that anybody is interested in, but you can find it at http://www.sboeck.de/oggb . This site is in german, but if you are looking only for the script try the oggb_small.zip. The big oggb.zip also contains the programs oggenc, normalize and replaygain. At this time the script doesn't process the wav-files with replaygain, but it will be implemented in one of the next versions. If there are any bugs or suggestion, please report them to me. Thanks Sebastian <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.