Skip to content

Commit 6599f3b

Browse files
committed
gource.sh visualisation
1 parent 4ec7084 commit 6599f3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gource.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
gource -1920x1080 -c 4 -s 0.75 -b 000000 --colour-images --padding 1.2 --hide filenames,mouse,progress --bloom-multiplier 0.75 --bloom-intensity 1.5 --logo ccxt-logo-white.svg --highlight-users -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4

0 commit comments

Comments
 (0)