Awesome! Thanks, I knew there had to be a way!edit: This also works: for i in *.avi; do ffmpeg -i "$i" -ss 00:00:00 -t 00:00:10 ~/Public/test/${i%.*}.avi ; doneBut yours is much nicer.
Almost, here is the one that worked: for i in *.avi; do ffmpeg -i "$i" -ss 00:00:00 -t 00:00:10 ~/Public/test/${i%.*}.avi ; doneThanks for pointing me in the right direction.
The last show or movie you watched is having a crossover with the last game you played. What abomination has been created?
Thanks!!