Skip to content

Instantly share code, notes, and snippets.

@stuf
Created March 8, 2015 21:27
Show Gist options
  • Save stuf/2cf9858cbfd67c62fbe1 to your computer and use it in GitHub Desktop.
Save stuf/2cf9858cbfd67c62fbe1 to your computer and use it in GitHub Desktop.
what am i doing
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