We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8d018 commit be3aa42Copy full SHA for be3aa42
development/gource-viz.sh
@@ -4,7 +4,7 @@ set -x
4
gource \
5
--seconds-per-day .025 \
6
--user-scale 1.5 \
7
- --default-user-image "./images/icon-512.png" \
+ --default-user-image "./app/images/icon-512.png" \
8
--viewport 1280x720 \
9
--auto-skip-seconds .05 \
10
--multi-sampling \
@@ -21,4 +21,13 @@ gource \
21
--title "MetaMask Development History" \
22
--output-ppm-stream - \
23
--output-framerate 30 \
24
- | ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -b 65536K metamask-dev-history.mp4
+ | \
25
+ffmpeg \
26
+ -y \
27
+ -r 30 \
28
+ -f image2pipe \
29
+ -vcodec ppm \
30
+ -i \
31
+ - \
32
+ -b:v 65536K \
33
+ metamask-dev-history.mp4
0 commit comments