ext_373430 ([identity profile] alexkuklin.livejournal.com) wrote in [personal profile] alexkuklin 2008-05-02 10:59 am (UTC)

угу.
изначально было

find -type f -iname "*.flac" | while read f; do
name=`basename "$f" .flac`;
dir=`dirname "$f"`;
echo $name;
ffmpeg -ab 128k -i "$f" "mp3/$name.mp3" 2> /dev/null
done


эффект тот же.

если приведенную первой строчку завернуть во внешний цикл, то не вылетает. ЧЯДНТ?

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org