peppelorum

Untitled

Aug 11th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1.  
  2. IFS=$(echo -en "\n\b")
  3. for OUTPUT in $(find . -iname '*.mov')
  4. do
  5.     mediainfo $OUTPUT|grep Duration|head -n 1|cut -d ':' -f2
  6. done
Advertisement
Add Comment
Please, Sign In to add comment