Skip to content

Commit 5602100

Browse files
committed
Add nix-shell to gource.sh
1 parent 36f6389 commit 5602100

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gource.sh

100644100755
+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
#!/usr/bin/env nix-shell
2+
#! nix-shell -p gource -p ffmpeg -i bash
3+
14
gource --path . --seconds-per-day 0.15 -1280x720 --file-idle-time 0 --auto-skip-seconds 0.75 --multi-sampling --stop-at-end --highlight-users --hide filenames,mouse,progress --max-files 0 --background-colour 000000 --disable-bloom --font-size 24 --output-ppm-stream - --output-framerate 30 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 output.mp4

0 commit comments

Comments
 (0)