<p>Look at find's -exec option. And this isn't really much of a LUA and certainly no LAD question. More of a "how to use the shell" thing.</p>
<div class="gmail_quote">On Aug 12, 2011 1:11 PM, "guerrier" <<a href="mailto:guerrier@gmail.com">guerrier@gmail.com</a>> wrote:<br type="attribution">> hello<br>> <br>> can someone please help me with this?<br>
> <br>> i can find all the mp3s in a directory and its sub-directories with this:<br>> <br>> find -name "*.mp3"<br>> <br>> i can also ffmpeg a mp3 to m4a with this:<br>> <br>> ffmpeg -i INPUT.mp3 -y -acodec libfaac -ab 192k OUTPUT.m4a<br>
> <br>> now, i would like to pipe all that find finds into ffmpeg.<br>> <br>> thanks<br>> guerrier<br>> _______________________________________________<br>> Linux-audio-dev mailing list<br>> <a href="mailto:Linux-audio-dev@lists.linuxaudio.org">Linux-audio-dev@lists.linuxaudio.org</a><br>
> <a href="http://lists.linuxaudio.org/listinfo/linux-audio-dev">http://lists.linuxaudio.org/listinfo/linux-audio-dev</a><br></div>