Commit
This commit is contained in:
parent
ad26410ae7
commit
6080f1b6f5
19
gource.sh
Normal file
19
gource.sh
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
gource -1280x1280 \
|
||||||
|
--stop-at-end \
|
||||||
|
--seconds-per-day 2 \
|
||||||
|
-a 1 \
|
||||||
|
-o - \
|
||||||
|
| ffmpeg -y \
|
||||||
|
-r 60 \
|
||||||
|
-f image2pipe \
|
||||||
|
-vcodec ppm \
|
||||||
|
-i - \
|
||||||
|
-vcodec libx264 \
|
||||||
|
-preset fast \
|
||||||
|
-crf 18 \
|
||||||
|
-threads 0 \
|
||||||
|
-bf 0 \
|
||||||
|
-pix_fmt yuv420p \
|
||||||
|
-movflags \
|
||||||
|
+faststart \
|
||||||
|
output.mp4
|
Reference in New Issue
Block a user