Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i in "E\:physio";
- do name=`echo $i | cut -d'.' -f1`;
- echo $name;
- ffmpeg -i $i $name.mov;
- done
RAW Paste Data