Displaying 2 results from an estimated 2 matches for "1b7ceb8e".
2007 Sep 27
4
re-encode tool win32
Under linux/bash, it would be something like....
cd /MusicDirectory
find . -type f -name "*.flac" -exec sh -c 'flac -t {} && flac -8V {}' \;
Or to simplify and not test each file before re-encode....
find . -type f -name "*.flac" -exec flac -8 {} \; -print
Can someone translate this into NTBatch? Basically, recursive "dir" *.flac files as a
2007 Sep 28
4
re-encode tool win32
...rk in windows because of crappy wildcard support, ...)
are there plans to implement this? It's a clean way to re-encode all files I
think.
Harry
Aaron
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20070928/1b7ceb8e/attachment.htm