Created
March 8, 2015 21:27
-
-
Save stuf/2cf9858cbfd67c62fbe1 to your computer and use it in GitHub Desktop.
what am i doing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TAKE=05 EVENT=SUMMER2012 SRC=Source/RAW/2012Summer/$TAKE \ | |
dcraw -vz4T -q 3 $SRC/*.CR2 && \ | |
ffmpeg -f image2 -pattern_type glob -i "$SRC/*.tiff" -r 24 \ | |
-vf "crop=iw:iw/(1920/1080):0:(ih/2)-((iw/(1920/1080))/2),setdar=dar=16/9,setsar=1:1" \ | |
-an -r 24 -vcodec prores -profile:v 2 -pix_fmt yuv444p10 ./$EVENT-$TAKE.mov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment