Skip to content

Instantly share code, notes, and snippets.

@codingisacopingstrategy
Created December 2, 2010 16:07
Show Gist options
  • Save codingisacopingstrategy/725575 to your computer and use it in GitHub Desktop.
Save codingisacopingstrategy/725575 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "start"
for f1 in *.MOV; do
/Applications/5DtoRGB.app/Contents/MacOS/5DtoRGB "$f1" 3
done
echo "stop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment