[vorbis] oggenc Command line Q in Win32

ndrw mchl grnbrg agreenbu at nyx.net
Tue Jan 15 08:12:11 PST 2002



k.m.krebs <kkrebs at telus.net> wrote:
: > When I use on my Win98 box:
: >     for %%1 in (*.wav) do oggenc.exe -q3.0 %%1
: 
:   Try
: 
: for %%1 in (*.wav) do oggnc -q 3 "%1"
: 
:   This _should_ get you the long file names (I'm on 98SE and it works) and
: also ensure it doesn't choke on files with spaces in the names.

By default, Windows doesn't always support long filenames in for loops.
If you're getting 8.3 filenames, try putting the command

lfnfor

before your for loop. This toggles on and off long filename support in
for.


-- 
 agreenbu @ nyx . net                             andrew michael greenburg
                     http://www.nyx.net/~agreenbu/

--- >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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.




More information about the Vorbis mailing list