Prep for making GA video

pull/7308/head
Craig Tiller 9 years ago
parent c22e31fb05
commit c919aff578
  1. 3
      tools/gource/gen-all-logs.sh
  2. 2
      tools/gource/gource.sh
  3. 2
      tools/gource/make-video.sh

@ -41,7 +41,6 @@ do
git clone https://github.com/grpc/$repo.git
cd $repo
gource --output-custom-log $tmpdir/logs/$repo
sed -i .backup "s,\|/,\|/$repo/,g" $tmpdir/logs/$repo
sed -i "s,|/,|/$repo/,g" $tmpdir/logs/$repo
done
rm $tmpdir/logs/*.backup
cat $tmpdir/logs/* | sort -n > $outdir/all-logs.txt

@ -34,7 +34,7 @@ gource \
--max-file-lag 0.05 \
--max-files 0 \
-e 0.01 \
--hide filenames,dirnames \
--hide filenames,dirnames,mouse,progress \
--disable-auto-rotate \
--file-filter '/grpc/doc/ref' \
$*

@ -37,7 +37,7 @@ $(dirname $0)/gource.sh \
--stop-at-end \
--output-ppm-stream - \
$@ | \
ffmpeg \
avconv \
-y \
-r 60 \
-f image2pipe \

Loading…
Cancel
Save