[vorbis-dev] Vorbize Multiple Files

Kenneth C. Arnold kcarnold at yahoo.com
Fri Jun 23 11:55:15 PDT 2000



On Fri, Jun 23, 2000 at 09:57:59AM -0700, Mark Shander wrote:
> Hi Stan,
> 
> Here's a suggestion...add a -menu switch that displays a short text
> message screen w/status display that offers menu options.  Have the user
> select the ones they want.  Yes/no questions are toggles on the menu,
> and questions such as "Title" are variable fields.  When the user has
> selected all of the options they like, they type OGG! at the prompt to
> start.

Front-end job.

> Another suggestion is to allow wildcards.  Then, rather than a long
> command line specifying specific Shander radio shows to encode, I could
> encode using:
> 
> [programname] shander*.wav shander*.newext

for i in shander*.wav; do vorbize <options> "$i" "`basename $i wav`.ogg"; done

You could even make that a script.

Behold the power of the shell ;)

Kenneth

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/



More information about the Vorbis-dev mailing list