Skip to content

Instantly share code, notes, and snippets.

@thesocialdev
Created January 10, 2018 16:22
Show Gist options
  • Save thesocialdev/fc5435f7b5b96ce98c69e7392594c48c to your computer and use it in GitHub Desktop.
Save thesocialdev/fc5435f7b5b96ce98c69e7392594c48c to your computer and use it in GitHub Desktop.
# API Arteris
gource -1280x720 -o - --highlight-users --hide filenames,dirnames,mouse,bloom --background-image ~/Downloads/fd-soma-arteris3.jpg -s 0.2 /var/www/sig-arteris | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource-api-arteris.mp4
# SIG Arteris
gource -1280x720 -o - --highlight-users --hide filenames,dirnames,mouse,bloom --background-image ~/Downloads/fd-soma-arteris1.jpg -s 0.1 /var/www/sig-arteris | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource-sig-arteris.mp4
# Mobile Arteris
gource -1280x720 -o - --highlight-users --hide filenames,dirnames,mouse,bloom --background-image ~/Downloads/fd-soma-arteris2.jpg -s 0.1 /var/www/sig-arteris | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource-mobile-arteris.mp4
# API CPOS
gource -1280x720 -o - --highlight-users --hide filenames,dirnames,mouse,bloom --background-image ~/Downloads/fd-soma-cpos2.jpg -s 0.1 /var/www/api-cpos | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource-api-cpos.mp4
# SIG CPOS
gource -1280x720 -o - --highlight-users --hide filenames,dirnames,mouse,bloom --background-image ~/Downloads/fd-soma-cpos3.jpg -s 0.1 /var/www/sgc-cpos | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource-sgc-cpos.mp4
# Mobile CPOS
gource -1280x720 -o - --highlight-users --hide filenames,dirnames,mouse,bloom --background-image ~/Downloads/fd-soma-cpos1.jpg -s 0.1 /var/www/android-cpos | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource-android-cpos.mp4
# Alpha CPOS
gource -1280x720 -o - --highlight-users --hide filenames,dirnames,mouse,bloom --background-image ~/Downloads/fd-soma-cpos1.jpg -s 0.1 /var/www/mobile-cpos | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource-mobile-cpos.mp4
gource -1280x720 -o - --highlight-users --hide filenames,dirnames,mouse,bloom --background-image ~/Downloads/.jpg -s 0.1 /var/www/sig-arteris | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment