Skip to content

Instantly share code, notes, and snippets.

@12q
Last active March 28, 2018 21:28
Show Gist options
  • Save 12q/f0da23c21e0179cbb3ecf1e5c74bb7ac to your computer and use it in GitHub Desktop.
Save 12q/f0da23c21e0179cbb3ecf1e5c74bb7ac to your computer and use it in GitHub Desktop.
for s in *.MOV;
do echo "$s";
mediainfo $s | grep com.apple.quicktime.model;
done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment