Guest User

Untitled

a guest
Jan 17th, 2015
213
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for i in "E\:physio";
  2. do name=`echo $i | cut -d'.' -f1`;
  3. echo $name;
  4. ffmpeg -i $i $name.mov;
  5. done
RAW Paste Data