dirlist="$...@}"
(
   [[ -z "$dirlist" ]] && dirlist=`find . -maxdepth 1 -mindepth 1 - 
type d` && IFS=$'\n'
   for i in $dirlist; do
      cd $i && ls -lsh *.avi && \
      cat *.avi > temp.avi && \
      mencoder -forceidx -oac copy -ovc copy temp.avi -o ../$i.avi && \
      cd ..
   done
)

seems to be working so far...

-- 
No matter how fast light travels it finds the darkness has always
        go there first, and is waiting for it.

_______________________________________________
OSX-Nutters mailing list | [email protected]
http://lists.tit-wank.com/mailman/listinfo/osx-nutters
List hosted at http://cat5.org/

Reply via email to