Displaying 2 results from an estimated 2 matches for "a49e1719".
2007 Apr 18
2
FLAC: sending output to file
...________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20070418/a49e1719/attachment.htm
2007 Apr 18
5
FLAC: sending output to file
Hi,
I'm using windows so I know the wildcard support for flac is broken. That's
why I use this command to encode a whole directory of WAV-files to
FLAC-files in a command prompt:
for %1 in (*.wav) do flac -V --best "%1"
This command is fully working
Now I want to write the flac output to a file, so I can open this file
later.
I tried to add > outputfile.txt to the command