mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Add script to gen the gource video to webm
This commit is contained in:
parent
671dfb622a
commit
b63d51c3bb
7
doc/gen_gource
Normal file
7
doc/gen_gource
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# This script is used to generate the gource video released with each release of Salt
|
||||||
|
#
|
||||||
|
#
|
||||||
|
gource -1280x720 -s 0.5 --stop-at-end --hide filenames --highlight-all-users --file-filter po -a 5 --camera-mode overview --disable-progress --disable-bloom --output-ppm-stream - --output-framerate 30 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libvpx -b 10000K gource.webm
|
||||||
|
|
Loading…
Reference in New Issue
Block a user