For some reason, whatever I saw on the net used bash – this has a lot of pitfalls, mainly spaces in names. Here is a better command:
find . -name "*flac" -exec oggenc -q 7 {} \;
-q 7 sets the quality, 10 being the highest.
Posted by tread on February 23, 2007
For some reason, whatever I saw on the net used bash – this has a lot of pitfalls, mainly spaces in names. Here is a better command:
find . -name "*flac" -exec oggenc -q 7 {} \;
-q 7 sets the quality, 10 being the highest.
Posted in Linux, Ubuntu | 1 Comment »